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.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
 
- 
 - 
Constructor SummaryConstructors Constructor Description ImmutableEnumNameToEnumMap(Class<E> enumClass)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<String,E>>entrySet()Eget(Object key)- 
Methods inherited from class java.util.AbstractMapclear, clone, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.Mapclear, compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 
- 
 
- 
- 
- 
Method Detail- 
containsKeypublic boolean containsKey(Object key) - Specified by:
- containsKeyin interface- Map<String,E extends Enum<E>>
- Overrides:
- containsKeyin class- AbstractMap<String,E extends Enum<E>>
 
 - 
containsValuepublic boolean containsValue(Object value) - Specified by:
- containsValuein interface- Map<String,E extends Enum<E>>
- Overrides:
- containsValuein class- AbstractMap<String,E extends Enum<E>>
 
 
- 
 
-