Class AbstractImmutableMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- io.usethesource.capsule.util.collection.AbstractImmutableMap<K,V>
-
- All Implemented Interfaces:
Map<K,V>
,Map.Immutable<K,V>
,MapEq<K,V>
,MapEq.Immutable<K,V>
,java.util.Map<K,V>
@Deprecated public abstract class AbstractImmutableMap<K,V> extends java.util.AbstractMap<K,V> implements Map.Immutable<K,V>
Deprecated.
-
-
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 io.usethesource.capsule.Map
Map.Immutable<K,V>, Map.Transient<K,V>
-
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
-
Nested classes/interfaces inherited from interface io.usethesource.capsule.MapEq
MapEq.Immutable<K,V>, MapEq.Transient<K,V>
-
-
Constructor Summary
Constructors Constructor Description AbstractImmutableMap()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clear()
Deprecated.V
put(K key, V value)
Deprecated.void
putAll(java.util.Map<? extends K,? extends V> m)
Deprecated.V
remove(java.lang.Object key)
Deprecated.-
Methods inherited from class java.util.AbstractMap
clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.usethesource.capsule.Map
containsKey, containsValue, entryIterator, equals, get, hashCode, isEmpty, keyIterator, size, valueIterator
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, entrySet, forEach, getOrDefault, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, values
-
Methods inherited from interface io.usethesource.capsule.Map.Immutable
__put, __putAll, __remove, asTransient, isTransientSupported
-
Methods inherited from interface io.usethesource.capsule.MapEq
containsKeyEquivalent, containsValueEquivalent, equivalent, getEquivalent
-
Methods inherited from interface io.usethesource.capsule.MapEq.Immutable
__putAllEquivalent, __putEquivalent, __removeEquivalent
-
-