Uses of Interface
org.objectweb.speedo.api.SpeedoGenClassProxy

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

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

Classes in org.objectweb.speedo.runtime.genclass that implement SpeedoGenClassProxy
 class GenClass
          This class is a basic implementation of the SpeedoGenClassProxy interface.
 

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

Classes in org.objectweb.speedo.runtime.genclass.collection that implement SpeedoGenClassProxy
 class CollectionImpl
          This class is an implementation of the java.util.Collection interface.
 class SetImpl
           
 

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

Classes in org.objectweb.speedo.runtime.genclass.map that implement SpeedoGenClassProxy
 class MapImpl