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.Dictionarypublic int size()
size in class java.util.Dictionarypublic boolean isEmpty()
isEmpty in class java.util.Dictionarypublic java.util.Enumeration keys()
keys in class java.util.Dictionarypublic java.util.Enumeration elements()
elements in class java.util.Dictionarypublic java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in class java.util.Dictionarypublic java.lang.Object remove(java.lang.Object key)
remove in class java.util.Dictionary