What is the pollLast() method of 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 pollLast() method of the NavigableSet interface?
Rating:
The pollLast() method of the NavigableSet interface retrieves and removes the greatest element of a navigable set. It returns a null value if the given set is empty.
Rating:
Was this information helpful?
Other articles
- New features in SCJP exam
- What is a multidimensional array?
- What is the BufferedReader class?
- What is the || (OR) operator?
- What is the lastEntry() method of the NavigableMap interface?