K
- the keyV
- the valuepublic class ReHashMap<K,V> extends HashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ReHashMap() |
ReHashMap(int initialCapacity) |
ReHashMap(int initialCapacity,
float loadFactor) |
ReHashMap(Map<? extends K,? extends V> m) |
Modifier and Type | Method and Description |
---|---|
void |
rehash()
Fully recomputes hashcodes of all entries.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString