public class OsgiServiceSortedSet extends OsgiServiceSet implements SortedSet
OsgiServiceCollection.OsgiServiceIteratorservices, 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, toStringpublic 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()
OsgiServiceCollectioncreateInternalDynamicStorage in class OsgiServiceSetpublic Comparator comparator()
comparator in interface SortedSetCopyright © 2006–2013. All rights reserved.