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