Package org.eclipse.collections.impl
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
-
Constructor Summary
-
Method Summary
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
UnmodifiableMap
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<K,
V>
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,
V>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
entrySet
-
values
-
equals
-
hashCode
public int hashCode() -
toString
-