Modifier and Type | Method and Description |
---|---|
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.
|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
clone, getFieldName, getOwner, setOwner, unsetOwner
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()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.