TK - The key type.TV - The value type.public class EnumHashMap<TK,TV>
extends java.util.HashMap<TK,TV>
HashMap which throws an FacesException if the key/constant does not exist.| Constructor and Description |
|---|
EnumHashMap(java.lang.Class<?> clazz)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TV |
get(java.lang.Object key) |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesCopyright © 2011-2015. All Rights Reserved.