public class DelayedCollectionChangeTrackerImpl extends CollectionChangeTrackerImpl
_coll, _dups, _orderadd, change, rem| Constructor and Description |
|---|
DelayedCollectionChangeTrackerImpl(java.util.Collection coll,
boolean dups,
boolean order,
boolean autoOff) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(java.lang.Object elem)
Mark the given value as added.
|
protected void |
change(java.lang.Object elem)
Mark the given value as changed.
|
protected void |
remove(java.lang.Object elem)
Mark the given value as removed.
|
added, allowsDuplicates, initialSequence, isOrdered, removedchanged, getAdded, getAutoOff, getChanged, getNextSequence, getRemoved, isTracking, newSet, reset, setAutoOff, setNextSequence, startTracking, stopTrackingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAdded, getChanged, getNextSequence, getRemoved, isTracking, setNextSequence, startTracking, stopTrackingpublic DelayedCollectionChangeTrackerImpl(java.util.Collection coll,
boolean dups,
boolean order,
boolean autoOff)
protected void add(java.lang.Object elem)
AbstractChangeTrackeradd in class CollectionChangeTrackerImplprotected void remove(java.lang.Object elem)
AbstractChangeTrackerremove in class CollectionChangeTrackerImplprotected void change(java.lang.Object elem)
AbstractChangeTrackerchange in class CollectionChangeTrackerImplCopyright © 2006-2013 Apache Software Foundation. All Rights Reserved.