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