public class DelayedCollectionChangeTrackerImpl extends CollectionChangeTrackerImpl
_coll, _dups, _order
add, change, rem
Constructor and Description |
---|
DelayedCollectionChangeTrackerImpl(Collection coll,
boolean dups,
boolean order,
boolean autoOff) |
Modifier and Type | Method and Description |
---|---|
protected void |
add(Object elem)
Mark the given value as added.
|
protected void |
change(Object elem)
Mark the given value as changed.
|
protected void |
remove(Object elem)
Mark the given value as removed.
|
added, allowsDuplicates, initialSequence, isOrdered, removed
changed, getAdded, getAutoOff, getChanged, getNextSequence, getRemoved, isTracking, newSet, reset, setAutoOff, setNextSequence, startTracking, stopTracking
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAdded, getChanged, getNextSequence, getRemoved, isTracking, setNextSequence, startTracking, stopTracking
public DelayedCollectionChangeTrackerImpl(Collection coll, boolean dups, boolean order, boolean autoOff)
protected void add(Object elem)
AbstractChangeTracker
add
in class CollectionChangeTrackerImpl
protected void remove(Object elem)
AbstractChangeTracker
remove
in class CollectionChangeTrackerImpl
protected void change(Object elem)
AbstractChangeTracker
change
in class CollectionChangeTrackerImpl
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.