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, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, size
Copyright © 2019 JBoss by Red Hat. All rights reserved.