Uses of Class
org.apache.commons.collections4.set.ListOrderedSet
-
Packages that use ListOrderedSet Package Description org.apache.commons.collections4.set -
-
Uses of ListOrderedSet in org.apache.commons.collections4.set
Methods in org.apache.commons.collections4.set that return ListOrderedSet Modifier and Type Method Description static <E> ListOrderedSet<E>
ListOrderedSet. listOrderedSet(List<E> list)
Factory method to create an ordered set using the supplied list to retain order.static <E> ListOrderedSet<E>
ListOrderedSet. listOrderedSet(Set<E> set)
Factory method to create an ordered set.static <E> ListOrderedSet<E>
ListOrderedSet. listOrderedSet(Set<E> set, List<E> list)
Factory method to create an ordered set specifying the list and set to use.
-