NavigableSet.pollFirst

Retrieves and removes the first (lowest) element, or returns {@code null} if this set is empty.

@return the first element, or {@code null} if this set is empty

interface NavigableSet(E)
E
pollFirst
()

Meta