public class IteratorCursor<T> extends Object implements Cursor<T>
Constructor and Description |
---|
IteratorCursor(Iterator<T> it) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2002 – 2024 Project Wonder.