-
interface
An immutable, persistent map from keys of type K to values of type V, with keys arranged in
sorted order (according to some
Comparator), and with various methods to obtain
specific mappings or ranges of mappings based on this ordering (such as the least key greater
than some instance of type K, or the sub-map with keys between two instances of type K).
final class
A persistent map from keys to values.
final class
An efficient persistent map from integer keys to values.
class
Like
PMap but preserves insertion order.
final class
An implementation of
PSortedMap based on a self-balancing binary search tree.