org.objectweb.speedo.runtime.genclass.collection
Class SetAccessor

org.objectweb.speedo.runtime.genclass.GenClassAccessor
  |
  +--org.objectweb.speedo.runtime.genclass.collection.CollectionAccessor
        |
        +--org.objectweb.speedo.runtime.genclass.collection.SetAccessor
All Implemented Interfaces:
java.util.Collection, java.util.Set

public class SetAccessor
extends CollectionAccessor
implements java.util.Set

Author:
P. D?chamboux

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

SetAccessor

public SetAccessor(CollectionImpl jdoProxy,
                   int size)
Instanciates and initializes a new set with an initial set size.
Method Detail

createPIndexedElem

public org.objectweb.jorm.api.PIndexedElem createPIndexedElem()
Implementation of the PGenClassAccessor.
Overrides:
createPIndexedElem in class CollectionAccessor
See Also:
org.objectweb.jorm.api.PGenClassAccessor