Package org.eclipse.collections.impl.map.fixed
This package contains implementations of the
FixedSizeMap
interface.
A FixedSizeMap
is a map that may be mutated, but cannot grow or shrink in size.
-
Class Summary Class Description AbstractMemoryEfficientMutableMap<K,V> DoubletonMap<K,V> EmptyMap<K,V> FixedSizeMapFactoryImpl SingletonMap<K,V> TripletonMap<K,V>