A B C D E F G H I L M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractColumn - Class in lukfor.tables.columns
- AbstractColumn(int) - Constructor for class lukfor.tables.columns.AbstractColumn
- accepts(Object) - Method in class lukfor.tables.columns.AbstractColumn
- accepts(Object) - Method in class lukfor.tables.columns.types.DateColumn
- accepts(Object) - Method in class lukfor.tables.columns.types.DoubleColumn
- accepts(Object) - Method in class lukfor.tables.columns.types.IntegerColumn
- accepts(Object) - Method in class lukfor.tables.columns.types.StringColumn
- accepts(AbstractColumn) - Method in class lukfor.tables.columns.filters.ColumnNameFilter
- accepts(AbstractColumn) - Method in class lukfor.tables.columns.filters.ColumnNameRegExFilter
- accepts(AbstractColumn) - Method in interface lukfor.tables.columns.filters.IColumnFilter
- accepts(Row) - Method in interface lukfor.tables.rows.filters.IRowFilter
- accepts(Row) - Method in class lukfor.tables.rows.filters.RowValueRegExFilter
- add(Object) - Method in class lukfor.tables.columns.AbstractColumn
- aggregate(Object, Table) - Method in class lukfor.tables.rows.aggregators.CountRowAggregator
- aggregate(Object, Table) - Method in class lukfor.tables.rows.aggregators.MaxRowAggregator
- aggregate(Object, Table) - Method in class lukfor.tables.rows.aggregators.MeanRowAggregator
- aggregate(Object, Table) - Method in class lukfor.tables.rows.aggregators.MinRowAggregator
- aggregate(Object, Table) - Method in class lukfor.tables.rows.aggregators.SumRowAggregator
- aggregate(Object, Table) - Method in interface lukfor.tables.rows.IRowAggregator
- aggregate(IRowAggregator) - Method in class lukfor.tables.utils.GroupByBuilder
- append() - Method in class lukfor.tables.RowOperations
- append(AbstractColumn) - Method in class lukfor.tables.ColumnOperations
- append(AbstractColumn, IBuildValueFunction) - Method in class lukfor.tables.ColumnOperations
- append(Table) - Method in class lukfor.tables.Table
- apply(Object) - Method in interface lukfor.tables.columns.IApplyFunction
- apply(IApplyFunction) - Method in class lukfor.tables.columns.AbstractColumn
- assertsColumnExists(int) - Method in class lukfor.tables.Table
- assertsColumnExists(String) - Method in class lukfor.tables.Table
- assertsNotEmpty() - Method in class lukfor.tables.Table
B
- binBy(String, double) - Method in class lukfor.tables.Table
- binBy(String, double, IRowAggregator) - Method in class lukfor.tables.Table
- BinRowMapper - Class in lukfor.tables.rows.mappers
- BinRowMapper(String, double) - Constructor for class lukfor.tables.rows.mappers.BinRowMapper
- build(AbstractColumn) - Method in class lukfor.tables.rows.TableIndex
- buildValue(Row) - Method in interface lukfor.tables.columns.IBuildValueFunction
C
- clear() - Method in class lukfor.tables.ColumnOperations
- clear() - Method in class lukfor.tables.RowOperations
- clear() - Method in class lukfor.tables.Table
- clone() - Method in class lukfor.tables.Table
- cloneStructure() - Method in class lukfor.tables.columns.AbstractColumn
- cloneStructure() - Method in class lukfor.tables.columns.types.DateColumn
- cloneStructure() - Method in class lukfor.tables.columns.types.DoubleColumn
- cloneStructure() - Method in class lukfor.tables.columns.types.IntegerColumn
- cloneStructure() - Method in class lukfor.tables.columns.types.StringColumn
- cloneStructure(String) - Method in class lukfor.tables.Table
- ColumnFactory - Class in lukfor.tables.columns
- ColumnFactory() - Constructor for class lukfor.tables.columns.ColumnFactory
- ColumnNameFilter - Class in lukfor.tables.columns.filters
- ColumnNameFilter(String...) - Constructor for class lukfor.tables.columns.filters.ColumnNameFilter
- ColumnNameRegExFilter - Class in lukfor.tables.columns.filters
- ColumnNameRegExFilter(String) - Constructor for class lukfor.tables.columns.filters.ColumnNameRegExFilter
- ColumnOperations - Class in lukfor.tables
- ColumnOperations(Table) - Constructor for class lukfor.tables.ColumnOperations
- ColumnSorter - Class in lukfor.tables.columns
- ColumnSorter(AbstractColumn, int) - Constructor for class lukfor.tables.columns.ColumnSorter
- ColumnType - Enum in lukfor.tables.columns
- ColumnTypeDetector - Class in lukfor.tables.columns
- ColumnTypeDetector() - Constructor for class lukfor.tables.columns.ColumnTypeDetector
- compare(Object, Object) - Method in class lukfor.tables.columns.AbstractColumn
- compare(Object, Object) - Method in class lukfor.tables.columns.types.DateColumn
- compare(Object, Object) - Method in class lukfor.tables.columns.types.DoubleColumn
- compare(Object, Object) - Method in class lukfor.tables.columns.types.IntegerColumn
- compare(Object, Object) - Method in class lukfor.tables.columns.types.StringColumn
- copyDataFrom(AbstractColumn) - Method in class lukfor.tables.columns.AbstractColumn
- count() - Method in class lukfor.tables.utils.GroupByBuilder
- CountRowAggregator - Class in lukfor.tables.rows.aggregators
- CountRowAggregator(String) - Constructor for class lukfor.tables.rows.aggregators.CountRowAggregator
- createColumn(String, ColumnType) - Static method in class lukfor.tables.columns.ColumnFactory
- createIndex(String) - Method in class lukfor.tables.Table
- CsvTableOptions - Class in lukfor.tables.io.options
- CsvTableOptions(String) - Constructor for class lukfor.tables.io.options.CsvTableOptions
D
- data() - Method in class lukfor.tables.RowOperations
- data(int, int) - Method in class lukfor.tables.RowOperations
- DATE - lukfor.tables.columns.ColumnType
- DateColumn - Class in lukfor.tables.columns.types
- DateColumn(String) - Constructor for class lukfor.tables.columns.types.DateColumn
- DateColumn(String, int, String) - Constructor for class lukfor.tables.columns.types.DateColumn
- DateColumn(String, String) - Constructor for class lukfor.tables.columns.types.DateColumn
- dateFormat - Variable in class lukfor.tables.columns.types.DateColumn
- detectTypes() - Method in class lukfor.tables.Table
- disableLog() - Static method in class lukfor.tables.Table
- DOUBLE - lukfor.tables.columns.ColumnType
- DoubleColumn - Class in lukfor.tables.columns.types
- DoubleColumn(String) - Constructor for class lukfor.tables.columns.types.DoubleColumn
- DoubleColumn(String, int) - Constructor for class lukfor.tables.columns.types.DoubleColumn
- drop(String...) - Method in class lukfor.tables.ColumnOperations
- drop(List<Boolean>) - Method in class lukfor.tables.columns.AbstractColumn
- drop(List<Boolean>) - Method in class lukfor.tables.RowOperations
- drop(IColumnFilter) - Method in class lukfor.tables.ColumnOperations
- drop(IRowFilter) - Method in class lukfor.tables.RowOperations
- dropByRegEx(String) - Method in class lukfor.tables.ColumnOperations
- dropByRegEx(String, String) - Method in class lukfor.tables.RowOperations
- dropDuplicates() - Method in class lukfor.tables.RowOperations
- dropMissings() - Method in class lukfor.tables.RowOperations
- dropMissings(String) - Method in class lukfor.tables.RowOperations
E
- enableLog() - Static method in class lukfor.tables.Table
- ExcelTableOptions - Class in lukfor.tables.io.options
- ExcelTableOptions(String) - Constructor for class lukfor.tables.io.options.ExcelTableOptions
F
- fill(Row) - Method in class lukfor.tables.rows.Row
- fillMissings(Object) - Method in class lukfor.tables.columns.AbstractColumn
- fillMissings(Object) - Method in class lukfor.tables.Table
- forEachRow(IRowProcessor) - Method in class lukfor.tables.Table
- FORMAT - Static variable in class lukfor.tables.columns.types.DoubleColumn
- fromCsvFile(String) - Static method in class lukfor.tables.io.TableBuilder
- fromCsvFile(CsvTableOptions) - Static method in class lukfor.tables.io.TableBuilder
- fromDatabase(Connection, String) - Static method in class lukfor.tables.io.TableBuilder
- fromFile(String, char) - Static method in class lukfor.tables.io.TableBuilder
- fromTableReader(String, ITableReader, boolean, String[]) - Static method in class lukfor.tables.io.TableBuilder
- fromXlsFile(String) - Static method in class lukfor.tables.io.TableBuilder
- fromXlsFile(ExcelTableOptions) - Static method in class lukfor.tables.io.TableBuilder
G
- get(int) - Method in class lukfor.tables.ColumnOperations
- get(int) - Method in class lukfor.tables.columns.AbstractColumn
- get(int) - Method in class lukfor.tables.RowOperations
- get(int, int) - Method in class lukfor.tables.Table
- get(int, String) - Method in class lukfor.tables.Table
- get(String) - Method in class lukfor.tables.ColumnOperations
- getAll(String, Object) - Method in class lukfor.tables.RowOperations
- getAll(IRowFilter) - Method in class lukfor.tables.RowOperations
- getAllByRegEx(String, String) - Method in class lukfor.tables.RowOperations
- getAsString(int, int) - Method in class lukfor.tables.Table
- getBitmask() - Method in class lukfor.tables.rows.processors.RowDuplicateProcessor
- getBitmask() - Method in class lukfor.tables.rows.processors.RowSelectionProcessor
- getColumn(int) - Method in class lukfor.tables.Table
- getColumn(String) - Method in class lukfor.tables.Table
- getColumns() - Method in class lukfor.tables.io.options.CsvTableOptions
- getColumns() - Method in class lukfor.tables.Table
- getDateFormat() - Method in class lukfor.tables.io.options.CsvTableOptions
- getDateFormat() - Method in class lukfor.tables.io.options.ExcelTableOptions
- getDouble(int) - Method in class lukfor.tables.rows.Row
- getDouble(String) - Method in class lukfor.tables.rows.Row
- getEncoding() - Method in class lukfor.tables.io.options.CsvTableOptions
- getEncoding() - Method in class lukfor.tables.io.options.ExcelTableOptions
- getFilename() - Method in class lukfor.tables.io.options.CsvTableOptions
- getFilename() - Method in class lukfor.tables.io.options.ExcelTableOptions
- getGroups() - Method in class lukfor.tables.rows.processors.RowGroupProcessor
- getHashCode() - Method in class lukfor.tables.rows.Row
- getIndex() - Method in class lukfor.tables.rows.Row
- getIndices() - Method in class lukfor.tables.columns.ColumnSorter
- getInteger(int) - Method in class lukfor.tables.rows.Row
- getInteger(String) - Method in class lukfor.tables.rows.Row
- getKey(Row) - Method in interface lukfor.tables.rows.IRowMapper
- getKey(Row) - Method in class lukfor.tables.rows.mappers.BinRowMapper
- getMax() - Method in class lukfor.tables.columns.AbstractColumn
- getMax() - Method in class lukfor.tables.columns.types.DoubleColumn
- getMax() - Method in class lukfor.tables.columns.types.IntegerColumn
- getMean() - Method in class lukfor.tables.columns.AbstractColumn
- getMean() - Method in class lukfor.tables.columns.types.DoubleColumn
- getMean() - Method in class lukfor.tables.columns.types.IntegerColumn
- getMin() - Method in class lukfor.tables.columns.AbstractColumn
- getMin() - Method in class lukfor.tables.columns.types.DoubleColumn
- getMin() - Method in class lukfor.tables.columns.types.IntegerColumn
- getMissings() - Method in class lukfor.tables.columns.AbstractColumn
- getMissings() - Method in class lukfor.tables.Table
- getMissingValue() - Method in class lukfor.tables.io.options.CsvTableOptions
- getMissingValue() - Method in class lukfor.tables.io.options.ExcelTableOptions
- getName() - Method in class lukfor.tables.columns.AbstractColumn
- getName() - Method in class lukfor.tables.Table
- getNames() - Method in class lukfor.tables.ColumnOperations
- getObject(int) - Method in class lukfor.tables.rows.Row
- getObject(String) - Method in class lukfor.tables.rows.Row
- getRow(int) - Method in class lukfor.tables.Table
- getRow(Object) - Method in class lukfor.tables.rows.TableIndex
- getRows() - Method in class lukfor.tables.Table
- getSd() - Method in class lukfor.tables.columns.AbstractColumn
- getSd() - Method in class lukfor.tables.columns.types.DoubleColumn
- getSeparator() - Method in class lukfor.tables.io.options.CsvTableOptions
- getSize() - Method in class lukfor.tables.ColumnOperations
- getSize() - Method in class lukfor.tables.columns.AbstractColumn
- getSize() - Method in class lukfor.tables.RowOperations
- getString(int) - Method in class lukfor.tables.rows.Row
- getString(String) - Method in class lukfor.tables.rows.Row
- getSum() - Method in class lukfor.tables.columns.AbstractColumn
- getSum() - Method in class lukfor.tables.columns.types.DoubleColumn
- getSum() - Method in class lukfor.tables.columns.types.IntegerColumn
- getSummary() - Method in class lukfor.tables.columns.AbstractColumn
- getSummary() - Method in class lukfor.tables.Table
- getType() - Method in class lukfor.tables.columns.AbstractColumn
- getType() - Method in class lukfor.tables.columns.types.DateColumn
- getType() - Method in class lukfor.tables.columns.types.DoubleColumn
- getType() - Method in class lukfor.tables.columns.types.IntegerColumn
- getType() - Method in class lukfor.tables.columns.types.StringColumn
- getTypes() - Method in class lukfor.tables.ColumnOperations
- getUniqueValues() - Method in class lukfor.tables.columns.AbstractColumn
- getUniqueValues() - Method in class lukfor.tables.Table
- getValues() - Method in class lukfor.tables.columns.AbstractColumn
- groupBy(String) - Method in class lukfor.tables.Table
- groupBy(String, IRowAggregator) - Method in class lukfor.tables.Table
- groupBy(IRowMapper, IRowAggregator) - Method in class lukfor.tables.Table
- GroupByBuilder - Class in lukfor.tables.utils
- GroupByBuilder(Table, IRowMapper, String) - Constructor for class lukfor.tables.utils.GroupByBuilder
- guessType(AbstractColumn) - Static method in class lukfor.tables.columns.ColumnTypeDetector
H
- hasMissings() - Method in class lukfor.tables.rows.Row
- hist(String, double) - Method in class lukfor.tables.Table
I
- IApplyFunction - Interface in lukfor.tables.columns
- IBuildValueFunction - Interface in lukfor.tables.columns
- IColumnFilter - Interface in lukfor.tables.columns.filters
- INTEGER - lukfor.tables.columns.ColumnType
- IntegerColumn - Class in lukfor.tables.columns.types
- IntegerColumn(String) - Constructor for class lukfor.tables.columns.types.IntegerColumn
- IntegerColumn(String, int) - Constructor for class lukfor.tables.columns.types.IntegerColumn
- IRowAggregator - Interface in lukfor.tables.rows
- IRowFilter - Interface in lukfor.tables.rows.filters
- IRowMapper - Interface in lukfor.tables.rows
- IRowProcessor - Interface in lukfor.tables.rows
- isColumnTypeDetection() - Method in class lukfor.tables.io.options.CsvTableOptions
- isColumnTypeDetection() - Method in class lukfor.tables.io.options.ExcelTableOptions
- isHeader() - Method in class lukfor.tables.io.options.CsvTableOptions
- isHeader() - Method in class lukfor.tables.io.options.ExcelTableOptions
- isIgnoreComments() - Method in class lukfor.tables.io.options.CsvTableOptions
- isMissingValue(Object) - Method in class lukfor.tables.columns.AbstractColumn
- isMissingValue(Object) - Method in class lukfor.tables.columns.types.DateColumn
- isMissingValue(Object) - Method in class lukfor.tables.columns.types.DoubleColumn
- isMissingValue(Object) - Method in class lukfor.tables.columns.types.IntegerColumn
- isMissingValue(Object) - Method in class lukfor.tables.columns.types.StringColumn
L
- load() - Method in class lukfor.tables.io.options.CsvTableOptions
- load() - Method in class lukfor.tables.io.options.ExcelTableOptions
- log(String) - Static method in class lukfor.tables.Table
- log(Table, String) - Static method in class lukfor.tables.Table
- lukfor.tables - package lukfor.tables
- lukfor.tables.columns - package lukfor.tables.columns
- lukfor.tables.columns.filters - package lukfor.tables.columns.filters
- lukfor.tables.columns.types - package lukfor.tables.columns.types
- lukfor.tables.exceptions - package lukfor.tables.exceptions
- lukfor.tables.io - package lukfor.tables.io
- lukfor.tables.io.options - package lukfor.tables.io.options
- lukfor.tables.rows - package lukfor.tables.rows
- lukfor.tables.rows.aggregators - package lukfor.tables.rows.aggregators
- lukfor.tables.rows.filters - package lukfor.tables.rows.filters
- lukfor.tables.rows.mappers - package lukfor.tables.rows.mappers
- lukfor.tables.rows.processors - package lukfor.tables.rows.processors
- lukfor.tables.utils - package lukfor.tables.utils
M
- max(String) - Method in class lukfor.tables.utils.GroupByBuilder
- MaxRowAggregator - Class in lukfor.tables.rows.aggregators
- MaxRowAggregator(String, String) - Constructor for class lukfor.tables.rows.aggregators.MaxRowAggregator
- mean(String) - Method in class lukfor.tables.utils.GroupByBuilder
- MeanRowAggregator - Class in lukfor.tables.rows.aggregators
- MeanRowAggregator(String, String) - Constructor for class lukfor.tables.rows.aggregators.MeanRowAggregator
- merge(Table, String) - Method in class lukfor.tables.Table
- merge(Table, String, String) - Method in class lukfor.tables.Table
- min(String) - Method in class lukfor.tables.utils.GroupByBuilder
- MinRowAggregator - Class in lukfor.tables.rows.aggregators
- MinRowAggregator(String, String) - Constructor for class lukfor.tables.rows.aggregators.MinRowAggregator
O
- objectToValue(Object) - Method in class lukfor.tables.columns.AbstractColumn
- objectToValue(Object) - Method in class lukfor.tables.columns.types.DateColumn
- objectToValue(Object) - Method in class lukfor.tables.columns.types.DoubleColumn
- objectToValue(Object) - Method in class lukfor.tables.columns.types.IntegerColumn
- objectToValue(Object) - Method in class lukfor.tables.columns.types.StringColumn
P
- pattern - Variable in class lukfor.tables.columns.types.DateColumn
- print() - Method in class lukfor.tables.Table
- printAll() - Method in class lukfor.tables.Table
- printBetween(int, int) - Method in class lukfor.tables.Table
- printFirst(int) - Method in class lukfor.tables.Table
- printLast(int) - Method in class lukfor.tables.Table
- printSummary() - Method in class lukfor.tables.columns.AbstractColumn
- printSummary() - Method in class lukfor.tables.Table
- printSummary(PrintStream) - Method in class lukfor.tables.columns.AbstractColumn
- process(Row) - Method in interface lukfor.tables.rows.IRowProcessor
- process(Row) - Method in class lukfor.tables.rows.processors.RowCopyProcessor
- process(Row) - Method in class lukfor.tables.rows.processors.RowDuplicateProcessor
- process(Row) - Method in class lukfor.tables.rows.processors.RowGroupProcessor
- process(Row) - Method in class lukfor.tables.rows.processors.RowSelectionProcessor
R
- rename(String, String) - Method in class lukfor.tables.ColumnOperations
- replaceDataFrom(AbstractColumn) - Method in class lukfor.tables.columns.AbstractColumn
- replaceValue(Object[], Object[]) - Method in class lukfor.tables.columns.AbstractColumn
- replaceValue(Object[], Object[]) - Method in class lukfor.tables.Table
- replaceValue(Object, Object) - Method in class lukfor.tables.columns.AbstractColumn
- replaceValue(Object, Object) - Method in class lukfor.tables.Table
- Row - Class in lukfor.tables.rows
- Row(Table, int) - Constructor for class lukfor.tables.rows.Row
- RowCopyProcessor - Class in lukfor.tables.rows.processors
- RowCopyProcessor(Table) - Constructor for class lukfor.tables.rows.processors.RowCopyProcessor
- RowDuplicateProcessor - Class in lukfor.tables.rows.processors
- RowDuplicateProcessor() - Constructor for class lukfor.tables.rows.processors.RowDuplicateProcessor
- RowGroupProcessor - Class in lukfor.tables.rows.processors
- RowGroupProcessor(IRowMapper) - Constructor for class lukfor.tables.rows.processors.RowGroupProcessor
- RowOperations - Class in lukfor.tables
- RowOperations(Table) - Constructor for class lukfor.tables.RowOperations
- RowSelectionProcessor - Class in lukfor.tables.rows.processors
- RowSelectionProcessor(IRowFilter) - Constructor for class lukfor.tables.rows.processors.RowSelectionProcessor
- RowValueRegExFilter - Class in lukfor.tables.rows.filters
- RowValueRegExFilter(String, String) - Constructor for class lukfor.tables.rows.filters.RowValueRegExFilter
S
- select(String...) - Method in class lukfor.tables.ColumnOperations
- select(List<Boolean>) - Method in class lukfor.tables.columns.AbstractColumn
- select(List<Boolean>) - Method in class lukfor.tables.RowOperations
- select(IColumnFilter) - Method in class lukfor.tables.ColumnOperations
- select(IRowFilter) - Method in class lukfor.tables.RowOperations
- selectByRegEx(String) - Method in class lukfor.tables.ColumnOperations
- selectByRegEx(String, String) - Method in class lukfor.tables.RowOperations
- set(int, Object) - Method in class lukfor.tables.columns.AbstractColumn
- set(int, Object) - Method in class lukfor.tables.rows.Row
- set(Object[]) - Method in class lukfor.tables.rows.Row
- set(String, Object) - Method in class lukfor.tables.rows.Row
- setName(String) - Method in class lukfor.tables.columns.AbstractColumn
- setName(String) - Method in class lukfor.tables.Table
- setString(String, Object) - Method in class lukfor.tables.rows.Row
- setType(String, ColumnType) - Method in class lukfor.tables.ColumnOperations
- setType(AbstractColumn, ColumnType) - Method in class lukfor.tables.ColumnOperations
- sort(List<Integer>) - Method in class lukfor.tables.columns.AbstractColumn
- SORT_ASCEND - Static variable in class lukfor.tables.columns.ColumnSorter
- SORT_DESCEND - Static variable in class lukfor.tables.columns.ColumnSorter
- sortAscBy(String) - Method in class lukfor.tables.RowOperations
- sortBy(String) - Method in class lukfor.tables.RowOperations
- sortBy(String, int) - Method in class lukfor.tables.RowOperations
- sortDescBy(String) - Method in class lukfor.tables.RowOperations
- splitBy(IRowMapper) - Method in class lukfor.tables.Table
- storage - Variable in class lukfor.tables.columns.AbstractColumn
- storage - Variable in class lukfor.tables.Table
- STRING - lukfor.tables.columns.ColumnType
- StringColumn - Class in lukfor.tables.columns.types
- StringColumn(String) - Constructor for class lukfor.tables.columns.types.StringColumn
- StringColumn(String, int) - Constructor for class lukfor.tables.columns.types.StringColumn
- sum(String) - Method in class lukfor.tables.utils.GroupByBuilder
- SumRowAggregator - Class in lukfor.tables.rows.aggregators
- SumRowAggregator(String, String) - Constructor for class lukfor.tables.rows.aggregators.SumRowAggregator
T
- Table - Class in lukfor.tables
- Table(String) - Constructor for class lukfor.tables.Table
- TableBuilder - Class in lukfor.tables.io
- TableBuilder() - Constructor for class lukfor.tables.io.TableBuilder
- TableException - Exception in lukfor.tables.exceptions
- TableException(String) - Constructor for exception lukfor.tables.exceptions.TableException
- TableException(String, Throwable) - Constructor for exception lukfor.tables.exceptions.TableException
- TableIndex - Class in lukfor.tables.rows
- TableIndex(Table) - Constructor for class lukfor.tables.rows.TableIndex
- TableWriter - Class in lukfor.tables.io
- TableWriter() - Constructor for class lukfor.tables.io.TableWriter
- toString() - Method in class lukfor.tables.columns.AbstractColumn
- toString() - Method in class lukfor.tables.Table
U
- updateView(Table, int) - Method in class lukfor.tables.rows.Row
V
- valueOf(String) - Static method in enum lukfor.tables.columns.ColumnType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum lukfor.tables.columns.ColumnType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueToObject(String) - Method in class lukfor.tables.columns.AbstractColumn
- valueToObject(String) - Method in class lukfor.tables.columns.types.DateColumn
- valueToObject(String) - Method in class lukfor.tables.columns.types.DoubleColumn
- valueToObject(String) - Method in class lukfor.tables.columns.types.IntegerColumn
- valueToObject(String) - Method in class lukfor.tables.columns.types.StringColumn
W
- withColumns(String...) - Method in class lukfor.tables.io.options.CsvTableOptions
- withColumnTypeDetection(boolean) - Method in class lukfor.tables.io.options.CsvTableOptions
- withColumnTypeDetection(boolean) - Method in class lukfor.tables.io.options.ExcelTableOptions
- withDateFormat(String) - Method in class lukfor.tables.io.options.CsvTableOptions
- withDateFormat(String) - Method in class lukfor.tables.io.options.ExcelTableOptions
- withEncoding(String) - Method in class lukfor.tables.io.options.CsvTableOptions
- withEncoding(String) - Method in class lukfor.tables.io.options.ExcelTableOptions
- withHeader(boolean) - Method in class lukfor.tables.io.options.CsvTableOptions
- withHeader(boolean) - Method in class lukfor.tables.io.options.ExcelTableOptions
- withIgnoreComments(boolean) - Method in class lukfor.tables.io.options.CsvTableOptions
- withMissingValue(String) - Method in class lukfor.tables.io.options.CsvTableOptions
- withMissingValue(String) - Method in class lukfor.tables.io.options.ExcelTableOptions
- withSeparator(char) - Method in class lukfor.tables.io.options.CsvTableOptions
- writeToCsv(Table, File) - Static method in class lukfor.tables.io.TableWriter
- writeToCsv(Table, File, char) - Static method in class lukfor.tables.io.TableWriter
- writeToCsv(Table, String) - Static method in class lukfor.tables.io.TableWriter
- writeToCsv(Table, String, char) - Static method in class lukfor.tables.io.TableWriter
- writeToCsv(Table, String, char, boolean) - Static method in class lukfor.tables.io.TableWriter
- writeToSasCsv(Table, String) - Static method in class lukfor.tables.io.TableWriter
- writeToTableWriter(Table, ITableWriter) - Static method in class lukfor.tables.io.TableWriter
- writeToXls(Table, String) - Static method in class lukfor.tables.io.TableWriter
All Classes All Packages