public class HopscotchHashMap<K,V> extends ArrayMap<K,V>
Not thread safe (though, look-ups are safe when there are no concurrent modifications).
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
HopscotchHashMap(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(Object key) |
V |
put(K key,
V value) |
V |
remove(Object key) |
clear, containsKey, containsValue, entrySet, keySet, size, valuesclone, equals, hashCode, isEmpty, putAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.