Description:
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.
To Search:
File list (Check if you may need any files):
NavigableSetDemo.java