Package org.apache.xbean.recipe
Class MapRecipe.DummyDictionaryAsMap
java.lang.Object
java.util.AbstractMap
org.apache.xbean.recipe.MapRecipe.DummyDictionaryAsMap
- All Implemented Interfaces:
Map
- Enclosing class:
- MapRecipe
-
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> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, 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
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
dictionary
-
-
Constructor Details
-
DummyDictionaryAsMap
-
-
Method Details
-
put
- Specified by:
put
in interfaceMap
- Overrides:
put
in classAbstractMap
-
entrySet
- Specified by:
entrySet
in interfaceMap
- Specified by:
entrySet
in classAbstractMap
-