Class EndpointDescription.UnmodifiableDictionary<K,V>
java.lang.Object
java.util.Dictionary<K,V>
org.osgi.service.remoteserviceadmin.EndpointDescription.UnmodifiableDictionary<K,V>
- Enclosing class:
EndpointDescription
Unmodifiable Dictionary wrapper for a Map. This class is also used by
EndpointPermission.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wrapped
-
-
Constructor Details
-
UnmodifiableDictionary
-
-
Method Details
-
elements
- Specified by:
elements
in classDictionary<K,
V>
-
get
- Specified by:
get
in classDictionary<K,
V>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in classDictionary<K,
V>
-
keys
- Specified by:
keys
in classDictionary<K,
V>
-
put
- Specified by:
put
in classDictionary<K,
V>
-
remove
- Specified by:
remove
in classDictionary<K,
V>
-
size
public int size()- Specified by:
size
in classDictionary<K,
V>
-
toString
-