public class DataRow extends UpdateableRow<String,DataFrameHeader,Comparable>
| Constructor and Description |
|---|
DataRow(DataFrameHeader header,
Comparable[] values,
int index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompatible(Comparable value,
int headerIndex) |
boolean |
isCompatible(Comparable value,
String headerName) |
set, setequals, 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 DataRow(DataFrameHeader header, Comparable[] values, int index)
public boolean isCompatible(Comparable value, String headerName)
isCompatible in class UpdateableRow<String,DataFrameHeader,Comparable>public boolean isCompatible(Comparable value, int headerIndex)
isCompatible in class UpdateableRow<String,DataFrameHeader,Comparable>Copyright © 2017. All rights reserved.