public class HopscotchHashMap<K,V> extends ArrayMap<K,V>
Not thread safe (though, look-ups are safe when there are no concurrent modifications).
| Constructor and Description |
|---|
HopscotchHashMap(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(java.lang.Object key) |
V |
put(K key,
V value) |
V |
remove(java.lang.Object key) |
clear, containsKey, containsValue, entrySet, keySet, size, valuesclone, equals, hashCode, isEmpty, putAll, toString