public class OsgiServiceSortedSet extends OsgiServiceSet implements SortedSet
OsgiServiceCollection.OsgiServiceIterator
services, servicesIdMap
Constructor and Description |
---|
OsgiServiceSortedSet(org.osgi.framework.Filter filter,
org.osgi.framework.BundleContext context,
ClassLoader classLoader,
Comparator comparator,
ServiceProxyCreator proxyCreator,
boolean useServiceReferences) |
OsgiServiceSortedSet(org.osgi.framework.Filter filter,
org.osgi.framework.BundleContext context,
ClassLoader classLoader,
ServiceProxyCreator proxyCreator,
boolean useServiceReferences) |
Modifier and Type | Method and Description |
---|---|
Comparator |
comparator() |
protected DynamicCollection |
createInternalDynamicStorage()
Create the dynamic storage used internally.
|
Object |
first() |
SortedSet |
headSet(Object toElement) |
Object |
last() |
SortedSet |
subSet(Object fromElement,
Object toElement) |
SortedSet |
tailSet(Object fromElement) |
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
spliterator
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
parallelStream, removeIf, stream
public OsgiServiceSortedSet(org.osgi.framework.Filter filter, org.osgi.framework.BundleContext context, ClassLoader classLoader, ServiceProxyCreator proxyCreator, boolean useServiceReferences)
public OsgiServiceSortedSet(org.osgi.framework.Filter filter, org.osgi.framework.BundleContext context, ClassLoader classLoader, Comparator comparator, ServiceProxyCreator proxyCreator, boolean useServiceReferences)
protected DynamicCollection createInternalDynamicStorage()
OsgiServiceCollection
createInternalDynamicStorage
in class OsgiServiceSet
public Comparator comparator()
comparator
in interface SortedSet
Copyright © 2006–2017. All rights reserved.