org.objectweb.jorm.runtime.colocated
Class GenClass_C

java.lang.Object
  extended byorg.objectweb.jorm.runtime.colocated.GenClass_C

public class GenClass_C
extends java.lang.Object

Author:
S.Chassande-Barrioz

Nested Class Summary
 class GenClass_C.RefElement
           
 
Field Summary
 java.util.List elements
           
 int expectedSize
           
 
Constructor Summary
GenClass_C(int expectedsize)
           
GenClass_C(java.util.List pnames)
           
 
Method Summary
 PIndexedElem createPIndexedElem()
           
 boolean equals(java.lang.Object obj)
           
 java.lang.Object getMemoryInstance()
           
 void paAdd(PIndexedElem elem, java.lang.Object conn)
           
 boolean paDeltaSupported()
           
 int paGetNbElem()
           
 java.util.Iterator paIterator()
           
 void paSetNbElem(int nbelem)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elements

public java.util.List elements

expectedSize

public int expectedSize
Constructor Detail

GenClass_C

public GenClass_C(java.util.List pnames)

GenClass_C

public GenClass_C(int expectedsize)
Method Detail

equals

public boolean equals(java.lang.Object obj)

paAdd

public void paAdd(PIndexedElem elem,
                  java.lang.Object conn)
           throws PException
Throws:
PException

paDeltaSupported

public boolean paDeltaSupported()

paGetNbElem

public int paGetNbElem()

paIterator

public java.util.Iterator paIterator()

paSetNbElem

public void paSetNbElem(int nbelem)

createPIndexedElem

public PIndexedElem createPIndexedElem()
                                throws PException
Throws:
PException

getMemoryInstance

public java.lang.Object getMemoryInstance()