Package tech.tablesaw.columns.booleans
Class BooleanFormatter
- java.lang.Object
-
- tech.tablesaw.columns.ColumnFormatter
-
- tech.tablesaw.columns.booleans.BooleanFormatter
-
public class BooleanFormatter extends ColumnFormatter
-
-
Constructor Summary
Constructors Constructor Description BooleanFormatter(String missingString)
BooleanFormatter(String trueString, String falseString)
BooleanFormatter(String trueString, String falseString, String missingString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(byte value)
String
format(Boolean value)
String
toString()
-
Methods inherited from class tech.tablesaw.columns.ColumnFormatter
getMissingString
-
-