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> Map<K,
V>
@Deprecated
public abstract class AbstractImmutableMap<K,V>
extends AbstractMap<K,V>
implements Map.Immutable<K,V>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> Nested classes/interfaces inherited from interface io.usethesource.capsule.Map
Map.Immutable<K,
V>, Map.Transient<K, V> Nested classes/interfaces inherited from interface io.usethesource.capsule.MapEq
MapEq.Immutable<K,
V>, MapEq.Transient<K, V> -
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
AbstractImmutableMap
public AbstractImmutableMap()Deprecated.
-
-
Method Details
-
remove
Deprecated. -
clear
public void clear()Deprecated. -
put
Deprecated. -
putAll
Deprecated.
-