public interface CollectionChangeTracker extends ChangeTracker
ChangeTracker.stopTracking() after
 applying the operation to the collection.| Modifier and Type | Method and Description | 
|---|---|
void | 
added(Object elem)
Record that the given element was added. 
 | 
void | 
removed(Object elem)
Record that the given element was removed. 
 | 
getAdded, getChanged, getNextSequence, getRemoved, isTracking, setNextSequence, startTracking, stopTrackingCopyright © 2006–2018 Apache Software Foundation. All rights reserved.