All Packages Class Hierarchy This Package Previous Next Index
Interface Iterators.Iterator
- public interface Iterator
-
getFirst()
- getFirst should be called before getNext
-
getNext()
- getNext returns a valid tuple object or null to signal the end of
iterator
getFirst
public abstract Tuple getFirst() throws IOException
- getFirst should be called before getNext
getNext
public abstract Tuple getNext() throws IOException
- getNext returns a valid tuple object or null to signal the end of
iterator
All Packages Class Hierarchy This Package Previous Next Index