Package io.deephaven.util
Class IndexableHashMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
io.deephaven.util.IndexableHashMap<K,V>
- All Implemented Interfaces:
io.deephaven.hash.IndexableMap<K,V>
,Serializable
,Cloneable
,Map<K,V>
public class IndexableHashMap<K,V> extends LinkedHashMap<K,V> implements io.deephaven.hash.IndexableMap<K,V>
An implementation of
IndexableMap
.- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
Constructor Summary
Constructors Constructor Description IndexableHashMap()
IndexableHashMap(int initialCapacity)
IndexableHashMap(Map<K,V> m)
-
Method Summary
Methods inherited from class java.util.LinkedHashMap
containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putIfAbsent, remove, replace, replace
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
IndexableHashMap
public IndexableHashMap() -
IndexableHashMap
-
IndexableHashMap
public IndexableHashMap(int initialCapacity)
-
-
Method Details