|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DynamicCollection | |
---|---|
org.eclipse.gemini.blueprint.service.importer.support.internal.collection | Gemini Blueprint service collections. |
Uses of DynamicCollection in org.eclipse.gemini.blueprint.service.importer.support.internal.collection |
---|
Subclasses of DynamicCollection in org.eclipse.gemini.blueprint.service.importer.support.internal.collection | |
---|---|
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. |
Fields in org.eclipse.gemini.blueprint.service.importer.support.internal.collection declared as DynamicCollection | |
---|---|
protected DynamicCollection<Object> |
OsgiServiceCollection.services
The dynamic collection. |
Methods in org.eclipse.gemini.blueprint.service.importer.support.internal.collection that return DynamicCollection | |
---|---|
protected DynamicCollection |
OsgiServiceSortedSet.createInternalDynamicStorage()
|
protected DynamicCollection |
OsgiServiceSortedList.createInternalDynamicStorage()
|
protected DynamicCollection |
OsgiServiceSet.createInternalDynamicStorage()
|
protected DynamicCollection |
OsgiServiceList.createInternalDynamicStorage()
|
protected DynamicCollection<Object> |
OsgiServiceCollection.createInternalDynamicStorage()
Create the dynamic storage used internally. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |