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 theMutableMap
interface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMap
interface. -
-
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 class
UnmodifiableMutableMap<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 class
UnmodifiableSortedMap<K,V>
An unmodifiable view of a SortedMap.class
UnmodifiableTreeMap<K,V>
An unmodifiable view of a map.
-