Interface FormattedColumns<T>

Type Parameters:
T - The type managed by the FormattedColumns.
All Superinterfaces:
org.refcodes.mixin.Clearable, Collection<FormattedColumn<? extends T>>, ColumnRow<T,​FormattedColumn<? extends T>>, Iterable<FormattedColumn<? extends T>>, org.refcodes.struct.Keys<String,​FormattedColumn<? extends T>>, org.refcodes.struct.Keys.MutableKeys<String,​FormattedColumn<? extends T>>

public interface FormattedColumns<T>
extends ColumnRow<T,​FormattedColumn<? extends T>>
In case no order of the FormattedColumn instances is explicitly required (similar to a DB table or a spread sheet, in contrast to a CSV file) then FormattedColumn instances are grouped by a FormattedColumns set.

FormattedColumns provide additional semantics to the Field instances stored in a Record.