Package com.strobel.decompiler.ast
Class DefaultMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.IdentityHashMap<K,V>
com.strobel.decompiler.ast.DefaultMap<K,V>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<K,
V>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultMap
(Function<K, V> defaultValueFactory) DefaultMap
(Supplier<V> defaultValueFactory) -
Method Summary
Methods inherited from class java.util.IdentityHashMap
clear, clone, containsKey, containsValue, entrySet, equals, forEach, hashCode, isEmpty, keySet, put, putAll, remove, remove, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, getOrDefault, merge, putIfAbsent, replace