| Constructor and Description |
|---|
Row(Cell... cells)
Create a new row.
|
Row(Iterable<Cell> cells)
Create a new row.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Cell> |
getCellsCopy()
Get a shallow copy of the cells in this row.
|
int |
getCellsCount()
Get the number of cells in this row.
|
RiakTsPB.TsRow |
getPbRow() |
int |
hashCode() |
Iterator<Cell> |
iterator()
An iterator of the Cells in this row.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Row(Iterable<Cell> cells)
cells - the collection of cells that make up the row.public Row(Cell... cells)
cells - the varargs collection of cells that make up the row.public int getCellsCount()
public List<Cell> getCellsCopy()
public RiakTsPB.TsRow getPbRow()
Copyright © 2016. All rights reserved.