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