Class InheritingHashMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- tech.kronicle.plugins.gradle.internal.utils.InheritingHashMap<K,V>
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<K,V>
public class InheritingHashMap<K,V> extends java.util.HashMap<K,V>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InheritingHashMap()InheritingHashMap(java.util.Map<K,V> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget(java.lang.Object key)VgetOrDefault(java.lang.Object key, V defaultValue)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
get
public V get(java.lang.Object key)
-
-