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, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, remove, size, valuesequals, hashCode, toStringCopyright © 2014 JBoss by Red Hat. All Rights Reserved.