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 booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<String,E>>entrySet()Eget(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:
 containsKeyin interfaceMap<String,E extends Enum<E>>- Overrides:
 containsKeyin classAbstractMap<String,E extends Enum<E>>
 
- 
containsValue
public boolean containsValue(Object value)
- Specified by:
 containsValuein interfaceMap<String,E extends Enum<E>>- Overrides:
 containsValuein classAbstractMap<String,E extends Enum<E>>
 
 - 
 
 -