Package de.xima.fc.gui.model
Class ImmutableEnumNameToEnumMap<E extends Enum<E>>
- java.lang.Object
-
- java.util.AbstractMap<String,E>
-
- de.xima.fc.gui.model.ImmutableEnumNameToEnumMap<E>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description ImmutableEnumNameToEnumMap(Class<E> enumClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsKey(Object key)
boolean
containsValue(Object value)
Set<Map.Entry<String,E>>
entrySet()
E
get(Object key)
-
Methods inherited from class java.util.AbstractMap
clear, clone, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interfaceMap<String,E extends Enum<E>>
- Overrides:
containsKey
in classAbstractMap<String,E extends Enum<E>>
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interfaceMap<String,E extends Enum<E>>
- Overrides:
containsValue
in classAbstractMap<String,E extends Enum<E>>
-
-