Package org.osgi.framework
Class FrameworkUtil.DictionaryAsMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
org.osgi.framework.FrameworkUtil.DictionaryAsMap<K,V>
- All Implemented Interfaces:
Map<K,V>
- Enclosing class:
FrameworkUtil
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) final class(package private) final class(package private) final class(package private) final class(package private) final classNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, putAll, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
dict
-
-
Constructor Details
-
DictionaryAsMap
DictionaryAsMap(Dictionary<? extends K, ? extends V> dict)
-
-
Method Details
-
keys
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<K,V> - Overrides:
containsKeyin classAbstractMap<K,V>
-
get
-
put
-
remove
-
clear
public void clear() -
keySet
-
entrySet
-
toString
- Overrides:
toStringin classAbstractMap<K,V>
-