Package tech.tablesaw.columns
Class ColumnFormatter
- java.lang.Object
-
- tech.tablesaw.columns.ColumnFormatter
-
- Direct Known Subclasses:
BooleanFormatter,NumberColumnFormatter,StringColumnFormatter,TemporalColumnFormatter
public abstract class ColumnFormatter extends Object
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
Constructors Modifier Constructor Description protectedColumnFormatter(String missingString)Constructs a new Formatter with the given missing value string.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMissingString()Returns the string to be used in place of any missing values in the column
-