Package org.eclipse.collections.impl.map.immutable
This package contains implementations of the
ImmutableMap
interface.
An ImmutableMap
is the non-modifiable equivalent interface to MutableMap
.
-
Class Summary Class Description AbstractImmutableMap<K,V> ImmutableDoubletonMap<K,V> ImmutableEmptyMap<K,V> This is a zero elementImmutableMap
which is created by calling the Maps.immutable.empty() method.ImmutableMapFactoryImpl ImmutableMapSerializationProxy<K,V> ImmutableQuadrupletonMap<K,V> ImmutableSingletonMap<K,V> ImmutableTripletonMap<K,V> ImmutableUnifiedMap<K,V>