Class TrackableSet<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<E>
net.ontopia.persistence.proxy.TrackableSet<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, Set<E>, TrackableCollectionIF<E>

public class TrackableSet<E> extends HashSet<E> implements TrackableCollectionIF<E>
INTERNAL: A set implementation that track the changes performed on it. It keeps track of the objects that have been added and the ones that has been removed.
See Also: