Uses of Class
org.pcollections.AbstractUnmodifiableMap
-
-
Uses of AbstractUnmodifiableMap in org.pcollections
Subclasses of AbstractUnmodifiableMap in org.pcollections Modifier and Type Class Description class
HashPMap<K,V>
A persistent map from keys to values.class
IntTreePMap<V>
An efficient persistent map from integer keys to values.class
OrderedPMap<K,V>
LikePMap
but preserves insertion order.class
TreePMap<K,V>
An implementation ofPSortedMap
based on a self-balancing binary search tree.
-