Package | Description |
---|---|
org.eclipse.gemini.blueprint.service.importer.support.internal.collection |
Gemini Blueprint service collections.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicList<E>
Subclass offering a List extension for a DynamicCollection.
|
class |
DynamicSet<E>
Wrapper extension to
DynamicCollection which prevents duplicates. |
class |
DynamicSortedList<E>
A specilized subtype of DynamicList which impose an order between its
elements.
|
class |
DynamicSortedSet<E>
Dynamic sorted set.
|
Modifier and Type | Field and Description |
---|---|
protected DynamicCollection<Object> |
OsgiServiceCollection.services
The dynamic collection.
|
Modifier and Type | Method and Description |
---|---|
protected DynamicCollection<Object> |
OsgiServiceCollection.createInternalDynamicStorage()
Create the dynamic storage used internally.
|
protected DynamicCollection |
OsgiServiceSortedList.createInternalDynamicStorage() |
protected DynamicCollection |
OsgiServiceSortedSet.createInternalDynamicStorage() |
protected DynamicCollection |
OsgiServiceList.createInternalDynamicStorage() |
protected DynamicCollection |
OsgiServiceSet.createInternalDynamicStorage() |
Copyright © 2006-2013. All Rights Reserved.