NavigableSet
Interface NavigableSet<E>
- Type Parameters:
-
E
- the type of elements maintained by this set
- All Superinterfaces:
- Collection<E>, Iterable<E>, Set<E>, SortedSet<E>
- All Known Implementing Classes:
- ConcurrentSkipListSet, TreeSet
public interface NavigableSet<E> extends SortedSet<E>