Uses of Class
org.objectweb.speedo.runtime.genclass.collection.CollectionImpl

Packages that use CollectionImpl
org.objectweb.speedo.runtime.genclass.collection   
 

Uses of CollectionImpl in org.objectweb.speedo.runtime.genclass.collection
 

Subclasses of CollectionImpl in org.objectweb.speedo.runtime.genclass.collection
 class SetImpl
           
 

Methods in org.objectweb.speedo.runtime.genclass.collection that return CollectionImpl
protected  CollectionImpl CollectionImpl.createInstance(int size)
           
protected  CollectionImpl SetImpl.createInstance(int size)
           
 

Constructors in org.objectweb.speedo.runtime.genclass.collection with parameters of type CollectionImpl
CollectionAccessor(CollectionImpl jdoProxy, int size)
          Instanciates and initializes a new collection with an initial size.
SetAccessor(CollectionImpl jdoProxy, int size)
          Instanciates and initializes a new set with an initial set size.