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, remove
current, currentToArray, forward, getArity, member, setContext
Copyright © 2020 Hitachi Vantara. All rights reserved.