Class Immutables.ImmutableMapWrapper<K,V>
java.lang.Object
org.infinispan.commons.util.Immutables.ImmutableMapWrapper<K,V>
- All Implemented Interfaces:
Serializable
,Map<K,
,V> Immutables.Immutable
- Enclosing class:
Immutables
public static class Immutables.ImmutableMapWrapper<K,V>
extends Object
implements Map<K,V>, Serializable, Immutables.Immutable
- Since:
- 4.0
- Author:
- Jason T. Greene, Galder Zamarreño, Tristan Tarrant
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ImmutableMapWrapper
-
-
Method Details
-
clear
-
containsKey
- Specified by:
containsKey
in interfaceMap<K,
V>
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,
V>
-
entrySet
-
equals
-
get
-
hashCode
-
isEmpty
-
keySet
-
put
-
putAll
-
remove
-
size
-
values
-
toString
-