public class OsgiServiceSortedList extends OsgiServiceList
Comparable
,
Comparator
,
SortedSet
OsgiServiceList.OsgiServiceListIterator
OsgiServiceCollection.OsgiServiceIterator
storage
services, servicesIdMap
Constructor and Description |
---|
OsgiServiceSortedList(org.osgi.framework.Filter filter,
org.osgi.framework.BundleContext context,
ClassLoader classLoader,
Comparator comparator,
ServiceProxyCreator proxyCreator,
boolean useServiceReference) |
OsgiServiceSortedList(org.osgi.framework.Filter filter,
org.osgi.framework.BundleContext context,
ClassLoader classLoader,
ServiceProxyCreator proxyCreator,
boolean useServiceReference) |
Modifier and Type | Method and Description |
---|---|
Comparator |
comparator() |
protected DynamicCollection |
createInternalDynamicStorage()
Create the dynamic storage used internally.
|
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
add, addAll, afterPropertiesSet, clear, contains, containsAll, destroy, isEmpty, isSatisfied, iterator, mandatoryServiceCheck, remove, removeAll, retainAll, setListeners, setRequiredAtStartup, setServiceImporter, setServiceImporterName, setStateListeners, setUseBlueprintExceptions, size, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public OsgiServiceSortedList(org.osgi.framework.Filter filter, org.osgi.framework.BundleContext context, ClassLoader classLoader, ServiceProxyCreator proxyCreator, boolean useServiceReference)
filter
- context
- classLoader
- public OsgiServiceSortedList(org.osgi.framework.Filter filter, org.osgi.framework.BundleContext context, ClassLoader classLoader, Comparator comparator, ServiceProxyCreator proxyCreator, boolean useServiceReference)
protected DynamicCollection createInternalDynamicStorage()
OsgiServiceCollection
createInternalDynamicStorage
in class OsgiServiceList
public Comparator comparator()
Copyright © 2006–2015. All rights reserved.