-
Method Summary
Methods declared in interface Iterator
forEachRemaining, hasNext, next, remove
default void
Performs the given action for each remaining element until all elements
have been processed or the action throws an exception.
boolean
Returns true
if the iteration has more elements.
Returns the next element in the iteration.
default void
Removes from the underlying collection the last element returned
by this iterator (optional operation).