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:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<K,V>
public final class DefaultMap<K,V> extends java.util.IdentityHashMap<K,V>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Function<K,V>
_defaultValueFactory
-
Constructor Summary
Constructors Constructor Description DefaultMap(Function<K,V> defaultValueFactory)
DefaultMap(Supplier<V> defaultValueFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
get(java.lang.Object key)
-
Methods inherited from class java.util.IdentityHashMap
clear, clone, containsKey, containsValue, entrySet, equals, forEach, hashCode, isEmpty, keySet, put, putAll, remove, replaceAll, size, values
-
-