public abstract class AbstractTupleIterator extends AbstractTupleCursor implements TupleIterator
TupleIterator
.
Derived classes need to implement only TupleCursor.forward()
.
forward
must set the TupleCursor.current()
field, and derived classes can use it.
Modifier and Type | Field and Description |
---|---|
protected boolean |
hasNext |
arity
Constructor and Description |
---|
AbstractTupleIterator(int arity) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
List<Member> |
next() |
void |
remove() |
currentToArray, getArity, member, setContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
current, currentToArray, forward, getArity, member, setContext
Copyright © 2019 Hitachi Vantara. All rights reserved.