| Constructor and Description |
|---|
Row(Row row) |
Row(String columnFamily,
String key) |
Row(String columnFamily,
String key,
List<Column<String,byte[]>> columns) |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumn(Column<String,byte[]> column) |
Column<String,byte[]> |
getColumn(String name) |
String |
getColumnFamily() |
Collection<Column<String,byte[]>> |
getColumns() |
String |
getKey() |
Iterator<Column<String,byte[]>> |
iterator() |
void |
setColumn(String name,
Column<String,byte[]> newColumn) |
void |
setColumns(List<Column<String,byte[]>> columns) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorCopyright © 2026. All rights reserved.