public class WideColumnIterator extends Object implements IRow
| Constructor and Description |
|---|
WideColumnIterator(PrimaryKey primaryKey,
AbstractColumnIteratorImpl columnIteratorImpl) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IRow o) |
PrimaryKey |
getPrimaryKey() |
boolean |
hasNextColumn() |
Column |
nextColumn() |
public WideColumnIterator(PrimaryKey primaryKey, AbstractColumnIteratorImpl columnIteratorImpl)
public PrimaryKey getPrimaryKey()
getPrimaryKey in interface IRowpublic int compareTo(IRow o)
compareTo in interface Comparable<IRow>public boolean hasNextColumn()
public Column nextColumn()
Copyright © 2024. All Rights Reserved.