All Packages Class Hierarchy This Package Previous Next Index
TupleIterator
interface
returns a sequence of tuples inside a collection. Successive calls
to the nextTuple() method returns successive tuples in
the collection.
-
nextTuple()
- Returns the next tuple in the iteration.
nextTuple
public abstract Tuple nextTuple()
- Returns the next tuple in the iteration.
- Returns:
- the next tuple in the iteration.
All Packages Class Hierarchy This Package Previous Next Index