public class Row<E extends TableSchema<E>> extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,Column<E,?>> |
columns |
Constructor and Description |
---|
Row() |
Row(TableSchema<E> tableSchema) |
Row(TableSchema<E> tableSchema,
List<Column<E,?>> columns) |
Modifier and Type | Method and Description |
---|---|
void |
addColumn(String columnName,
Column<E,?> data) |
boolean |
equals(Object obj)
The equals method for Row object should be used with caution.
|
<D> Column<E,D> |
getColumn(ColumnSchema<E,D> schema) |
Collection<Column<E,?>> |
getColumns() |
TableSchema<E> |
getTableSchema() |
int |
hashCode()
The hashCode method for Row object should be used with caution.
|
void |
setTableSchema(TableSchema<E> tableSchema) |
String |
toString() |
public Row()
public Row(TableSchema<E> tableSchema)
public Row(TableSchema<E> tableSchema, List<Column<E,?>> columns)
public <D> Column<E,D> getColumn(ColumnSchema<E,D> schema)
public Collection<Column<E,?>> getColumns()
public TableSchema<E> getTableSchema()
public void setTableSchema(TableSchema<E> tableSchema)
public int hashCode()
public boolean equals(Object obj)
Copyright © 2018 OpenDaylight. All rights reserved.