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 BooleanDataBooleanColumn. 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 classBitSetBooleanDataAn 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 BooleanDataBitSetBooleanData. copy()Returns a copy of this BooleanData objectBooleanDataBooleanData. copy()Returns a copy of this BooleanData object
-