public final class RecordIterator
extends java.lang.Object
implements java.util.Iterator
Iterator
class for iterating over RecordCollection
s.RecordCollection
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
Record |
nextRecord()
Returns the next object as a Record.
|
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public Record nextRecord()
public void remove()
remove
in interface java.util.Iterator