Package org.eclipse.collections.impl.map.sorted.mutable
package org.eclipse.collections.impl.map.sorted.mutable
This package contains implementations of the
MutableSortedMap interface.
This package contains the following implementations:
-
SortedMapAdapter- aMutableSortedMapwrapper around aSortedMapinterface instance. -
SynchronizedSortedMap- a synchronized view of a SortedMap. -
UnmodifiableSortedMap- an unmodifiable view of a SortedMap. -
UnmodifiableTreeMap- an unmodifiable view of a SortedMap.
This package contains one factory implementation:
-
MutableSortedMapFactoryImpl- a factory which creates instances of typeMutableSortedMap.
-
ClassesClassDescriptionSortedMapAdapter<K,
V> This class provides a MutableSortedMap wrapper around a JDK Collections SortedMap interface instance.A synchronized view of a SortedMap.TreeSortedMap<K,V> An unmodifiable view of a SortedMap.UnmodifiableTreeMap<K,V> An unmodifiable view of a map.