Uses of Class
org.eclipse.collections.impl.map.sorted.mutable.UnmodifiableTreeMap
-
Packages that use UnmodifiableTreeMap Package Description org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface. -
-
Uses of UnmodifiableTreeMap in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable that return UnmodifiableTreeMap Modifier and Type Method Description static <K,V,M extends SortedMap<K,V>>
UnmodifiableTreeMap<K,V>UnmodifiableTreeMap. of(M map)This method will take a MutableSortedMap and wrap it directly in a UnmodifiableMutableMap.
-