|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_ejb.container.jorm.GenClassImpl
org.objectweb.jonas_ejb.container.jorm.Collection
This class is a basic implementation of the java.util.Collection based on the generic class implementation (GenClassImpl). This class can be used to represent a relation between bean.
| Nested Class Summary |
| Nested classes inherited from class org.objectweb.jonas_ejb.container.jorm.GenClassImpl |
GenClassImpl.ElementIterator |
| Field Summary |
| Fields inherited from class org.objectweb.jonas_ejb.container.jorm.GenClassImpl |
deletedLength, ectx, gcm, isModified, listener, pb, pIndexedElems, selectForUpdate, size |
| Constructor Summary | |
Collection()
|
|
| Method Summary | |
boolean |
add(java.lang.Object o)
|
boolean |
addAll(java.util.Collection collection)
It iterates over the collection parameter to add each element in the collection. |
void |
clear()
It removes all elements. |
boolean |
contains(java.lang.Object o)
|
boolean |
containsAll(java.util.Collection collection)
|
org.objectweb.jorm.api.PIndexedElem |
createPIndexedElem()
The default implementation of the PIndexedElem is GenClassElement. |
boolean |
isEmpty()
|
java.util.Iterator |
iterator()
|
boolean |
remove(java.lang.Object o)
|
boolean |
remove(java.lang.Object o,
boolean callListener)
|
boolean |
removeAll(java.util.Collection collection)
It iterates over the collection parameter to remove each element in the collection. |
boolean |
retainAll(java.util.Collection collection)
For each element of the current collection, it checks if it exist into the collection parameter. |
int |
size()
|
java.lang.Object[] |
toArray()
It returns an array of the elements. |
java.lang.Object[] |
toArray(java.lang.Object[] objects)
It returns an array of the elements. |
| Methods inherited from class org.objectweb.jonas_ejb.container.jorm.GenClassImpl |
doNotWrite, gcAdd, gcClear, gcContains, gcDeref, gcGetElement, gcGetPBinding, gcGetRealIndex, gcGetSize, gcIsModified, gcIterator, gcIterator, gcObject2ref, gcRemove, getListener, getMemoryInstance, paAdd, paDeltaSupported, paGetNbElem, paIterator, paSetNbElem, printState, read, reset, setEntityContext, setListener, setPBinding, setPClassMapping, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
equals, hashCode |
| Constructor Detail |
public Collection()
| Method Detail |
public org.objectweb.jorm.api.PIndexedElem createPIndexedElem()
GenClassImpl
createPIndexedElem in interface org.objectweb.jorm.api.PIndexedElemFactorycreatePIndexedElem in class GenClassImplpublic int size()
size in interface java.util.Collectionpublic boolean isEmpty()
isEmpty in interface java.util.Collectionpublic boolean contains(java.lang.Object o)
contains in interface java.util.Collectionpublic java.util.Iterator iterator()
iterator in interface java.util.Collectionpublic java.lang.Object[] toArray()
toArray in interface java.util.Collectionpublic java.lang.Object[] toArray(java.lang.Object[] objects)
toArray in interface java.util.Collectionobjects - the array into which the elements of this collection are to be stored
public boolean add(java.lang.Object o)
add in interface java.util.Collectionpublic boolean remove(java.lang.Object o)
remove in interface java.util.Collection
public boolean remove(java.lang.Object o,
boolean callListener)
public boolean containsAll(java.util.Collection collection)
containsAll in interface java.util.Collectionpublic boolean addAll(java.util.Collection collection)
addAll in interface java.util.Collectionpublic boolean removeAll(java.util.Collection collection)
removeAll in interface java.util.Collectionpublic boolean retainAll(java.util.Collection collection)
retainAll in interface java.util.Collectionpublic void clear()
clear in interface java.util.Collection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||