Uses of Interface
org.refcodes.tabular.HeaderRow
-
Uses of HeaderRow in org.refcodes.tabular
Subinterfaces of HeaderRow in org.refcodes.tabular Modifier and Type Interface Description interfaceFormattedHeader<T>A list ofColumninstances, for example describing the elements of a CSV file (visually speaking the of the CSV file's header line), is represented by theFormattedHeader.interfaceHeader<T>Classes in org.refcodes.tabular that implement HeaderRow Modifier and Type Class Description classAbstractHeader<T,C extends Column<? extends T>>classFormattedHeaderImpl<T>The Class FormattedHeaderImpl.classHeaderImpl<T>