Class ServiceRegistrationImpl.ServiceReferenceMap
java.lang.Object
org.apache.felix.framework.ServiceRegistrationImpl.ServiceReferenceMap
- All Implemented Interfaces:
Map
- Enclosing class:
ServiceRegistrationImpl
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ServiceReferenceMap
private ServiceReferenceMap()
-
-
Method Details
-
size
-
isEmpty
-
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
values
-
entrySet
-