|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addAllInternal(java.util.Collection c)
Adds objects of the given Collection to this Collection without recording the event. |
void |
addInternal(java.lang.Object o)
Adds object to the Collection without recording the event. |
boolean |
allowNulls()
Returns whether nulls are permitted as elements. |
void |
clearInternal()
Clears Collection without recording the event. |
java.util.Iterator |
eitherIterator()
Get an iterator regardless of whether the map is frozen. |
java.util.Iterator |
frozenIterator()
Get an iterator over the frozen elements of this collection. |
java.util.Collection |
getAdded()
Returns the Collection of added elements |
java.lang.Class |
getElementType()
Returns the element type assignment compatible with all added elements of this collection. |
java.util.Collection |
getRemoved()
Returns the Collection of removed elements |
void |
removeInternal(java.lang.Object o)
Removes element from the Collection without recording the event. |
void |
reset()
Resets removed and added lists after flush |
void |
setFrozen(java.lang.Object[] elements)
Set the contents of this Collection from the frozen elements. |
Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface org.apache.jdo.sco.SCO |
clone, getFieldName, getOwner, setOwner, unsetOwner |
Method Detail |
public void reset()
public void addInternal(java.lang.Object o)
public void addAllInternal(java.util.Collection c)
public void clearInternal()
public void removeInternal(java.lang.Object o)
public java.util.Collection getAdded()
public java.util.Collection getRemoved()
public java.lang.Class getElementType()
public boolean allowNulls()
public void setFrozen(java.lang.Object[] elements)
elements
- the frozen elements.public java.util.Iterator frozenIterator()
public java.util.Iterator eitherIterator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |