Class DictionaryAsMap<U,V>
- java.lang.Object
-
- java.util.AbstractMap<U,V>
-
- org.apache.felix.utils.collections.DictionaryAsMap<U,V>
-
- All Implemented Interfaces:
java.util.Map<U,V>
public class DictionaryAsMap<U,V> extends java.util.AbstractMap<U,V>
A wrapper around a dictionary access it as a Map
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
DictionaryAsMap.KeyEntry
-
Constructor Summary
Constructors Constructor Description DictionaryAsMap(java.util.Dictionary<U,V> dict)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.util.Map.Entry<U,V>>
entrySet()
V
put(U key, V value)
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, values
-
-