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 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 IdentityHashMap
clear, clone, containsKey, containsValue, entrySet, equals, forEach, hashCode, isEmpty, keySet, put, putAll, remove, remove, replace, replaceAll, size, valuesMethods inherited from class AbstractMap
toStringMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, getOrDefault, merge, putIfAbsent, replace
-
Field Details
-
_defaultValueFactory
-
-
Constructor Details
-
DefaultMap
-
DefaultMap
-
-
Method Details
-
get
-