|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCOCollection
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 |
---|
void reset()
void addInternal(java.lang.Object o)
void addAllInternal(java.util.Collection c)
void clearInternal()
void removeInternal(java.lang.Object o)
java.util.Collection getAdded()
java.util.Collection getRemoved()
java.lang.Class getElementType()
boolean allowNulls()
void setFrozen(java.lang.Object[] elements)
elements
- the frozen elements.java.util.Iterator frozenIterator()
java.util.Iterator eitherIterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |