public final class TableIterator extends Object implements Iterator<TableRow>
TableIterator(TableResult aTable)
boolean
hasNext()
TableRow
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TableIterator(TableResult aTable)
aTable
public boolean hasNext()
hasNext
Iterator<TableRow>
public TableRow next()
next
public void remove()
remove
Copyright © 2012-2014. All Rights Reserved.