What is the NavigableSet interface?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the NavigableSet interface?
Rating:
The NavigableSet interface extends the SortedSet interface in which the elements are ordered either by natural ordering or using a Comparator. It contains methods to find out the closest matches for given search targets. The elements of the NavigableSet interface must be mutually comparable. The elements of the NavigableSet interface can be accessed and traversed in either ascending or descending order.
Rating:
Was this information helpful?
Other articles
- SCJP CX310-065 Short Notes: Exam passing tips
- What is the descendingSet() method of the NavigableSet interface?
- What is the subMap() method of the NavigableMap interface?
- What is the floor() method of the NavigableSet interface?
- Things to practice for Sun test CX310-065.