Class DeepImmutableMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
de.cronn.reflection.util.immutable.collection.DeepImmutableMap<K,V>
- All Implemented Interfaces:
Immutable,java.io.Serializable,java.util.Map<K,V>
public class DeepImmutableMap<K,V> extends java.util.AbstractMap<K,V> implements Immutable, java.io.Serializable
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,V extends java.lang.Object>Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object> -
Constructor Summary
Constructors Constructor Description DeepImmutableMap(java.util.Map<K,V> delegate) -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DeepImmutableMap
-
-
Method Details
-
get
-
entrySet
-
put
-
remove
-