BooleanFormatter
, NumberColumnFormatter
, StringColumnFormatter
, TemporalColumnFormatter
public abstract class ColumnFormatter extends Object
Modifier | Constructor | Description |
---|---|---|
protected |
ColumnFormatter(String missingString) |
Constructs a new Formatter with the given missing value string.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getMissingString() |
Returns the string to be used in place of any missing values in the column
|
Copyright © 2022. All rights reserved.