Package tech.tablesaw.columns
Class ColumnFormatter
java.lang.Object
tech.tablesaw.columns.ColumnFormatter
- Direct Known Subclasses:
BooleanFormatter
,NumberColumnFormatter
,StringColumnFormatter
,TemporalColumnFormatter
Abstract class for Column Formatters Every column type has a specialized print formatter that is
used for formatting output for both table printing via, for example, table.printAll(). It is also
used for writing text files using table.write().csv()
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ColumnFormatter
(String missingString) Constructs a new Formatter with the given missing value string. -
Method Summary
Modifier and TypeMethodDescriptionReturns the string to be used in place of any missing values in the column
-
Constructor Details
-
ColumnFormatter
Constructs a new Formatter with the given missing value string.
-
-
Method Details
-
getMissingString
Returns the string to be used in place of any missing values in the column
-