Uses of Class
org.eclipse.collections.impl.UnmodifiableMap
-
Packages that use UnmodifiableMap Package Description org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface. -
-
Uses of UnmodifiableMap in org.eclipse.collections.impl.map.mutable
Subclasses of UnmodifiableMap in org.eclipse.collections.impl.map.mutable Modifier and Type Class Description classUnmodifiableMutableMap<K,V>An unmodifiable view of a map. -
Uses of UnmodifiableMap in org.eclipse.collections.impl.map.sorted.mutable
Subclasses of UnmodifiableMap in org.eclipse.collections.impl.map.sorted.mutable Modifier and Type Class Description classUnmodifiableSortedMap<K,V>An unmodifiable view of a SortedMap.classUnmodifiableTreeMap<K,V>An unmodifiable view of a map.
-