org.apache.xbean.osgi.bundle.util
Class DictionaryMap
java.lang.Object
java.util.AbstractMap
org.apache.xbean.osgi.bundle.util.DictionaryMap
- All Implemented Interfaces:
- Map
public class DictionaryMap
- extends AbstractMap
Simple wrapper that exposes Dictionary class as a Map.
- Version:
- $Rev: 937957 $, $Date: 2010-04-26 10:00:08 +0200 (Mon, 26 Apr 2010) $
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
DictionaryMap
public DictionaryMap(Dictionary dictionary)
get
public Object get(Object key)
- Specified by:
get in interface Map- Overrides:
get in class AbstractMap
put
public Object put(Object key,
Object value)
- Specified by:
put in interface Map- Overrides:
put in class AbstractMap
remove
public Object remove(Object key)
- Specified by:
remove in interface Map- Overrides:
remove in class AbstractMap
size
public int size()
- Specified by:
size in interface Map- Overrides:
size in class AbstractMap
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Map- Overrides:
isEmpty in class AbstractMap
entrySet
public Set entrySet()
- Specified by:
entrySet in interface Map- Specified by:
entrySet in class AbstractMap
keySet
public Set keySet()
- Specified by:
keySet in interface Map- Overrides:
keySet in class AbstractMap
Copyright © 2005-2011. All Rights Reserved.