See: Description
Interface | Description |
---|---|
EconomicMap<K,V> |
Memory efficient map data structure that dynamically changes its representation depending on the
number of entries and is specially optimized for small number of entries.
|
EconomicSet<E> |
Memory efficient set data structure.
|
MapCursor<K,V> |
Cursor to iterate over a mutable map.
|
UnmodifiableEconomicMap<K,V> |
Unmodifiable memory efficient map.
|
UnmodifiableEconomicSet<E> |
Unmodifiable memory efficient set data structure.
|
UnmodifiableMapCursor<K,V> |
Cursor to iterate over a map without changing its contents.
|
Class | Description |
---|---|
EconomicMapWrap<K,V> |
Wraps an existing
Map as an EconomicMap . |
Equivalence |
Strategy for comparing two objects.
|
Pair<L,R> |
Utility class representing a pair of values.
|
EconomicMap
,
EconomicSet