|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<U,V>
org.apache.felix.utils.collections.DictionaryAsMap<U,V>
public class DictionaryAsMap<U,V>
A wrapper around a dictionary access it as a Map
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
DictionaryAsMap(java.util.Dictionary<U,V> dict)
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DictionaryAsMap(java.util.Dictionary<U,V> dict)
Method Detail |
---|
public java.util.Set<java.util.Map.Entry<U,V>> entrySet()
entrySet
in interface java.util.Map<U,V>
entrySet
in class java.util.AbstractMap<U,V>
public V put(U key, V value)
put
in interface java.util.Map<U,V>
put
in class java.util.AbstractMap<U,V>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |