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 interfaceHeader<T>Classes in org.refcodes.tabular that implement HeaderRow Modifier and Type Class Description classAbstractHeader<T,C extends Column<? extends T>>classFormattedHeader<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.classHeaderImpl<T>classStringHeader
-