public class BasicRow<T,H extends Header<T>,V> extends AbstractHeaderRow<T,H,V>
| Constructor and Description |
|---|
BasicRow(H header,
V[] values,
int index) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(int index)
Returns the entity at a specified index
This method throws a
RuntimeException if anything goes wrong. |
protected V[] |
getValues()
Returns the values of this row as array
|
int |
size()
Returns the number of entities in this row
|
equals, 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, isNA, isNA, toDouble, toDouble, toStringpublic V get(int index)
RowRuntimeException if anything goes wrong.public int size()
Rowprotected V[] getValues()
Copyright © 2020. All rights reserved.