public interface HashingMap<K,V> extends Map<K,V>
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
removeAllWithHash(int keyHash)
Remove all keys having a specific hashcode.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesCopyright © 2015–2024. All rights reserved.