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:
elementsin classDictionary<K,V>
-
get
- Specified by:
getin classDictionary<K,V>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin classDictionary<K,V>
-
keys
- Specified by:
keysin classDictionary<K,V>
-
put
- Specified by:
putin classDictionary<K,V>
-
remove
- Specified by:
removein classDictionary<K,V>
-
size
public int size()- Specified by:
sizein classDictionary<K,V>
-
toString
-