Uses of Class
org.eclipse.collections.impl.UnmodifiableMap
Packages that use UnmodifiableMap
Package
Description
This package contains implementations of the
MutableMap interface.This package contains implementations of the
MutableSortedMap interface.-
Uses of UnmodifiableMap in org.eclipse.collections.impl.map.mutable
Subclasses of UnmodifiableMap in org.eclipse.collections.impl.map.mutableModifier and TypeClassDescriptionclassAn 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.mutableModifier and TypeClassDescriptionclassAn unmodifiable view of a SortedMap.classUnmodifiableTreeMap<K,V> An unmodifiable view of a map.