Uses of Class
org.apache.commons.collections.list.SetUniqueList

Packages that use SetUniqueList
org.apache.commons.collections.list This package contains implementations of the List interface. 
 

Uses of SetUniqueList in org.apache.commons.collections.list
 

Methods in org.apache.commons.collections.list that return SetUniqueList
static
<E> SetUniqueList<E>
SetUniqueList.decorate(List<E> list)
          Factory method to create a SetList using the supplied list to retain order.
 



Copyright © 2005-2005 Apache Software Foundation, Matt Hall, John Watkinson. All Rights Reserved.