Uses of Interface
tech.tablesaw.columns.booleans.BooleanData
-
Packages that use BooleanData Package Description tech.tablesaw.api tech.tablesaw.columns.booleans -
-
Uses of BooleanData in tech.tablesaw.api
Methods in tech.tablesaw.api that return BooleanData Modifier and Type Method Description BooleanData
BooleanColumn. data()
Constructors in tech.tablesaw.api with parameters of type BooleanData Constructor Description BooleanColumn(String name, BooleanData data)
-
Uses of BooleanData in tech.tablesaw.columns.booleans
Classes in tech.tablesaw.columns.booleans that implement BooleanData Modifier and Type Class Description class
BitSetBooleanData
An implementation of BooleanData where the underlying representation uses the Java BitSet classMethods in tech.tablesaw.columns.booleans that return BooleanData Modifier and Type Method Description BooleanData
BitSetBooleanData. copy()
Returns a copy of this BooleanData objectBooleanData
BooleanData. copy()
Returns a copy of this BooleanData object
-