@InternalExtensionOnly public abstract class Row extends Object implements Comparable<Row>, Serializable
| Constructor and Description |
|---|
Row() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Row row)
Lexicographically compares this row's key to another row's key.
|
static Row |
create(com.google.protobuf.ByteString key,
List<RowCell> cells)
Creates a new instance of the
Row. |
abstract List<RowCell> |
getCells()
Returns the list of cells.
|
abstract com.google.protobuf.ByteString |
getKey()
Returns the row key
|
@InternalApi public static Row create(com.google.protobuf.ByteString key, List<RowCell> cells)
Row.@Nonnull public abstract com.google.protobuf.ByteString getKey()
public abstract List<RowCell> getCells()
public int compareTo(@Nonnull Row row)
compareTo in interface Comparable<Row>Copyright © 2018 Google LLC. All rights reserved.