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

Packages that use SpeedoGenClassProxy
org.objectweb.speedo.genclass The management of generic persistent class (Collection, Set, Map). 
org.objectweb.speedo.genclass.collection Speedo implementations of generic classes associated to the Collection type (Collection, Set, List, ArrayList, HashSet, Vector). 
org.objectweb.speedo.genclass.map Speedo implementations of generic classes associated to the Map type (Map, HashMap, Hashtable, Properties). 
 

Uses of SpeedoGenClassProxy in org.objectweb.speedo.genclass
 

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

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

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

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

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

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

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

Classes in org.objectweb.speedo.genclass.map that implement SpeedoGenClassProxy
 class HashMapImpl
           
 class HashtableImpl
           
 class MapImpl
           
 class PropertiesImpl
           
 class TreeMapImpl
           
 

Constructors in org.objectweb.speedo.genclass.map with parameters of type SpeedoGenClassProxy
MapAccessor(SpeedoGenClassProxy jdoProxy)
          Instanciates and initializes a new map with an initial size.