Interface ICommonsSortedSet<ELEMENTTYPE>

Type Parameters:
ELEMENTTYPE - Set element type
All Superinterfaces:
Collection<ELEMENTTYPE>, ICloneable<ICommonsSet<ELEMENTTYPE>>, ICommonsCollection<ELEMENTTYPE>, ICommonsIterable<ELEMENTTYPE>, ICommonsSet<ELEMENTTYPE>, IHasSize, Iterable<ELEMENTTYPE>, SequencedCollection<ELEMENTTYPE>, SequencedSet<ELEMENTTYPE>, Set<ELEMENTTYPE>, SortedSet<ELEMENTTYPE>
All Known Subinterfaces:
ICommonsNavigableSet<ELEMENTTYPE>
All Known Implementing Classes:
CommonsTreeSet

public interface ICommonsSortedSet<ELEMENTTYPE> extends SortedSet<ELEMENTTYPE>, ICommonsSet<ELEMENTTYPE>
A special SortedSet based interface with extended functionality based on ICommonsSet.
Author:
Philip Helger