Package de.xima.fc.gui.model
Class ImmutableEnumNameToEnumMap<E extends Enum<E>>
public class ImmutableEnumNameToEnumMap<E extends Enum<E>>
extends AbstractMap<String,E>
implements Map<String,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 -
Method Summary
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
-
Constructor Details
-
ImmutableEnumNameToEnumMap
-
-
Method Details
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
E extends Enum<E>> - Overrides:
containsKey
in classAbstractMap<String,
E extends Enum<E>>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
E extends Enum<E>> - Overrides:
containsValue
in classAbstractMap<String,
E extends Enum<E>>
-
entrySet
-
get
-