K - The key type.V - The value type.Serializable, Cloneable, Map<K,V>public class EnumHashMap<K,V> extends HashMap<K,V>
HashMap which throws an FacesException if the key/constant does not exist.AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>| Constructor | Description |
|---|---|
EnumHashMap(Class<?> clazz) |
| Modifier and Type | Method | Description |
|---|---|---|
V |
get(Object key) |
equals, hashCode, toStringclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesCopyright © 2018. All rights reserved.