Uses of Class
org.pcollections.OrderedPSet
-
Uses of OrderedPSet in org.pcollections
Fields in org.pcollections declared as OrderedPSetMethods in org.pcollections that return OrderedPSetModifier and TypeMethodDescriptionstatic <E> OrderedPSet<E> OrderedPSet.empty()static <E> OrderedPSet<E> OrderedPSet.from(Collection<? extends E> list) OrderedPSet.intersect(Collection<? extends E> list) OrderedPSet.minusAll(Collection<?> list) OrderedPSet.plusAll(Collection<? extends E> list) static <E> OrderedPSet<E> OrderedPSet.singleton(E e)