Package org.eclipse.collections.impl.map.sorted.immutable
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
.
-
ClassesClassDescriptionThis is a zero element
ImmutableSortedMap
which is created by calling SortedMaps.immutable.empty().ImmutableTreeMap<K,V>