Uses of Class
org.pcollections.AbstractUnmodifiableSet
-
-
Uses of AbstractUnmodifiableSet in org.pcollections
Subclasses of AbstractUnmodifiableSet in org.pcollections Modifier and Type Class Description class
MapPSet<E>
A map-backed persistent set.class
OrderedPSet<E>
LikePSet
but preserves insertion order.class
TreePSet<E>
An implementation ofPSortedSet
based on a self-balancing binary search tree.
-