Class EnumHashMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
org.primefaces.component.importenum.EnumHashMap<K,V>
Type Parameters:
K - The key type.
V - The value type.
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>

public class EnumHashMap<K,V> extends HashMap<K,V>
Custom HashMap which throws an FacesException if the key/constant does not exist.
See Also:
  • Constructor Details

    • EnumHashMap

      public EnumHashMap(Class<?> clazz)
  • Method Details