Interface ICommonsNavigableSet<ELEMENTTYPE>

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

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