org.jboss.metadata.javaee.support
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, removeEldestEntry
clone, containsKey, entrySet, isEmpty, keySet, remove, size, values
equals, hashCode, toString
Copyright © 2017 JBoss by Red Hat. All rights reserved.