K
- The key type.V
- The value type.Serializable
, Cloneable
, Map<K,V>
public class ConstantsHashMap<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 |
---|---|
ConstantsHashMap(Class<?> clazz) |
Modifier and Type | Method | Description |
---|---|---|
V |
get(Object key) |
equals, hashCode, toString
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2018. All rights reserved.