public class ServiceReferenceBasedMap
extends java.util.AbstractMap
ServiceRegistration,
ServiceReference| Modifier and Type | Class and Description |
|---|---|
private static class |
ServiceReferenceBasedMap.SimpleEntry |
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
READ_ONLY_MSG |
private org.osgi.framework.ServiceReference |
reference |
| Constructor and Description |
|---|
ServiceReferenceBasedMap(org.osgi.framework.ServiceReference ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(java.lang.Object key) |
boolean |
containsValue(java.lang.Object value) |
java.util.Set |
entrySet() |
java.lang.Object |
get(java.lang.Object key) |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value) |
void |
putAll(java.util.Map t) |
java.lang.Object |
remove(java.lang.Object key) |
clone, equals, hashCode, isEmpty, keySet, size, toString, valuesprivate org.osgi.framework.ServiceReference reference
private static final java.lang.String READ_ONLY_MSG
public ServiceReferenceBasedMap(org.osgi.framework.ServiceReference ref)
public void clear()
clear in interface java.util.Mapclear in class java.util.AbstractMappublic boolean containsKey(java.lang.Object key)
containsKey in interface java.util.MapcontainsKey in class java.util.AbstractMappublic boolean containsValue(java.lang.Object value)
containsValue in interface java.util.MapcontainsValue in class java.util.AbstractMappublic java.util.Set entrySet()
entrySet in interface java.util.MapentrySet in class java.util.AbstractMappublic java.lang.Object get(java.lang.Object key)
get in interface java.util.Mapget in class java.util.AbstractMappublic java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in interface java.util.Mapput in class java.util.AbstractMappublic void putAll(java.util.Map t)
putAll in interface java.util.MapputAll in class java.util.AbstractMappublic java.lang.Object remove(java.lang.Object key)
remove in interface java.util.Mapremove in class java.util.AbstractMap