Java Reference
In-Depth Information
NavigableSet
TreeSet isanexampleofanavigableset,whichisasortedsetthatcanbeiteratedover
in descending order as well as ascending order, and which can report closest matches
forgivensearchtargets.Navigablesetsaredescribedbythe NavigableSet interface,
whose generic type is NavigableSet<E> , which extends SortedSet , and which
is described in Table 5-4 .
Search WWH ::




Custom Search