All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface macondo.mistero.collections.TupleIterator

public interface interface TupleIterator
An object that implements the TupleIterator interface returns a sequence of tuples inside a collection. Successive calls to the nextTuple() method returns successive tuples in the collection.


Method Index

 o nextTuple()
Returns the next tuple in the iteration.

Methods

 o 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