Package org.osgi.framework
Class FrameworkUtil.MapAsDictionary<K,V>
java.lang.Object
java.util.Dictionary<K,V>
org.osgi.framework.FrameworkUtil.MapAsDictionary<K,V>
- Enclosing class:
- FrameworkUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
map
-
-
Constructor Details
-
MapAsDictionary
-
-
Method Details
-
size
public int size()- Specified by:
size
in classDictionary<K,
V>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in classDictionary<K,
V>
-
keys
- Specified by:
keys
in classDictionary<K,
V>
-
elements
- Specified by:
elements
in classDictionary<K,
V>
-
get
- Specified by:
get
in classDictionary<K,
V>
-
put
- Specified by:
put
in classDictionary<K,
V>
-
remove
- Specified by:
remove
in classDictionary<K,
V>
-
toString
-