Uses of Class
org.objectweb.speedo.runtime.genclass.GenClass

Packages that use GenClass
org.objectweb.speedo.runtime.genclass   
org.objectweb.speedo.runtime.genclass.collection   
org.objectweb.speedo.runtime.genclass.map   
 

Uses of GenClass in org.objectweb.speedo.runtime.genclass
 

Fields in org.objectweb.speedo.runtime.genclass declared as GenClass
 GenClass GenClassAccessor.jdoProxy
          The SpeedoProxy attached to this state representation.
 

Constructors in org.objectweb.speedo.runtime.genclass with parameters of type GenClass
GenClassAccessor(GenClass jdoProxy)
           
 

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

Subclasses of GenClass in org.objectweb.speedo.runtime.genclass.collection
 class CollectionImpl
          This class is an implementation of the java.util.Collection interface.
 class SetImpl
           
 

Uses of GenClass in org.objectweb.speedo.runtime.genclass.map
 

Subclasses of GenClass in org.objectweb.speedo.runtime.genclass.map
 class MapImpl