public class ServiceReferenceBasedMap extends AbstractMap
ServiceRegistration,
ServiceReferenceAbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ServiceReferenceBasedMap(org.osgi.framework.ServiceReference ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
Object |
get(Object key) |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
clone, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ServiceReferenceBasedMap(org.osgi.framework.ServiceReference ref)
public void clear()
clear in interface Mapclear in class AbstractMappublic boolean containsKey(Object key)
containsKey in interface MapcontainsKey in class AbstractMappublic boolean containsValue(Object value)
containsValue in interface MapcontainsValue in class AbstractMappublic Set entrySet()
entrySet in interface MapentrySet in class AbstractMappublic Object get(Object key)
get in interface Mapget in class AbstractMappublic Object put(Object key, Object value)
put in interface Mapput in class AbstractMappublic void putAll(Map t)
putAll in interface MapputAll in class AbstractMapCopyright © 2006–2017. All rights reserved.