Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractColumn<T> - Class in org.refcodes.tabular
-
The
AbstractColumnis the default implementation for theColumninterface. - AbstractColumn(String, Class<T>) - Constructor for class org.refcodes.tabular.AbstractColumn
-
Constructs a column.
- AbstractHeader<T,
C extends Column<? extends T>> - Class in org.refcodes.tabular - AbstractHeader() - Constructor for class org.refcodes.tabular.AbstractHeader
-
Constructs the
AbstractHeaderinstance. - AbstractHeader(C...) - Constructor for class org.refcodes.tabular.AbstractHeader
-
Constructs the
AbstractHeaderinstance configured with the providedColumninstances. - add(int, C) - Method in class org.refcodes.tabular.AbstractHeader
- add(C) - Method in class org.refcodes.tabular.AbstractHeader
B
- booleanColumn(String) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
Columnwith support for boolean values. - BooleanColumn - Class in org.refcodes.tabular
- BooleanColumn(String) - Constructor for class org.refcodes.tabular.BooleanColumn
-
Creates a
BooleanColumnmanagingBooleaninstances. - BooleanColumnFactory - Class in org.refcodes.tabular
-
Most generic
ColumnFactoryfor creatingColumninstances managing instances of the (sub-)typeBoolean. - BooleanColumnFactory() - Constructor for class org.refcodes.tabular.BooleanColumnFactory
C
- clearCommentPrefixes() - Method in class org.refcodes.tabular.CsvRecordReader
- clearCommentPrefixes() - Method in class org.refcodes.tabular.CsvRecordWriter
- clone() - Method in class org.refcodes.tabular.AbstractColumn
- clone() - Method in class org.refcodes.tabular.BooleanColumn
- clone() - Method in class org.refcodes.tabular.DateColumn
- clone() - Method in class org.refcodes.tabular.DoubleColumn
- clone() - Method in class org.refcodes.tabular.EnumColumn
- clone() - Method in class org.refcodes.tabular.ExceptionColumn
- clone() - Method in class org.refcodes.tabular.FieldImpl
- clone() - Method in class org.refcodes.tabular.FloatColumn
- clone() - Method in class org.refcodes.tabular.IntColumn
- clone() - Method in class org.refcodes.tabular.LongColumn
- clone() - Method in class org.refcodes.tabular.ObjectColumn
- clone() - Method in class org.refcodes.tabular.RecordsImpl
- clone() - Method in class org.refcodes.tabular.RowsImpl
- clone() - Method in class org.refcodes.tabular.StringColumn
- clone() - Method in class org.refcodes.tabular.StringsColumn
- close() - Method in class org.refcodes.tabular.CsvRecordReader
- close() - Method in class org.refcodes.tabular.CsvRecordWriter
- close() - Method in class org.refcodes.tabular.RecordsComposite
- Column<T> - Interface in org.refcodes.tabular
- ColumnAccessor<T> - Interface in org.refcodes.tabular
-
Provides an accessor for a
Columnproperty. - ColumnAccessor.ColumnMutator<T> - Interface in org.refcodes.tabular
-
Provides a mutator for a
Columnproperty. - ColumnAccessor.ColumnProperty<T> - Interface in org.refcodes.tabular
-
Provides a
Columnproperty. - ColumnFactory<T> - Interface in org.refcodes.tabular
-
A
ColumnFactorycreates or retrieves aColumninstances identified by the provided key (name). - ColumnMismatchException - Exception in org.refcodes.tabular
- ColumnMismatchException(Column<?>, Object, String) - Constructor for exception org.refcodes.tabular.ColumnMismatchException
-
Instantiates a new column mismatch exception.
- ColumnMismatchException(Column<?>, Object, String, String) - Constructor for exception org.refcodes.tabular.ColumnMismatchException
-
Instantiates a new column mismatch exception.
- ColumnMismatchException(Column<?>, Object, String, Throwable) - Constructor for exception org.refcodes.tabular.ColumnMismatchException
-
Instantiates a new column mismatch exception.
- ColumnMismatchException(Column<?>, Object, String, Throwable, String) - Constructor for exception org.refcodes.tabular.ColumnMismatchException
-
Instantiates a new column mismatch exception.
- ColumnMismatchException(Column<?>, Object, Throwable) - Constructor for exception org.refcodes.tabular.ColumnMismatchException
-
Instantiates a new column mismatch exception.
- ColumnMismatchException(Column<?>, Object, Throwable, String) - Constructor for exception org.refcodes.tabular.ColumnMismatchException
-
Instantiates a new column mismatch exception.
- ColumnRow<T,
C extends Column<? extends T>> - Interface in org.refcodes.tabular - Columns<T> - Interface in org.refcodes.tabular
- COMPACT - Enum constant in enum class org.refcodes.tabular.PrintStackTrace
- contains(Record<?>) - Method in class org.refcodes.tabular.AbstractColumn
- contains(Record<?>) - Method in interface org.refcodes.tabular.Column
- contains(Record<?>) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- containsKey(Object) - Method in class org.refcodes.tabular.AbstractHeader
- containsValue(Object) - Method in interface org.refcodes.tabular.ColumnRow
- create(String) - Method in class org.refcodes.tabular.BooleanColumnFactory
- create(String) - Method in interface org.refcodes.tabular.ColumnFactory
- create(String) - Method in class org.refcodes.tabular.DoubleColumnFactory
- create(String) - Method in class org.refcodes.tabular.FloatColumnFactory
- create(String) - Method in class org.refcodes.tabular.IntColumnFactory
- create(String) - Method in class org.refcodes.tabular.LongColumnFactory
- create(String) - Method in class org.refcodes.tabular.ObjectColumnFactory
- create(String) - Method in class org.refcodes.tabular.StringColumnFactory
- create(String, Map<String, String>) - Method in class org.refcodes.tabular.BooleanColumnFactory
- create(String, Map<String, String>) - Method in interface org.refcodes.tabular.ColumnFactory
- create(String, Map<String, String>) - Method in class org.refcodes.tabular.DoubleColumnFactory
- create(String, Map<String, String>) - Method in class org.refcodes.tabular.FloatColumnFactory
- create(String, Map<String, String>) - Method in class org.refcodes.tabular.IntColumnFactory
- create(String, Map<String, String>) - Method in class org.refcodes.tabular.LongColumnFactory
- create(String, Map<String, String>) - Method in class org.refcodes.tabular.ObjectColumnFactory
- create(String, Map<String, String>) - Method in class org.refcodes.tabular.StringColumnFactory
- csvRecordReader(File, char, boolean, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(File, char, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(File, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(File, Charset, boolean, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(File, Charset, char, boolean, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(File, Charset, char, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(File, Charset, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(InputStream, boolean, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(InputStream, char, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(InputStream, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(InputStream, Charset, boolean, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(InputStream, Charset, char, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(InputStream, Charset, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], File) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], File, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], File, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], File, char, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], File, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], File, Charset, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], File, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], File, Charset, char, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], InputStream) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], InputStream, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], InputStream, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], InputStream, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], InputStream, Charset, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(String[], InputStream, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvStringRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, File) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, File, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, File, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, File, char, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, File, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, File, Charset, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, File, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, File, Charset, char, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, InputStream) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, InputStream, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, InputStream, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, InputStream, char, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, InputStream, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, InputStream, Charset, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, InputStream, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(ColumnFactory<T>, InputStream, Charset, char, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, File) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, File, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, File, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, File, char, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, File, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, File, Charset, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, File, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, File, Charset, char, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, InputStream) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, InputStream, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, InputStream, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, InputStream, char, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, InputStream, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, InputStream, Charset, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, InputStream, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordReader(Header<T>, InputStream, Charset, char, boolean) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader<T> - Class in org.refcodes.tabular
-
The
CsvRecordReaderis an implementation of theRecordReaderinterface and provides functionality to parse CSV input streams:Column<Float> floatColumn = floatColumn( "volume" ); Column<String> stringColumn = floatColumn( "name" ); Column<Integer> intColumn = floatColumn( "length" ); Column<Date> dateColumn = floatColumn( "time" ); try (CsvRecordReader<? - CsvRecordReader(ColumnFactory<T>, File) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, File, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, File, char) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, File, char, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, File, Charset) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, File, Charset, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, File, Charset, char) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, File, Charset, char, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, InputStream) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, InputStream, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, InputStream, char) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, InputStream, char, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, InputStream, Charset) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, InputStream, Charset, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, InputStream, Charset, char) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(ColumnFactory<T>, InputStream, Charset, char, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, File) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, File, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, File, char) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, File, char, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, File, Charset) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, File, Charset, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, File, Charset, char) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, File, Charset, char, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, InputStream) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, InputStream, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, InputStream, char) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, InputStream, char, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, InputStream, Charset) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, InputStream, Charset, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, InputStream, Charset, char) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, InputStream, Charset, char, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - CsvRecordReader(Header<T>, ColumnFactory<T>, InputStream, Charset, char, boolean) - Constructor for class org.refcodes.tabular.CsvRecordReader
-
Constructs a
CsvRecordReaderwith the given parameters. - csvRecordWriter(File) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriter. - csvRecordWriter(File, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriter. - csvRecordWriter(File, char, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(File, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(File, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriter. - csvRecordWriter(File, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriter. - csvRecordWriter(File, Charset, char, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(File, Charset, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(OutputStream) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriter. - csvRecordWriter(OutputStream, char, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(OutputStream, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriter. - csvRecordWriter(OutputStream, Charset, char, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(OutputStream, Charset, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(PrintStream) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriter. - csvRecordWriter(PrintStream, char, String...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(String[], File) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(String[], File, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(String[], File, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(String[], File, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(String[], OutputStream) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(String[], OutputStream, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(String[], OutputStream, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(String[], OutputStream, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(String[], PrintStream) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(String[], PrintStream, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(ColumnFactory<T>, File) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(ColumnFactory<T>, File, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(ColumnFactory<T>, File, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(ColumnFactory<T>, File, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(ColumnFactory<T>, OutputStream) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(ColumnFactory<T>, OutputStream, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(ColumnFactory<T>, OutputStream, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(ColumnFactory<T>, OutputStream, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(ColumnFactory<T>, PrintStream) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(ColumnFactory<T>, PrintStream, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(Header<T>, File) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(Header<T>, File, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(Header<T>, File, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(Header<T>, File, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(Header<T>, OutputStream) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(Header<T>, OutputStream, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(Header<T>, OutputStream, Charset) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(Header<T>, OutputStream, Charset, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(Header<T>, PrintStream) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - csvRecordWriter(Header<T>, PrintStream, char) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter<T> - Class in org.refcodes.tabular
-
The
CsvRecordWriterwrites CSV-Data. - CsvRecordWriter(File) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriter. - CsvRecordWriter(File, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriter. - CsvRecordWriter(File, Charset) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriter. - CsvRecordWriter(File, Charset, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriter. - CsvRecordWriter(OutputStream) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriter. - CsvRecordWriter(OutputStream, Charset) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriter. - CsvRecordWriter(PrintStream) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriter. - CsvRecordWriter(ColumnFactory<T>, File) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(ColumnFactory<T>, File, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(ColumnFactory<T>, File, Charset) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(ColumnFactory<T>, File, Charset, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(ColumnFactory<T>, OutputStream) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(ColumnFactory<T>, OutputStream, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(ColumnFactory<T>, OutputStream, Charset) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(ColumnFactory<T>, OutputStream, Charset, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(ColumnFactory<T>, PrintStream) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(ColumnFactory<T>, PrintStream, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(Header<T>, File) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(Header<T>, File, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(Header<T>, File, Charset) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(Header<T>, File, Charset, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(Header<T>, OutputStream) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(Header<T>, OutputStream, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(Header<T>, OutputStream, Charset) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(Header<T>, OutputStream, Charset, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(Header<T>, PrintStream) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(Header<T>, PrintStream, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvRecordWriter(Header<T>, ColumnFactory<T>, PrintStream, char) - Constructor for class org.refcodes.tabular.CsvRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordReader - Class in org.refcodes.tabular
-
THis implementation of the
CsvRecordReaderassumes that for ease of use we just want to handleStringcolumns. - CsvStringRecordReader(File) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(File, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(File, boolean, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(File, char) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(File, char, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(File, char, boolean, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(File, char, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(File, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(File, Charset) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(File, Charset, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(File, Charset, boolean, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(File, Charset, char) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(File, Charset, char, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(File, Charset, char, boolean, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(File, Charset, char, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(File, Charset, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(InputStream) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(InputStream, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(InputStream, boolean, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(InputStream, char) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(InputStream, char, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(InputStream, char, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(InputStream, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(InputStream, Charset) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(InputStream, Charset, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(InputStream, Charset, boolean, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(InputStream, Charset, char) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(InputStream, Charset, char, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(InputStream, Charset, char, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(InputStream, Charset, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], File) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], File, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], File, char) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], File, char, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], File, Charset) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], File, Charset, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], File, Charset, char) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], File, Charset, char, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], InputStream) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], InputStream, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], InputStream, char) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], InputStream, Charset) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], InputStream, Charset, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(String[], InputStream, Charset, char) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
-
Constructs a
CsvStringRecordReaderwith the given parameters. - CsvStringRecordReader(Header<String>, File) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, File, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, File, char) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, File, char, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, File, Charset) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, File, Charset, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, File, Charset, char) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, File, Charset, char, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, InputStream) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, InputStream, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, InputStream, char) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, InputStream, Charset) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, InputStream, Charset, boolean) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordReader(Header<String>, InputStream, Charset, char) - Constructor for class org.refcodes.tabular.CsvStringRecordReader
- CsvStringRecordWriter - Class in org.refcodes.tabular
- CsvStringRecordWriter(File) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(File, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(File, char, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(File, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(File, Charset) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(File, Charset, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(File, Charset, char, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(File, Charset, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(OutputStream) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(OutputStream, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(OutputStream, char, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(OutputStream, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(OutputStream, Charset) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(OutputStream, Charset, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(OutputStream, Charset, char, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(OutputStream, Charset, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(PrintStream) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(PrintStream, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(PrintStream, char, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(PrintStream, String...) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(String[], File) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(String[], File, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(String[], File, Charset) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(String[], File, Charset, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(String[], OutputStream) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(String[], OutputStream, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(String[], OutputStream, Charset) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(String[], OutputStream, Charset, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(String[], PrintStream) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(String[], PrintStream, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
-
Constructs a
CsvRecordWriterwith the given header for logging. - CsvStringRecordWriter(Header<String>, File) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(Header<String>, File, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(Header<String>, File, Charset) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(Header<String>, File, Charset, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(Header<String>, OutputStream) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(Header<String>, OutputStream, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(Header<String>, OutputStream, Charset) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(Header<String>, OutputStream, Charset, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(Header<String>, PrintStream) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
- CsvStringRecordWriter(Header<String>, PrintStream, char) - Constructor for class org.refcodes.tabular.CsvStringRecordWriter
D
- dateColumn(String) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
Columnwith support for the defaultSimpleDateFormatinstances as defined in theDateFormats.DEFAULT_DATE_FORMATS. - dateColumn(String, DateTimeFormatter...) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
Columnwith support for the providedSimpleDateFormatinstances. - DateColumn - Class in org.refcodes.tabular
-
DateColumnimplements theColumnwith support for theDatetype and various default or custom date formats. - DateColumn(String) - Constructor for class org.refcodes.tabular.DateColumn
-
Constructor of the
DateColumnwith support for the defaultSimpleDateFormatinstances as defined in theDateFormats.DEFAULT_DATE_FORMATS. - DateColumn(String, DateTimeFormatter...) - Constructor for class org.refcodes.tabular.DateColumn
-
Constructor of the
DateColumnwith support for the providedSimpleDateFormatinstances. - decompose() - Method in class org.refcodes.tabular.RecordsComposite
- delete(String) - Method in class org.refcodes.tabular.AbstractHeader
- destroy() - Method in class org.refcodes.tabular.RecordsComposite
- dispose() - Method in class org.refcodes.tabular.RecordsComposite
- doubleColumn(String) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
Columnwith support for double values. - DoubleColumn - Class in org.refcodes.tabular
- DoubleColumn(String) - Constructor for class org.refcodes.tabular.DoubleColumn
-
Creates a
DoubleColumnmanagingDoubleinstances. - DoubleColumnFactory - Class in org.refcodes.tabular
-
Most generic
ColumnFactoryfor creatingColumninstances managing instances of the (sub-)typeDouble. - DoubleColumnFactory() - Constructor for class org.refcodes.tabular.DoubleColumnFactory
E
- enumColumn(String, Class<T>) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
Columnwith support for enumeration values. - EnumColumn<T extends Enum<T>> - Class in org.refcodes.tabular
- EnumColumn(String, Class<T>) - Constructor for class org.refcodes.tabular.EnumColumn
-
Creates a
EnumColumnmanagingDoubleinstances. - ExceptionColumn - Class in org.refcodes.tabular
-
The Class ExceptionColumnImpl.
- ExceptionColumn(String) - Constructor for class org.refcodes.tabular.ExceptionColumn
-
Creates an
ExceptionColumnwhich will consider the stack trace in its string representationAbstractColumn.toStorageString(Object). - ExceptionColumn(String, PrintStackTrace) - Constructor for class org.refcodes.tabular.ExceptionColumn
-
Creates an
ExceptionColumnwhich can consider or omit the stack trace in its string representationAbstractColumn.toStorageString(Object). - EXPLODED - Enum constant in enum class org.refcodes.tabular.PrintStackTrace
F
- Field<T> - Interface in org.refcodes.tabular
-
A
Fieldstores an attribute consisting of a key (name) and a value. - FieldImpl<T> - Class in org.refcodes.tabular
- FieldImpl(String, T) - Constructor for class org.refcodes.tabular.FieldImpl
-
Constructs a
Field. - Fields<T> - Interface in org.refcodes.tabular
-
A
Fieldsstores an attribute consisting of a key (name) and an array of values. - FieldsImpl<T> - Class in org.refcodes.tabular
- FieldsImpl(String, T[]) - Constructor for class org.refcodes.tabular.FieldsImpl
-
Constructs a
Fieldsinstance with an array of values. - floatColumn(String) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
Columnwith support for float values. - FloatColumn - Class in org.refcodes.tabular
- FloatColumn(String) - Constructor for class org.refcodes.tabular.FloatColumn
-
Creates a
FloatColumnmanagingFloatinstances. - FloatColumnFactory - Class in org.refcodes.tabular
-
Most generic
ColumnFactoryfor creatingColumninstances managing instances of the (sub-)typeFloat. - FloatColumnFactory() - Constructor for class org.refcodes.tabular.FloatColumnFactory
- flush() - Method in class org.refcodes.tabular.RecordsComposite
- FormattedColumn<T> - Interface in org.refcodes.tabular
-
Enriches a
Columnwith rendering metrics (as of theColumnSetupMetrics) mostly for text-based output such as for generating output for a terminal / console. - FormattedColumnDecorator<T> - Class in org.refcodes.tabular
-
Decorator implementation of the HeaderSetupMetrics interface.
- FormattedColumnDecorator(String, Class<T>) - Constructor for class org.refcodes.tabular.FormattedColumnDecorator
-
Instantiates a new formatted column decorator.
- FormattedColumnDecorator(String, Class<T>, ColumnSetupMetrics) - Constructor for class org.refcodes.tabular.FormattedColumnDecorator
-
Wrapper for the provided
ColumnSetupMetricsdecorating it with additionalColumnfunctionality. - FormattedColumnDecorator(Column<T>) - Constructor for class org.refcodes.tabular.FormattedColumnDecorator
-
Wrapper for the provided
Columndecorating it with additionalColumnSetupMetricsfunctionality. - FormattedColumnDecorator(Column<T>, ColumnSetupMetrics) - Constructor for class org.refcodes.tabular.FormattedColumnDecorator
-
Wrapper for the provided
Columnand the providedColumnSetupMetricsdecorating it with each other's additional functionality. - FormattedColumnImpl<T> - Class in org.refcodes.tabular
-
Implementation of the
FormattedColumninterface. - FormattedColumnImpl(String, Class<T>) - Constructor for class org.refcodes.tabular.FormattedColumnImpl
-
Constructs an instance of the
FormattedColumntype. - FormattedColumns<T> - Interface in org.refcodes.tabular
-
In case no order of the
FormattedColumninstances is explicitly required (similar to a DB table or a spread sheet, in contrast to a CSV file) thenFormattedColumninstances are grouped by aFormattedColumnsset. - FormattedHeader<T> - Class in org.refcodes.tabular
-
A list of
Columninstances, for example describing the elements of a CSV file (visually speaking the of the CSV file's header line), is represented by theFormattedHeader. - FormattedHeader() - Constructor for class org.refcodes.tabular.FormattedHeader
-
Instantiates a new formatted header impl.
- FormattedHeader(FormattedColumn<? extends T>...) - Constructor for class org.refcodes.tabular.FormattedHeader
-
Instantiates a new formatted header impl.
- fromColumnFormatMetrics(ColumnFormatMetrics) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- fromColumnSetupMetrics(ColumnSetupMetrics) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- fromColumnWidthMetrics(ColumnWidthMetrics) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- fromStorageString(String) - Method in class org.refcodes.tabular.AbstractColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageString(String) - Method in interface org.refcodes.tabular.Column
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageString(String) - Method in class org.refcodes.tabular.FormattedColumnDecorator
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageString(Record<String>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageString(Record<String>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageString(Row<String>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageString(Row<String>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageStringRecord(Record<String>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageStringRecord(Record<String>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageStringRow(Row<String>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageStringRow(Row<String>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageStrings(String[]) - Method in class org.refcodes.tabular.BooleanColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageStrings(String[]) - Method in interface org.refcodes.tabular.Column
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageStrings(String[]) - Method in class org.refcodes.tabular.DateColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageStrings(String[]) - Method in class org.refcodes.tabular.DoubleColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageStrings(String[]) - Method in class org.refcodes.tabular.EnumColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageStrings(String[]) - Method in class org.refcodes.tabular.ExceptionColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageStrings(String[]) - Method in class org.refcodes.tabular.FloatColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageStrings(String[]) - Method in class org.refcodes.tabular.FormattedColumnDecorator
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageStrings(String[]) - Method in class org.refcodes.tabular.IntColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageStrings(String[]) - Method in class org.refcodes.tabular.LongColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageStrings(String[]) - Method in class org.refcodes.tabular.ObjectColumn
-
From storage strings.
- fromStorageStrings(String[]) - Method in class org.refcodes.tabular.StringColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageStrings(String[]) - Method in class org.refcodes.tabular.StringsColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - fromStorageStrings(Record<String[]>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageStrings(Record<String[]>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageStrings(Row<String[]>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageStrings(Row<String[]>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageStringsRecord(Record<String[]>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageStringsRecord(Record<String[]>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageStringsRow(Row<String[]>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - fromStorageStringsRow(Row<String[]>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects.
G
- get(Object) - Method in class org.refcodes.tabular.AbstractHeader
- get(Header<T>, String) - Method in interface org.refcodes.tabular.Row
-
This method retrieves a value from the row by taking the index of the according column in the header of the given key (the one with the given key) and returns that value.
- get(Header<T>, String) - Method in class org.refcodes.tabular.RowImpl
-
This method retrieves a value from the row by taking the index of the according column in the header of the given key (the one with the given key) and returns that value.
- get(Record<?>) - Method in class org.refcodes.tabular.AbstractColumn
- get(Record<?>) - Method in interface org.refcodes.tabular.Column
- get(Record<?>) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- get(Row<T>, String) - Method in interface org.refcodes.tabular.Header
- getColumn() - Method in interface org.refcodes.tabular.ColumnAccessor
-
Retrieves the
Columnproperty. - getColumn() - Method in exception org.refcodes.tabular.ColumnMismatchException
-
Gets the column.
- getColumnWidth() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getColumnWidthType() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getCommentPrefixes() - Method in class org.refcodes.tabular.CsvRecordReader
- getCommentPrefixes() - Method in class org.refcodes.tabular.CsvRecordWriter
- getCsvEscapeMode() - Method in class org.refcodes.tabular.CsvRecordReader
- getCsvEscapeMode() - Method in class org.refcodes.tabular.CsvRecordWriter
- getDelimiter() - Method in class org.refcodes.tabular.CsvRecordReader
- getDelimiter() - Method in class org.refcodes.tabular.CsvRecordWriter
- getErroneousRecordCount() - Method in class org.refcodes.tabular.CsvRecordReader
-
Gets the erroneous record count.
- getErroneousRecordCount() - Method in interface org.refcodes.tabular.RecordReader
-
The number of erroneous records which were not read by the
RecordReader. - getHeader() - Method in class org.refcodes.tabular.CsvRecordReader
-
Retrieves the
Headerproperty. - getHeader() - Method in class org.refcodes.tabular.CsvRecordWriter
-
Retrieves the
Headerproperty. - getHeader() - Method in interface org.refcodes.tabular.HeaderAccessor
-
Retrieves the
Headerproperty. - getHeader() - Method in class org.refcodes.tabular.RowsImpl
-
Retrieves the
Headerproperty. - getHeaderEscapeCode() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getHeaderEscapeCodeFactory() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getHeaderHorizAlignTextMode() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getHeaderMoreTextMode() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getHeaderSplitTextMode() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getHeaderTextFormatMode() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getKey() - Method in class org.refcodes.tabular.AbstractColumn
- getKey() - Method in class org.refcodes.tabular.FieldImpl
- getKey() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getKey() - Method in exception org.refcodes.tabular.HeaderMismatchException
-
Gets the key.
- getName() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getRecord() - Method in interface org.refcodes.tabular.RecordAccessor
-
Retrieves the
Recordproperty. - getRecords() - Method in interface org.refcodes.tabular.RecordsAccessor
-
Retrieves the
Recordsproperty. - getResetEscapeCode() - Method in class org.refcodes.tabular.FormattedHeader
-
Gets the ANSI reset Escape-Code for this
FormattedHeaderinstance. - getRowEscapeCode() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getRowEscapeCodeFactory() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getRowHorizAlignTextMode() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getRowMoreTextMode() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getRowSplitTextMode() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getRowTextFormatMode() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getType() - Method in class org.refcodes.tabular.AbstractColumn
- getType() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- getValue() - Method in class org.refcodes.tabular.FieldImpl
- getValue() - Method in exception org.refcodes.tabular.ColumnMismatchException
- getValue(Record<?>) - Method in interface org.refcodes.tabular.Column
-
Retrieves the corresponding value from the provided record.
H
- hasNext() - Method in class org.refcodes.tabular.CsvRecordReader
- hasNext() - Method in class org.refcodes.tabular.RecordsComposite
- hasNext() - Method in class org.refcodes.tabular.RecordsImpl
- hasNext() - Method in class org.refcodes.tabular.RowsImpl
- Header<T> - Interface in org.refcodes.tabular
- HeaderAccessor<T> - Interface in org.refcodes.tabular
-
Provides an accessor for a
Headerproperty. - HeaderAccessor.HeaderBuilder<T extends HeaderAccessor.HeaderBuilder<?>> - Interface in org.refcodes.tabular
-
Provides a mutator for an header property.
- HeaderAccessor.HeaderMutator<T> - Interface in org.refcodes.tabular
-
Provides a mutator for a
Headerproperty. - HeaderAccessor.HeaderProperty<T> - Interface in org.refcodes.tabular
-
Provides a
Headerproperty. - HeaderImpl<T> - Class in org.refcodes.tabular
- HeaderImpl() - Constructor for class org.refcodes.tabular.HeaderImpl
-
Instantiates a new header.
- HeaderImpl(Column<? extends T>...) - Constructor for class org.refcodes.tabular.HeaderImpl
- HeaderMismatchException - Exception in org.refcodes.tabular
- HeaderMismatchException(String, String) - Constructor for exception org.refcodes.tabular.HeaderMismatchException
-
Instantiates a new header mismatch exception.
- HeaderMismatchException(String, String, String) - Constructor for exception org.refcodes.tabular.HeaderMismatchException
-
Instantiates a new header mismatch exception.
- HeaderMismatchException(String, String, Throwable) - Constructor for exception org.refcodes.tabular.HeaderMismatchException
-
Instantiates a new header mismatch exception.
- HeaderMismatchException(String, String, Throwable, String) - Constructor for exception org.refcodes.tabular.HeaderMismatchException
-
Instantiates a new header mismatch exception.
- HeaderMismatchException(String, Throwable) - Constructor for exception org.refcodes.tabular.HeaderMismatchException
-
Instantiates a new header mismatch exception.
- HeaderMismatchException(String, Throwable, String) - Constructor for exception org.refcodes.tabular.HeaderMismatchException
-
Instantiates a new header mismatch exception.
- headerOf(String...) - Static method in class org.refcodes.tabular.TabularSugar
- headerOf(Column<?>...) - Static method in class org.refcodes.tabular.TabularSugar
- HeaderRow<T,
C extends Column<? extends T>> - Interface in org.refcodes.tabular - hide() - Method in class org.refcodes.tabular.FormattedColumnDecorator
I
- indexOf(String) - Method in class org.refcodes.tabular.AbstractHeader
-
Determines the index of the column with the given key or -1 if there is none such column.
- indexOf(String) - Method in interface org.refcodes.tabular.HeaderRow
-
Determines the index of the column with the given key or -1 if there is none such column.
- initialize() - Method in class org.refcodes.tabular.RecordsComposite
- intColumn(String) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
Columnwith support for integer values. - IntColumn - Class in org.refcodes.tabular
- IntColumn(String) - Constructor for class org.refcodes.tabular.IntColumn
- IntColumnFactory - Class in org.refcodes.tabular
-
Most generic
ColumnFactoryfor creatingColumninstances managing instances of the (sub-)typeInteger. - IntColumnFactory() - Constructor for class org.refcodes.tabular.IntColumnFactory
- isEqualWith(Record<?>) - Method in interface org.refcodes.tabular.Header
- isEqualWith(Row<?>) - Method in interface org.refcodes.tabular.Header
- isSubsetOf(Record<?>) - Method in interface org.refcodes.tabular.Header
- isSubsetOf(Row<?>) - Method in interface org.refcodes.tabular.Header
- isSupersetOf(Record<?>) - Method in interface org.refcodes.tabular.Header
- isSupersetOf(Row<?>) - Method in interface org.refcodes.tabular.Header
- isTrim() - Method in class org.refcodes.tabular.CsvRecordReader
- isTrim() - Method in class org.refcodes.tabular.CsvRecordWriter
- isVisible() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- iterator() - Method in interface org.refcodes.tabular.Records
K
- keySet() - Method in class org.refcodes.tabular.AbstractHeader
L
- letColumn(Column<T>) - Method in interface org.refcodes.tabular.ColumnAccessor.ColumnProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given
Column(setter) as ofColumnAccessor.ColumnMutator.setColumn(Column)and returns the very same value (getter). - letHeader(Header<T>) - Method in interface org.refcodes.tabular.HeaderAccessor.HeaderProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of
HeaderAccessor.HeaderMutator.setHeader(Header)and returns the very same value (getter). - letRecord(Record<T>) - Method in interface org.refcodes.tabular.RecordAccessor.RecordProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of
RecordAccessor.RecordMutator.setRecord(Record)and returns the very same value (getter). - letRecords(Records<T>) - Method in interface org.refcodes.tabular.RecordsAccessor.RecordsProperty
-
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of
RecordsAccessor.RecordsMutator.setRecords(Records)and returns the very same value (getter). - longColumn(String) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
Columnwith support for long values. - LongColumn - Class in org.refcodes.tabular
- LongColumn(String) - Constructor for class org.refcodes.tabular.LongColumn
-
Creates a
LongColumnmanagingLonginstances. - LongColumnFactory - Class in org.refcodes.tabular
- LongColumnFactory() - Constructor for class org.refcodes.tabular.LongColumnFactory
N
- next() - Method in class org.refcodes.tabular.CsvRecordReader
- next() - Method in class org.refcodes.tabular.RecordsComposite
- next() - Method in class org.refcodes.tabular.RecordsImpl
- next() - Method in class org.refcodes.tabular.RowsImpl
- nextRaw() - Method in class org.refcodes.tabular.CsvRecordReader
- nextRow() - Method in class org.refcodes.tabular.CsvRecordReader
-
Reads the next line from the (standard) input (stream or file) and returns an array of its
Stringrepresentation. - nextRow() - Method in interface org.refcodes.tabular.RecordReader
-
Reads the next line from the (standard) input (stream or file) and returns an array of its
Stringrepresentation. - nextType(Class<TYPE>) - Method in interface org.refcodes.tabular.RecordReader
-
Reads the next line from the (standard) input (stream or file) and converts it to the given type which's instance is then returned.
- NONE - Enum constant in enum class org.refcodes.tabular.PrintStackTrace
O
- ObjectColumn<T> - Class in org.refcodes.tabular
- ObjectColumn(String, Class<T>) - Constructor for class org.refcodes.tabular.ObjectColumn
-
Creates a
ObjectColumnmanagingStringinstances. - ObjectColumnFactory - Class in org.refcodes.tabular
-
Most generic
ColumnFactoryfor creatingColumninstances managing instances of the (sub-)typeObject. - ObjectColumnFactory() - Constructor for class org.refcodes.tabular.ObjectColumnFactory
- open() - Method in class org.refcodes.tabular.RecordsComposite
- org.refcodes.tabular - module org.refcodes.tabular
- org.refcodes.tabular - package org.refcodes.tabular
-
This archetype helps processing table like data structures including the processing of CSV files with records, headers as well as comments whilst supporting Plain old Java objects (POJO) and simple new Java record types.
P
- parseHeader(String...) - Method in class org.refcodes.tabular.CsvRecordWriter
- parseHeader(String...) - Method in interface org.refcodes.tabular.RecordWriter
- pause() - Method in class org.refcodes.tabular.RecordsComposite
- PrintStackTrace - Enum Class in org.refcodes.tabular
-
The Enum PrintStackTrace.
R
- readHeader() - Method in class org.refcodes.tabular.CsvRecordReader
-
Creates a
Headerfrom the next line to be read. - readHeader() - Method in interface org.refcodes.tabular.RecordReader
-
Creates a
Headerfrom the next line to be read. - readHeader(Column<T>...) - Method in class org.refcodes.tabular.CsvRecordReader
-
Creates a
Headerfrom the next line to be read. - readHeader(Column<T>...) - Method in interface org.refcodes.tabular.RecordReader
-
Creates a
Headerfrom the next line to be read. - readHeader(Header<T>) - Method in class org.refcodes.tabular.CsvRecordReader
-
Creates a
Headerfrom the next line to be read. - readHeader(Header<T>) - Method in interface org.refcodes.tabular.RecordReader
-
Creates a
Headerfrom the next line to be read. - Record<T> - Interface in org.refcodes.tabular
- RecordAccessor<T> - Interface in org.refcodes.tabular
-
Provides an accessor for a
Recordproperty. - RecordAccessor.RecordMutator<T> - Interface in org.refcodes.tabular
-
Provides a mutator for a
Recordproperty. - RecordAccessor.RecordProperty<T> - Interface in org.refcodes.tabular
-
Provides a
Recordproperty. - RecordImpl<T> - Class in org.refcodes.tabular
- RecordImpl() - Constructor for class org.refcodes.tabular.RecordImpl
-
Constructs the
RecordImplinstance. - RecordImpl(List<Field<T>>) - Constructor for class org.refcodes.tabular.RecordImpl
-
Constructs a record with the given items.
- RecordImpl(Field<? extends T>...) - Constructor for class org.refcodes.tabular.RecordImpl
-
Constructs the
RecordImplinstance configured with the providedFieldinstances. - RecordReader<T> - Interface in org.refcodes.tabular
-
Extends the
Recordswith functionality for file based implementations regarding header management and means to monitor the state of reading data. - Records<T> - Interface in org.refcodes.tabular
- RecordsAccessor<T> - Interface in org.refcodes.tabular
-
Provides an accessor for a
Recordsproperty. - RecordsAccessor.RecordsMutator<T> - Interface in org.refcodes.tabular
-
Provides a mutator for a
Recordsproperty. - RecordsAccessor.RecordsProperty<T> - Interface in org.refcodes.tabular
-
Provides a
Recordsproperty. - RecordsComposite<T> - Class in org.refcodes.tabular
- RecordsComposite(ExecutionStrategy, InvocationStrategy, Collection<Records<T>>) - Constructor for class org.refcodes.tabular.RecordsComposite
- RecordsComposite(ExecutionStrategy, InvocationStrategy, Records<T>...) - Constructor for class org.refcodes.tabular.RecordsComposite
- RecordsComposite(InvocationStrategy, Collection<Records<T>>) - Constructor for class org.refcodes.tabular.RecordsComposite
- RecordsComposite(InvocationStrategy, Records<T>...) - Constructor for class org.refcodes.tabular.RecordsComposite
- RecordsImpl<T> - Class in org.refcodes.tabular
- RecordsImpl(Collection<Record<T>>) - Constructor for class org.refcodes.tabular.RecordsImpl
-
Constructs the
RecordsImplinstance configured with the providedRecordinstances. - RecordsImpl(Record<T>...) - Constructor for class org.refcodes.tabular.RecordsImpl
-
Constructs the
RecordsImplinstance configured with the providedRecordinstances. - RecordWriter<T> - Interface in org.refcodes.tabular
-
The
RecordWriterwrites data. - remove() - Method in class org.refcodes.tabular.CsvRecordReader
- remove() - Method in class org.refcodes.tabular.RecordsComposite
- remove() - Method in class org.refcodes.tabular.RecordsImpl
- remove() - Method in class org.refcodes.tabular.RowsImpl
- remove(Record<?>) - Method in class org.refcodes.tabular.AbstractColumn
- remove(Record<?>) - Method in interface org.refcodes.tabular.Column
- remove(Record<?>) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- reset() - Method in class org.refcodes.tabular.RecordsComposite
- resume() - Method in class org.refcodes.tabular.RecordsComposite
- Row<T> - Interface in org.refcodes.tabular
- RowImpl<T> - Class in org.refcodes.tabular
- RowImpl(T...) - Constructor for class org.refcodes.tabular.RowImpl
-
Constructs the
RowImplinstance configured with the provided elements. - Rows<T> - Interface in org.refcodes.tabular
- RowsImpl<T> - Class in org.refcodes.tabular
- RowsImpl(Header<T>, Collection<Row<T>>) - Constructor for class org.refcodes.tabular.RowsImpl
- RowsImpl(Header<T>, Row<T>...) - Constructor for class org.refcodes.tabular.RowsImpl
S
- setColumn(Column<T>) - Method in interface org.refcodes.tabular.ColumnAccessor.ColumnMutator
-
Sets the
Columnproperty. - setColumnWidth(int) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setColumnWidthType(ColumnWidthType) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setCommentPrefixes(String...) - Method in class org.refcodes.tabular.CsvRecordReader
- setCommentPrefixes(String...) - Method in class org.refcodes.tabular.CsvRecordWriter
- setCsvEscapeMode(CsvEscapeMode) - Method in class org.refcodes.tabular.CsvRecordReader
- setCsvEscapeMode(CsvEscapeMode) - Method in class org.refcodes.tabular.CsvRecordWriter
- setDelimiter(char) - Method in class org.refcodes.tabular.CsvRecordReader
- setDelimiter(char) - Method in class org.refcodes.tabular.CsvRecordWriter
- setEscapeCode(String) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setEscapeCodeFactory(EscapeCodeFactory) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setHeader(Header<T>) - Method in interface org.refcodes.tabular.HeaderAccessor.HeaderMutator
-
Sets the
Headerproperty. - setHeaderEscapeCode(String) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setHeaderEscapeCodeFactory(EscapeCodeFactory) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setHeaderMoreTextMode(MoreTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setHeaderSplitTextMode(SplitTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setHeaderTextFormatMode(TextFormatMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setMoreTextMode(MoreTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setName(String) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setRecord(Record<T>) - Method in interface org.refcodes.tabular.RecordAccessor.RecordMutator
-
Sets the
Recordproperty. - setRecords(Records<T>) - Method in interface org.refcodes.tabular.RecordsAccessor.RecordsMutator
-
Sets the
Recordsproperty. - setResetEscapeCode(String) - Method in class org.refcodes.tabular.FormattedHeader
-
Gets the ANSI reset Escape-Code for this
FormattedHeaderinstance. - setRowEscapeCode(String) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setRowEscapeCodeFactory(EscapeCodeFactory) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setRowHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setRowMoreTextMode(MoreTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setRowSplitTextMode(SplitTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setRowTextFormatMode(TextFormatMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setSplitTextMode(SplitTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setTextFormatMode(TextFormatMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- setTrim(boolean) - Method in class org.refcodes.tabular.CsvRecordReader
- setTrim(boolean) - Method in class org.refcodes.tabular.CsvRecordWriter
- setVisible(boolean) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- show() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- skipHeader() - Method in class org.refcodes.tabular.CsvRecordReader
-
Skips the next line to be read.
- skipHeader() - Method in interface org.refcodes.tabular.RecordReader
-
Skips the next line to be read.
- start() - Method in class org.refcodes.tabular.RecordsComposite
- stop() - Method in class org.refcodes.tabular.RecordsComposite
- stringColumn(String) - Static method in class org.refcodes.tabular.TabularSugar
-
Constructs a
Columnwith support for string values. - StringColumn - Class in org.refcodes.tabular
- StringColumn(String) - Constructor for class org.refcodes.tabular.StringColumn
-
Creates a
StringColumnmanagingStringinstances. - StringColumnFactory - Class in org.refcodes.tabular
-
Most generic
ColumnFactoryfor creatingColumninstances managing instances of the (sub-)typeString. - StringColumnFactory() - Constructor for class org.refcodes.tabular.StringColumnFactory
- StringHeader - Class in org.refcodes.tabular
- StringHeader(String...) - Constructor for class org.refcodes.tabular.StringHeader
- StringsColumn - Class in org.refcodes.tabular
- StringsColumn(String) - Constructor for class org.refcodes.tabular.StringsColumn
-
Creates a
StringsColumnmanagingStringarray instances.
T
- TabularException - Exception in org.refcodes.tabular
-
Base exception for the refcodes-tabular artifact.
- TabularException(String) - Constructor for exception org.refcodes.tabular.TabularException
-
Instantiates a new tabular exception.
- TabularException(String, String) - Constructor for exception org.refcodes.tabular.TabularException
-
Instantiates a new tabular exception.
- TabularException(String, Throwable) - Constructor for exception org.refcodes.tabular.TabularException
-
Instantiates a new tabular exception.
- TabularException(String, Throwable, String) - Constructor for exception org.refcodes.tabular.TabularException
-
Instantiates a new tabular exception.
- TabularException(Throwable) - Constructor for exception org.refcodes.tabular.TabularException
-
Instantiates a new tabular exception.
- TabularException(Throwable, String) - Constructor for exception org.refcodes.tabular.TabularException
-
Instantiates a new tabular exception.
- TabularRuntimeException - Exception in org.refcodes.tabular
-
Base runtime exception for the refcodes-tabular artifact.
- TabularRuntimeException(String) - Constructor for exception org.refcodes.tabular.TabularRuntimeException
-
Instantiates a new tabular runtime exception.
- TabularRuntimeException(String, String) - Constructor for exception org.refcodes.tabular.TabularRuntimeException
-
Instantiates a new tabular runtime exception.
- TabularRuntimeException(String, Throwable) - Constructor for exception org.refcodes.tabular.TabularRuntimeException
-
Instantiates a new tabular runtime exception.
- TabularRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.tabular.TabularRuntimeException
-
Instantiates a new tabular runtime exception.
- TabularRuntimeException(Throwable) - Constructor for exception org.refcodes.tabular.TabularRuntimeException
-
Instantiates a new tabular runtime exception.
- TabularRuntimeException(Throwable, String) - Constructor for exception org.refcodes.tabular.TabularRuntimeException
-
Instantiates a new tabular runtime exception.
- TabularSugar - Class in org.refcodes.tabular
-
Declarative syntactic sugar which may be statically imported in order to allow declarative definitions for the tabular package's elements, e.g. for creating
HeaderorColumninstances orCsvRecordReader(CsvStringRecordReader) orCsvRecordWriter(CsvStringRecordWriter) instances. - TabularSugar() - Constructor for class org.refcodes.tabular.TabularSugar
- TabularUtility - Class in org.refcodes.tabular
-
Utility for listing specific functionality.
- toFieldSet() - Method in interface org.refcodes.tabular.Record
- toFieldSet() - Method in class org.refcodes.tabular.RecordImpl
- toHeader(String[], ColumnFactory<T>) - Static method in class org.refcodes.tabular.TabularUtility
-
Creates a header for a given string array with the column names to be used for the header.
- toHeader(Collection<String>, ColumnFactory<T>) - Static method in class org.refcodes.tabular.TabularUtility
-
Creates a header for a given list of strings containing the column names to be used for the header.
- toHeader(Header<T>, Header<T>) - Method in interface org.refcodes.tabular.RecordReader
- toHeaderEscapeCode(Object) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- toIntersection(Record<REC>) - Method in interface org.refcodes.tabular.Header
- toKeys() - Method in interface org.refcodes.tabular.Header
-
Returns the keys of the
Headerin the intended order. - toPrintable(Throwable) - Method in class org.refcodes.tabular.ExceptionColumn
-
A
Columnimplementation can provide its own printable format of the given objects; for example a human readable text representation of the value (or in very https://www.metacodes.proized cases even enriched with ANSI escape codes). - toPrintable(Date) - Method in class org.refcodes.tabular.DateColumn
-
A
Columnimplementation can provide its own printable format of the given objects; for example a human readable text representation of the value (or in very https://www.metacodes.proized cases even enriched with ANSI escape codes). - toPrintable(Record<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
To printable.
- toPrintable(Record<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own printable format of the given objects; for example a human readable text representation of the value (or in very https://www.metacodes.proized cases even enriched with ANSI Escape-Codes). - toPrintable(Row<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
To printable.
- toPrintable(Row<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own printable format of the given objects; for example a human readable text representation of the value (or in very https://www.metacodes.proized cases even enriched with ANSI Escape-Codes). - toPrintable(T) - Method in class org.refcodes.tabular.AbstractColumn
-
A
Columnimplementation can provide its own printable format of the given objects; for example a human readable text representation of the value (or in very https://www.metacodes.proized cases even enriched with ANSI escape codes). - toPrintable(T) - Method in interface org.refcodes.tabular.Column
-
A
Columnimplementation can provide its own printable format of the given objects; for example a human readable text representation of the value (or in very https://www.metacodes.proized cases even enriched with ANSI escape codes). - toPrintable(T) - Method in class org.refcodes.tabular.FormattedColumnDecorator
-
A
Columnimplementation can provide its own printable format of the given objects; for example a human readable text representation of the value (or in very https://www.metacodes.proized cases even enriched with ANSI escape codes). - toPrintableRecord(Row<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own printable format of the given objects; for example a human readable text representation of the value (or in very https://www.metacodes.proized cases even enriched with ANSI Escape-Codes). - toPrintableRecord(Row<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own printable format of the given objects; for example a human readable text representation of the value (or in very https://www.metacodes.proized cases even enriched with ANSI Escape-Codes). - toPrintableRow(Record<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
To printable row.
- toPrintableRow(Record<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own printable format of the given objects; for example a human readable text representation of the value (or in very https://www.metacodes.proized cases even enriched with ANSI Escape-Codes). - toPurged() - Method in interface org.refcodes.tabular.Record
- toRecord(String...) - Method in interface org.refcodes.tabular.HeaderRow
- toRecord(Row<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
To record.
- toRecord(Row<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
- toRecordIgnoreType(Row<?>) - Method in class org.refcodes.tabular.AbstractHeader
-
Similar to
HeaderRow.toRecord(Row)with the difference that conversion is done ignoring the type of theHeaderRowColumninstances and the according value(s). - toRecordIgnoreType(Row<?>) - Method in interface org.refcodes.tabular.HeaderRow
-
Similar to
HeaderRow.toRecord(Row)with the difference that conversion is done ignoring the type of theHeaderRowColumninstances and the according value(s). - toRow(Record<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
To row.
- toRow(Record<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
- toRowEscapeCode(Object) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- toRowIgnoreType(Record<?>) - Method in class org.refcodes.tabular.AbstractHeader
-
Similar to
HeaderRow.toRow(Record)with the difference that conversion is done ignoring the type of theHeaderRowColumninstances and the according value(s). - toRowIgnoreType(Record<?>) - Method in interface org.refcodes.tabular.HeaderRow
-
Similar to
HeaderRow.toRow(Record)with the difference that conversion is done ignoring the type of theHeaderRowColumninstances and the according value(s). - toSeparatedValues(Record<?>) - Static method in class org.refcodes.tabular.TabularUtility
-
Returns a separated values representation of the implementing collection by separating each item with the default separator
Delimiter.CSV. - toSeparatedValues(Record<?>, char) - Static method in class org.refcodes.tabular.TabularUtility
-
Returns a separated values representation of the implementing collection by separating each item with the given separator.
- toStorageString(Record<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
To storage string.
- toStorageString(Record<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - toStorageString(Row<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
To storage string.
- toStorageString(Row<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - toStorageString(T) - Method in class org.refcodes.tabular.AbstractColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageString(T) - Method in interface org.refcodes.tabular.Column
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageString(T) - Method in class org.refcodes.tabular.FormattedColumnDecorator
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageString_(Object) - Method in interface org.refcodes.tabular.Column
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStringRecord(Row<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - toStorageStringRecord(Row<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - toStorageStringRow(Record<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - toStorageStringRow(Record<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - toStorageStrings(Boolean) - Method in class org.refcodes.tabular.BooleanColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStrings(Double) - Method in class org.refcodes.tabular.DoubleColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStrings(Float) - Method in class org.refcodes.tabular.FloatColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStrings(Integer) - Method in class org.refcodes.tabular.IntColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStrings(Long) - Method in class org.refcodes.tabular.LongColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStrings(String) - Method in class org.refcodes.tabular.StringColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStrings(String[]) - Method in class org.refcodes.tabular.StringsColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStrings(Throwable) - Method in class org.refcodes.tabular.ExceptionColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStrings(Date) - Method in class org.refcodes.tabular.DateColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStrings(Record<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
To storage strings.
- toStorageStrings(Record<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - toStorageStrings(Row<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
To storage strings.
- toStorageStrings(Row<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - toStorageStrings(T) - Method in interface org.refcodes.tabular.Column
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStrings(T) - Method in class org.refcodes.tabular.EnumColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStrings(T) - Method in class org.refcodes.tabular.FormattedColumnDecorator
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStrings(T) - Method in class org.refcodes.tabular.ObjectColumn
-
A
Columnimplementation can provide its own text exchange format for the given objects. - toStorageStringsRecord(Row<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - toStorageStringsRecord(Row<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - toStorageStringsRow(Record<? extends T>) - Method in class org.refcodes.tabular.AbstractHeader
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - toStorageStringsRow(Record<? extends T>) - Method in interface org.refcodes.tabular.HeaderRow
-
A https://www.metacodes.pro
Columnimplementation might provide its own text exchange format for the given objects. - toString() - Method in class org.refcodes.tabular.AbstractHeader
- toString(Record<?>) - Static method in class org.refcodes.tabular.TabularUtility
-
Creates the string representation from from the given record.
- toString(Record<?>, char, DateTimeFormatter[]) - Static method in class org.refcodes.tabular.TabularUtility
-
Creates the string representation from from the given record.
- toSubset(Record<REC>) - Method in interface org.refcodes.tabular.Header
- toType() - Method in interface org.refcodes.tabular.Header
- toType(Class<TYPE>) - Method in interface org.refcodes.tabular.Record
-
Converts the content of the
Recordto the according type. - toValues(Record<T>) - Method in interface org.refcodes.tabular.Header
-
Returns an array of the values stored by the
Recordin the order as defined by the header.
V
- valueOf(String) - Static method in enum class org.refcodes.tabular.PrintStackTrace
-
Returns the enum constant of this class with the specified name.
- values() - Method in class org.refcodes.tabular.AbstractHeader
- values() - Static method in enum class org.refcodes.tabular.PrintStackTrace
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- withColumns(C...) - Method in interface org.refcodes.tabular.ColumnRow
-
With columns.
- withColumns(Column<? extends T>...) - Method in interface org.refcodes.tabular.Columns
-
With columns.
- withColumns(FormattedColumn<? extends T>...) - Method in interface org.refcodes.tabular.FormattedColumns
-
With columns.
- withColumnWidth(int) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withColumnWidthType(ColumnWidthType) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withCommentPrefixes(String...) - Method in class org.refcodes.tabular.CsvRecordReader
- withCommentPrefixes(String...) - Method in class org.refcodes.tabular.CsvRecordWriter
- withCommentPrefixes(String...) - Method in class org.refcodes.tabular.CsvStringRecordReader
- withCommentPrefixes(String...) - Method in class org.refcodes.tabular.CsvStringRecordWriter
- withCsvEscapeMode(CsvEscapeMode) - Method in class org.refcodes.tabular.CsvRecordReader
- withCsvEscapeMode(CsvEscapeMode) - Method in class org.refcodes.tabular.CsvRecordWriter
- withCsvEscapeMode(CsvEscapeMode) - Method in class org.refcodes.tabular.CsvStringRecordReader
- withCsvEscapeMode(CsvEscapeMode) - Method in class org.refcodes.tabular.CsvStringRecordWriter
- withDelimiter(char) - Method in class org.refcodes.tabular.CsvRecordReader
- withDelimiter(char) - Method in class org.refcodes.tabular.CsvRecordWriter
- withDelimiter(char) - Method in class org.refcodes.tabular.CsvStringRecordReader
- withDelimiter(char) - Method in class org.refcodes.tabular.CsvStringRecordWriter
- withEscapeCode(String) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withEscapeCodeFactory(EscapeCodeFactory) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withHeader(Header<T>) - Method in interface org.refcodes.tabular.HeaderAccessor.HeaderBuilder
-
Sets the
Headerto use returns this builder as of the builder pattern. - withHeaderEscapeCode(String) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withHeaderEscapeCodeFactory(EscapeCodeFactory) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withHeaderHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withHeaderMoreTextMode(MoreTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withHeaderSplitTextMode(SplitTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withHeaderTextFormatMode(TextFormatMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withHide() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withMoreTextMode(MoreTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withName(String) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withResetEscapeCode(String) - Method in class org.refcodes.tabular.FormattedHeader
-
Sets the ANSI reset Escape-Code for this
FormattedHeaderinstance as of the Builder-Pattern. - withRowEscapeCode(String) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withRowEscapeCodeFactory(EscapeCodeFactory) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withRowHorizAlignTextMode(HorizAlignTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withRowMoreTextMode(MoreTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withRowSplitTextMode(SplitTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withRowTextFormatMode(TextFormatMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withShow() - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withSplitTextMode(SplitTextMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withTextFormatMode(TextFormatMode) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- withTrim(boolean) - Method in class org.refcodes.tabular.CsvRecordReader
- withTrim(boolean) - Method in class org.refcodes.tabular.CsvRecordWriter
- withTrim(boolean) - Method in class org.refcodes.tabular.CsvStringRecordReader
- withTrim(boolean) - Method in class org.refcodes.tabular.CsvStringRecordWriter
- withVisible(boolean) - Method in class org.refcodes.tabular.FormattedColumnDecorator
- writeComment(String) - Method in class org.refcodes.tabular.CsvRecordWriter
-
Writes a comment by using the fist defined comment prefix as of
CsvRecordWriter.getCommentPrefixes()suffixed with a space (" ") followed by the comment (as of theCsvMixin.toComment(String)). - writeHeader() - Method in class org.refcodes.tabular.CsvRecordWriter
-
Writes the CSV header to the writer (be it a Stream or a File).
- writeHeader() - Method in interface org.refcodes.tabular.RecordWriter
-
Writes the CSV header to the writer (be it a Stream or a File).
- writeHeader(String...) - Method in class org.refcodes.tabular.CsvRecordWriter
- writeHeader(String...) - Method in interface org.refcodes.tabular.RecordWriter
- writeHeader(Header<T>) - Method in class org.refcodes.tabular.CsvRecordWriter
-
Sets and writes the provided
Headerto the writer (be it a Stream or a File). . - writeHeader(Header<T>) - Method in interface org.refcodes.tabular.RecordWriter
-
Sets and writes the provided
Headerto the writer (be it a Stream or a File). . - writeHeaderComment() - Method in class org.refcodes.tabular.CsvRecordWriter
-
Writes the
Headeras ofCsvRecordWriter.writeHeader()as a comment as ofCsvRecordWriter.writeComment(String). - writeHeaderComment(String...) - Method in class org.refcodes.tabular.CsvRecordWriter
-
Writes the given
Headeras ofCsvRecordWriter.writeHeader(String...)as a comment as ofCsvRecordWriter.writeComment(String). - writeHeaderComment(Header<T>) - Method in class org.refcodes.tabular.CsvRecordWriter
-
Writes the given
Headeras ofCsvRecordWriter.writeHeader(Header)as a comment as ofCsvRecordWriter.writeComment(String). - writeNext(Record<T>) - Method in class org.refcodes.tabular.CsvRecordWriter
-
Directly logs the provided
Stringinstances to the writer. - writeNext(Record<T>) - Method in interface org.refcodes.tabular.RecordWriter
-
Directly logs the provided
Stringinstances to the writer. - writeNext(T...) - Method in class org.refcodes.tabular.CsvRecordWriter
-
Directly logs the provided instances to the writer.
- writeNext(T...) - Method in interface org.refcodes.tabular.RecordWriter
-
Directly logs the provided instances to the writer.
- writeNextLine(String...) - Method in interface org.refcodes.tabular.RecordWriter
-
Directly writes the provided instance to the writer.
- writeNextType(TYPE) - Method in interface org.refcodes.tabular.RecordWriter
-
Directly logs the provided instance to the writer.
_
- _csvBuilder - Variable in class org.refcodes.tabular.CsvRecordWriter
- _header - Variable in class org.refcodes.tabular.CsvRecordWriter
- _keys - Variable in class org.refcodes.tabular.AbstractHeader
-
A
LinkedHashSetis used in order to preserve the order of the elements as contained in theHeaderitself. - _outputStream - Variable in class org.refcodes.tabular.CsvRecordWriter
All Classes and Interfaces|All Packages|Serialized Form