What is the pollFirst() 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 pollFirst() method of the NavigableSet interface?
Rating:
The pollFirst() method of the NavigableSet interface retrieves and removes the lowest element of a navigable set. It returns a null value if the given set is empty.
Rating:
Was this information helpful?
Other articles
- What is the pollLastEntry() method of the NavigableMap interface?
- What is the floorEntry(k) method of the NavigableMap interface?
- What is the PrintWriter class?
- What is the higherKey(k) method of the NavigableMap interface?
- What is the next() method of the Iterator interface?