Package | Description |
---|---|
org.apache.commons.collections4.set |
This package contains implementations of the
Set ,
SortedSet and
NavigableSet interfaces. |
Modifier and Type | Method and Description |
---|---|
static <E> ListOrderedSet<E> |
ListOrderedSet.listOrderedSet(java.util.List<E> list)
Factory method to create an ordered set using the supplied list to retain order.
|
static <E> ListOrderedSet<E> |
ListOrderedSet.listOrderedSet(java.util.Set<E> set)
Factory method to create an ordered set.
|
static <E> ListOrderedSet<E> |
ListOrderedSet.listOrderedSet(java.util.Set<E> set,
java.util.List<E> list)
Factory method to create an ordered set specifying the list and set to use.
|