Class CommonsTreeSet<ELEMENTTYPE>

java.lang.Object
java.util.AbstractCollection<ELEMENTTYPE>
java.util.AbstractSet<ELEMENTTYPE>
java.util.TreeSet<ELEMENTTYPE>
com.helger.commons.collection.impl.CommonsTreeSet<ELEMENTTYPE>
Type Parameters:
ELEMENTTYPE - Set element type
All Implemented Interfaces:
ICommonsCollection<ELEMENTTYPE>, ICommonsIterable<ELEMENTTYPE>, ICommonsNavigableSet<ELEMENTTYPE>, ICommonsSet<ELEMENTTYPE>, ICommonsSortedSet<ELEMENTTYPE>, ICloneable<ICommonsSet<ELEMENTTYPE>>, IHasSize, Serializable, Cloneable, Iterable<ELEMENTTYPE>, Collection<ELEMENTTYPE>, NavigableSet<ELEMENTTYPE>, SequencedCollection<ELEMENTTYPE>, SequencedSet<ELEMENTTYPE>, Set<ELEMENTTYPE>, SortedSet<ELEMENTTYPE>

public class CommonsTreeSet<ELEMENTTYPE> extends TreeSet<ELEMENTTYPE> implements ICommonsNavigableSet<ELEMENTTYPE>
A special TreeSet implementation based on ICommonsNavigableSet.
Author:
Philip Helger
See Also: