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, stopTracking
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.