Package org.eclipse.collections.impl.map.sorted.immutable
This package contains implementations of the
MutableSortedMap
interface.
An MutableSortedMap
is the non-modifiable equivalent interface to MutableMap
.
-
Class Summary Class Description AbstractImmutableSortedMap<K,V> ImmutableEmptySortedMap<K,V> This is a zero elementImmutableSortedMap
which is created by calling SortedMaps.immutable.empty().ImmutableSortedMapFactoryImpl ImmutableSortedMapSerializationProxy<K,V> ImmutableTreeMap<K,V> ImmutableTreeMap.EntryComparator<K,V>