Package org.eclipse.collections.impl.map.immutable
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.
-
ClassesClassDescriptionAbstractImmutableMap<K,
V> ImmutableEmptyMap<K,V> This is a zero elementImmutableMapwhich is created by calling the Maps.immutable.empty() method.ImmutableUnifiedMap<K,V>