public class ExtendedHashMap<K,V>
extends java.util.HashMap<K,V>
implements java.lang.Iterable<java.util.Map.Entry<K,V>>
Constructor and Description |
---|
ExtendedHashMap() |
ExtendedHashMap(int initialCapacity) |
ExtendedHashMap(int initialCapacity,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<java.util.Map.Entry<K,V>> |
iterator() |
boolean |
tryGetValue(java.lang.Object key,
ByRef<V> value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values