public interface TupleIterator extends Iterator<List<Member>>, TupleCursor
Iterator that returns tuples.
Extends TupleCursor to support the standard Java iterator
API. For some implementations, using the iterator API (in particular the
Iterator.next() and Iterator.hasNext() methods) may be more expensive than using
cursor's TupleCursor.forward() method.
forEachRemaining, hasNext, next, removecurrent, currentToArray, forward, getArity, member, setContextCopyright © 2021 Hitachi Vantara. All rights reserved.