|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.objectweb.speedo.runtime.genclass.GenClass | +--org.objectweb.speedo.runtime.genclass.collection.CollectionImpl | +--org.objectweb.speedo.runtime.genclass.collection.SetImpl
Fields inherited from class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl |
collection |
Fields inherited from class org.objectweb.speedo.runtime.genclass.GenClass |
accessor, accessors, age, fixCount, inner, jdoIsActive, jdoStatus, linkedField, logger, mapperName, pbinding, pmf, pms, pnameHints, projectName, ptype, tpm, tx |
Constructor Summary | |
SetImpl()
Instanciates a new collection. |
|
SetImpl(int size)
Instanciates and initializes a new collection with an initial size. |
Method Summary | |
protected SpeedoAccessor |
createAccessor()
|
protected java.util.Collection |
createCollection(int size)
|
protected CollectionImpl |
createInstance(int size)
|
Methods inherited from class org.objectweb.speedo.runtime.genclass.collection.CollectionImpl |
add, addAll, clear, contains, containsAll, equals, getGenClassElements, isEmpty, iterator, jdoLoadFieldsFromAccessor, jdoLoadFieldsInAccessor, jdoMakePersistent, jdoMakePersistent, remove, removeAll, retainAll, setGCValue, size, toArray, toArray, toString |
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Constructor Detail |
public SetImpl()
public SetImpl(int size)
Method Detail |
protected java.util.Collection createCollection(int size)
createCollection
in class CollectionImpl
protected CollectionImpl createInstance(int size)
createInstance
in class CollectionImpl
protected SpeedoAccessor createAccessor()
createAccessor
in class CollectionImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |