public final class IteratorRecord extends Object
| Modifier and Type | Method and Description |
|---|---|
static IteratorRecord |
create(Object iterator,
Object nextMethod) |
static IteratorRecord |
create(Object iterator,
Object nextMethod,
boolean done) |
Object |
getIterator() |
Object |
getNextMethod() |
boolean |
isDone() |
void |
setDone(boolean done) |
String |
toString() |
public static IteratorRecord create(Object iterator, Object nextMethod, boolean done)
public static IteratorRecord create(Object iterator, Object nextMethod)
public Object getIterator()
public Object getNextMethod()
public boolean isDone()
public void setDone(boolean done)