| Modifier and Type | Interface and Description |
|---|---|
interface |
DataFrame
Created by algru on 12.06.2017.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDataFrame
Created by Alex on 09.03.2016.
|
| 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 | Method and Description |
|---|---|
void |
CSVWriter.write(BufferedWriter bufferedWriter,
DataContainer<?,?> dataContainer) |
void |
CSVWriter.write(File file,
DataContainer<?,?> dataContainer) |
void |
CSVWriter.write(OutputStream os,
DataContainer<?,?> dataContainer) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataGroup
Created by Alex on 10.03.2016.
|
class |
DataGrouping
Created by Alex on 10.03.2016.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DataWriter.write(BufferedWriter writer,
DataContainer<?,?> dataContainer) |
void |
DataWriter.write(File file,
DataContainer<?,?> dataContainer) |
void |
DataWriter.write(OutputStream os,
DataContainer<?,?> dataContainer) |
void |
DataWriter.write(Writer writer,
DataContainer<?,?> dataContainer) |
| Modifier and Type | Class and Description |
|---|---|
class |
JoinedDataFrame
Created by Alex on 13.03.2016.
|
| Modifier and Type | Method and Description |
|---|---|
protected ColumnPrintSettings[] |
Printer.createPrintSettings(DataContainer<?,?> dataContainer) |
void |
Printer.write(BufferedWriter writer,
DataContainer<?,?> dataContainer) |
protected void |
Printer.writeHeader(DataContainer<?,?> dataContainer,
BufferedWriter writer,
ColumnPrintSettings[] settings,
de.unknownreality.dataframe.print.Printer.ColumnWidth[] columnWidths) |
Copyright © 2020. All rights reserved.