Uses of Class
org.apache.commons.collections.set.ListOrderedSet

Packages that use ListOrderedSet
org.apache.commons.collections.set This package contains implementations of the Set and SortedSet interfaces. 
 

Uses of ListOrderedSet in org.apache.commons.collections.set
 

Methods in org.apache.commons.collections.set that return ListOrderedSet
static ListOrderedSet ListOrderedSet.decorate(Set set, List list)
          Factory method to create an ordered set specifying the list and set to use.
static ListOrderedSet ListOrderedSet.decorate(Set set)
          Factory method to create an ordered set.
static ListOrderedSet ListOrderedSet.decorate(List list)
          Factory method to create an ordered set using the supplied list to retain order.
 



Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.