Introduction - If you have any usage issues, please Google them yourself
The NavigableSet Interface.
The NavigableSet interface is a subinterface of SortedSet that provides methods for searching for elements.
java.util.TreeSet is an implementation of NavigableSet.