| Modifier and Type | Method and Description |
|---|---|
void |
forEachRemaining(Consumer<? super Object> action) |
boolean |
hasNext() |
Object |
next() |
void |
remove() |
public void forEachRemaining(Consumer<? super Object> action)
forEachRemaining in interface Iterator<Object>Copyright © 2021. All rights reserved.