Class TrackingSet<T>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
org.aksw.commons.collections.tracker.TrackingSet<T>
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>

public class TrackingSet<T> extends AbstractSet<T>
Set which tracks insertions and removals to another set Can be used with maps by applying it to their .entrySet()
Author:
raven