| Constructor and Description |
|---|
UpdateableRow(H header,
V[] values,
int index) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isCompatible(V value,
int headerIndex) |
abstract boolean |
isCompatible(V value,
T headerName) |
void |
set(int index,
V value)
Sets a new value.
|
void |
set(T headerName,
V value)
Sets a new value.
|
equals, get, get, get, get, getBoolean, getBoolean, getByte, getByte, getDouble, getDouble, getFloat, getFloat, getHeader, getIndex, getInteger, getInteger, getLong, getLong, getNumber, getNumber, getOrNull, getOrNull, getShort, getShort, getString, getString, getValues, isNA, isNA, size, toDouble, toDouble, toStringpublic void set(T headerName, V value)
DataFrameRuntimeException if the provided column is not found
or if the value is not compatible with the respective columnheaderName - column header namevalue - new valuepublic abstract boolean isCompatible(V value, int headerIndex)
public void set(int index,
V value)
DataFrameRuntimeException if the provided column is not found
or if the value is not compatible with the respective columnindex - column indexvalue - new valueCopyright © 2017. All rights reserved.