|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.objectweb.speedo.runtime.genclass.GenClassAccessor | +--org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor | +--org.objectweb.speedo.runtime.genclass.collection.SetAccessor
Fields inherited from class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor |
elements |
Fields inherited from class org.objectweb.speedo.runtime.genclass.GenClassAccessor |
jdoProxy, logger, supportDelta, tmpelem |
Constructor Summary | |
SetAccessor(CollectionImpl jdoProxy,
int size)
Instanciates and initializes a new set with an initial set size. |
Method Summary | |
org.objectweb.jorm.api.PIndexedElem |
createPIndexedElem()
Implementation of the PGenClassAccessor. |
Methods inherited from class org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor |
add, addAll, clear, contains, containsAll, equals, isEmpty, iterator, paAdd, paGetNbElem, paIterator, paSetNbElem, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods inherited from class org.objectweb.speedo.runtime.genclass.GenClassAccessor |
getMemoryInstance, paDeltaSupported |
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 SetAccessor(CollectionImpl jdoProxy, int size)
Method Detail |
public org.objectweb.jorm.api.PIndexedElem createPIndexedElem()
createPIndexedElem
in class CollectionAccessor
org.objectweb.jorm.api.PGenClassAccessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |