Uses of Class
org.eclipse.collections.impl.map.sorted.immutable.AbstractImmutableSortedMap
-
Packages that use AbstractImmutableSortedMap Package Description org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMap
interface. -
-
Uses of AbstractImmutableSortedMap in org.eclipse.collections.impl.map.sorted.immutable
Subclasses of AbstractImmutableSortedMap in org.eclipse.collections.impl.map.sorted.immutable Modifier and Type Class Description (package private) class
ImmutableEmptySortedMap<K,V>
This is a zero elementImmutableSortedMap
which is created by calling SortedMaps.immutable.empty().class
ImmutableTreeMap<K,V>
-