private static class ServicePermission.Properties
extends java.util.Dictionary
Modifier and Type | Field and Description |
---|---|
private java.util.Map |
properties |
private ServiceReference |
service |
Constructor and Description |
---|
Properties(java.util.Map properties,
ServiceReference service) |
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
elements() |
java.lang.Object |
get(java.lang.Object k) |
boolean |
isEmpty() |
java.util.Enumeration |
keys() |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value) |
java.lang.Object |
remove(java.lang.Object key) |
int |
size() |
private final java.util.Map properties
private final ServiceReference service
Properties(java.util.Map properties, ServiceReference service)
public java.lang.Object get(java.lang.Object k)
get
in class java.util.Dictionary
public int size()
size
in class java.util.Dictionary
public boolean isEmpty()
isEmpty
in class java.util.Dictionary
public java.util.Enumeration keys()
keys
in class java.util.Dictionary
public java.util.Enumeration elements()
elements
in class java.util.Dictionary
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
put
in class java.util.Dictionary
public java.lang.Object remove(java.lang.Object key)
remove
in class java.util.Dictionary