| Package | Description |
|---|---|
| eu.dnetlib.data.transform |
| Modifier and Type | Method and Description |
|---|---|
Column<String,byte[]> |
Row.getColumn(String name) |
static <N,V> Column<N,V> |
Column.newInstance(N name,
V value) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Column<String,byte[]>> |
Row.getColumns() |
Iterator<Column<String,byte[]>> |
Row.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Row.addColumn(Column<String,byte[]> column) |
void |
Row.setColumn(String name,
Column<String,byte[]> newColumn) |
| Modifier and Type | Method and Description |
|---|---|
void |
Row.setColumns(List<Column<String,byte[]>> columns) |
| Constructor and Description |
|---|
Row(String columnFamily,
String key,
List<Column<String,byte[]>> columns) |
Copyright © 2026. All rights reserved.