| Modifier and Type | Class and Description |
|---|---|
class |
DataRow
Created by Alex on 12.06.2017.
|
| Modifier and Type | Method and Description |
|---|---|
static <R extends Row> |
DataFrameConverter.fromDataIterator(DataIterator<R> dataIterator)
Converts a parent data container to a data frame.
|
static <R extends Row> |
DataFrameConverter.fromDataIterator(DataIterator<R> dataIterator,
FilterPredicate filterPredicate)
Converts a parent data container to a data frame.
|
static <R extends Row> |
DataFrameConverter.fromDataIterator(DataIterator<R> dataIterator,
int expectedSize,
List<ColumnInformation> columnsInformation,
FilterPredicate filterPredicate)
Converts a parent data container to a data frame.
|
static <R extends Row> |
DataFrameConverter.fromDataIterator(DataIterator<R> dataIterator,
List<ColumnInformation> columnsInformation,
FilterPredicate filterPredicate)
Converts a parent data container to a data frame.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataFrameColumn.append(Row<?,?> row,
int index)
A new value is appended at the end of this column using
DataFrameColumn.doAppend(Comparable). |
<H> boolean |
DataFrameColumn.append(Row<?,H> row,
H headerName)
A new value is appended at the end of this column using
DataFrameColumn.doAppend(Comparable). |
abstract T |
DataFrameColumn.getValueFromRow(Row<?,?> row,
int headerIndex) |
abstract <H> T |
DataFrameColumn.getValueFromRow(Row<?,H> row,
H headerName) |
| Modifier and Type | Method and Description |
|---|---|
String |
StringColumn.getValueFromRow(Row<?,?> row,
int headerIndex) |
Short |
ShortColumn.getValueFromRow(Row<?,?> row,
int headerIndex) |
Long |
LongColumn.getValueFromRow(Row<?,?> row,
int headerIndex) |
Integer |
IntegerColumn.getValueFromRow(Row<?,?> row,
int headerIndex) |
Float |
FloatColumn.getValueFromRow(Row<?,?> row,
int headerIndex) |
Double |
DoubleColumn.getValueFromRow(Row<?,?> row,
int headerIndex) |
Byte |
ByteColumn.getValueFromRow(Row<?,?> row,
int headerIndex) |
Boolean |
BooleanColumn.getValueFromRow(Row<?,?> row,
int headerIndex) |
<H> String |
StringColumn.getValueFromRow(Row<?,H> row,
H headerName) |
<H> Short |
ShortColumn.getValueFromRow(Row<?,H> row,
H headerName) |
<H> Long |
LongColumn.getValueFromRow(Row<?,H> row,
H headerName) |
<H> Integer |
IntegerColumn.getValueFromRow(Row<?,H> row,
H headerName) |
<H> Float |
FloatColumn.getValueFromRow(Row<?,H> row,
H headerName) |
<H> Double |
DoubleColumn.getValueFromRow(Row<?,H> row,
H headerName) |
<H> Byte |
ByteColumn.getValueFromRow(Row<?,H> row,
H headerName) |
<H> Boolean |
BooleanColumn.getValueFromRow(Row<?,H> row,
H headerName) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataContainer<H extends Header,R extends Row>
Created by Alex on 14.03.2016.
|
interface |
RowIterable<T extends Row>
Created by Alex on 10.03.2016.
|
interface |
RowIterator<R extends Row>
Created by Alex on 17.06.2017.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldColumn.set(Row row,
Object object)
Converts and inserts a value from a row into an object
|
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
DataMapper.map(DataContainer<? extends Header,? extends Row> reader,
Class<T> cl)
Maps a
DataContainer to a list
The specified type of entities in the list must have MappedColumn annotated fields. |
static <T> Iterable<T> |
DataMapper.mapEach(DataContainer<? extends Header,? extends Row> reader,
Class<T> cl)
Returns an iterable over mapped entities from the data container
The specified type of entities must have
MappedColumn annotated fields. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHeaderRow<T,H extends Header<T>,V> |
class |
BasicRow<T,H extends Header<T>,V>
Created by Alex on 19.05.2017.
|
class |
StringRow<T,H extends Header<T>>
Created by Alex on 19.05.2017.
|
class |
UpdatableRow<T,H extends Header<T>,V>
Created by Alex on 19.05.2017.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVRow
Created by Alex on 09.03.2016.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSVWriter.writeRow(BufferedWriter bufferedWriter,
Row row) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupRow
Created by algru on 11.06.2017.
|
class |
GroupValues
Created by Alex on 15.03.2016.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedStreamIterator<R extends Row>
Created by Alex on 19.05.2017.
|
interface |
DataIterator<R extends Row>
Created by Alex on 17.06.2017.
|
class |
DataReader<R extends Row,C extends DataIterator<R>>
Created by Alex on 17.06.2017.
|
interface |
ReaderBuilder<R extends Row,D extends DataReader<R,? extends DataIterator<R>>>
Created by Alex on 17.06.2017.
|
interface |
ReadFormat<R extends Row,B extends ReaderBuilder<R,?>>
Created by Alex on 17.06.2017.
|
Copyright © 2020. All rights reserved.