public final class DefaultMap<K,V> extends java.util.IdentityHashMap<K,V>
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
java.util.Map.Entry<K,V>
DefaultMap(com.strobel.functions.Supplier<V> defaultValueFactory)
V
get(java.lang.Object key)
clear, clone, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
toString
finalize, getClass, notify, notifyAll, wait, wait, wait
public DefaultMap(com.strobel.functions.Supplier<V> defaultValueFactory)
public V get(java.lang.Object key)
get
java.util.Map<K,V>
java.util.IdentityHashMap<K,V>