K - the key typeV - the value typepublic abstract class AbstractImmutableMap<K,V>
extends java.util.AbstractMap<K,V>
WELD-1753| Constructor and Description |
|---|
AbstractImmutableMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
isEmpty() |
V |
put(K key,
V value) |
void |
putAll(java.util.Map<? extends K,? extends V> m) |
V |
remove(java.lang.Object key) |
clone, containsKey, containsValue, entrySet, equals, get, hashCode, keySet, size, toString, valuesCopyright © 2015. All Rights Reserved.