Class ReportingSet<T>

java.lang.Object
org.apache.rat.utils.ReportingSet<T>
Type Parameters:
T - the type of object
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>, SortedSet<T>

public class ReportingSet<T> extends Object implements SortedSet<T>
A sorted set that reports insertion collisions.