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(java.util.List list)
          Factory method to create an ordered set using the supplied list to retain order.
static ListOrderedSet ListOrderedSet.decorate(java.util.Set set)
          Factory method to create an ordered set.
static ListOrderedSet ListOrderedSet.decorate(java.util.Set set, java.util.List list)
          Factory method to create an ordered set specifying the list and set to use.
 



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.