public class WideRowIterator extends Object implements Iterator<WideColumnIterator>
| Constructor and Description |
|---|
WideRowIterator(InternalClient client,
RangeIteratorParameter rangeIteratorParameter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
WideColumnIterator |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic WideRowIterator(InternalClient client, RangeIteratorParameter rangeIteratorParameter)
public boolean hasNext()
hasNext in interface Iterator<WideColumnIterator>public WideColumnIterator next()
next in interface Iterator<WideColumnIterator>public void remove()
remove in interface Iterator<WideColumnIterator>Copyright © 2024. All Rights Reserved.