public class RowIterator extends Object implements Iterator<Row>
RowIterator(SyncClient client, RangeIteratorParameter parameter)
boolean
hasNext()
Row
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RowIterator(SyncClient client, RangeIteratorParameter parameter)
public boolean hasNext()
hasNext
Iterator<Row>
public Row next()
next
public void remove()
remove
Copyright © 2017. All Rights Reserved.