Uses of Class
org.eclipse.gemini.blueprint.service.importer.support.internal.collection.DynamicCollection

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.
 



Copyright © 2006-2012. All Rights Reserved.