Uses of Class
tech.tablesaw.columns.booleans.BooleanColumnType
-
Packages that use BooleanColumnType Package Description tech.tablesaw.api tech.tablesaw.columns.booleans -
-
Uses of BooleanColumnType in tech.tablesaw.api
Fields in tech.tablesaw.api declared as BooleanColumnType Modifier and Type Field Description static BooleanColumnTypeColumnType. BOOLEAN -
Uses of BooleanColumnType in tech.tablesaw.columns.booleans
Methods in tech.tablesaw.columns.booleans that return BooleanColumnType Modifier and Type Method Description static BooleanColumnTypeBooleanColumnType. instance()Constructors in tech.tablesaw.columns.booleans with parameters of type BooleanColumnType Constructor Description BooleanParser(BooleanColumnType booleanColumnType, ReadOptions readOptions)
-