K - the key typeV - the value typepublic class NonNullLinkedHashMap<K,V> extends LinkedHashMap<K,V> implements Serializable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NonNullLinkedHashMap()
Create a new NonNullLinkedHashMap.
|
| Modifier and Type | Method and Description |
|---|---|
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, sizeCopyright © 2017 JBoss by Red Hat. All rights reserved.