Class UnmodifiableMap<K,V>
java.lang.Object
org.eclipse.collections.impl.UnmodifiableMap<K,V>
- All Implemented Interfaces:
Serializable, Map<K,V>
- Direct Known Subclasses:
UnmodifiableMutableMap, UnmodifiableSortedMap
An unmodifiable view of a Map.
- See Also:
-
Nested Class Summary
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
delegate
-
-
Constructor Details
-
UnmodifiableMap
-
-
Method Details
-
size
-
isEmpty
-
containsKey
- Specified by:
containsKeyin interfaceMap<K,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K,V>
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
entrySet
-
values
-
equals
-
hashCode
-
toString
-