K - the key typeV - the value typejava.io.Serializablepublic class NonNullLinkedHashMap<K,V>
extends java.util.LinkedHashMap<K,V>
implements java.io.Serializable
| Constructor | Description |
|---|---|
NonNullLinkedHashMap() |
Create a new NonNullLinkedHashMap.
|
| Modifier and Type | Method | Description |
|---|---|---|
V |
put(K key,
V value) |
|
void |
putAll(java.util.Map<? extends K,? extends V> m) |
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, sizeclear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesCopyright © 2018 JBoss by Red Hat. All rights reserved.