org.apache.xbean.recipe
Class MapRecipe.DummyDictionaryAsMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by org.apache.xbean.recipe.MapRecipe.DummyDictionaryAsMap
All Implemented Interfaces:
Map
Enclosing class:
MapRecipe

public static class MapRecipe.DummyDictionaryAsMap
extends AbstractMap


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
MapRecipe.DummyDictionaryAsMap(Dictionary dictionary)
           
 
Method Summary
 Set entrySet()
           
 Object put(Object key, Object value)
           
 
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
 

Constructor Detail

MapRecipe.DummyDictionaryAsMap

public MapRecipe.DummyDictionaryAsMap(Dictionary dictionary)
Method Detail

put

public Object put(Object key,
                  Object value)
Specified by:
put in interface Map
Overrides:
put in class AbstractMap

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map
Specified by:
entrySet in class AbstractMap


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.