| Package | Description |
|---|---|
| cn.sissors.hummingbird.collect.container |
| Modifier and Type | Method and Description |
|---|---|
CSVTableContainer<R,C,V> |
CSVTableContainer.load(@NotNull String path)
Load data from external storage into container.
|
CSVTableContainer<R,C,V> |
CSVTableContainer.NEW_LINE(String NEW_LINE)
Set new line character.
|
CSVTableContainer<R,C,V> |
CSVTableContainer.SEPARATOR(String SEPARATOR)
Set separator character.
|
CSVTableContainer<R,C,V> |
CSVTableContainer.setColumnType(Class<C> COLUMN_TYPE) |
CSVTableContainer<R,C,V> |
CSVTableContainer.setRowType(Class<R> ROW_TYPE) |
CSVTableContainer<R,C,V> |
CSVTableContainer.setValueType(Class<V> VALUE_TYPE) |
Copyright © 2019. All rights reserved.