public class ServiceReferenceBasedMap extends AbstractMap
ServiceRegistration
,
ServiceReference
AbstractMap.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, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public ServiceReferenceBasedMap(org.osgi.framework.ServiceReference ref)
public void clear()
clear
in interface Map
clear
in class AbstractMap
public boolean containsKey(Object key)
containsKey
in interface Map
containsKey
in class AbstractMap
public boolean containsValue(Object value)
containsValue
in interface Map
containsValue
in class AbstractMap
public Set entrySet()
entrySet
in interface Map
entrySet
in class AbstractMap
public Object get(Object key)
get
in interface Map
get
in class AbstractMap
public Object put(Object key, Object value)
put
in interface Map
put
in class AbstractMap
public void putAll(Map t)
putAll
in interface Map
putAll
in class AbstractMap
Copyright © 2006–2017. All rights reserved.