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:
  • Constructor Details

    • IndexableHashMap

      public IndexableHashMap()
    • IndexableHashMap

      public IndexableHashMap(Map<K,V> m)
    • IndexableHashMap

      public IndexableHashMap(int initialCapacity)
  • Method Details