Uses of Class
tech.tablesaw.columns.numbers.DoubleColumnType
-
Packages that use DoubleColumnType Package Description tech.tablesaw.api tech.tablesaw.columns.numbers -
-
Uses of DoubleColumnType in tech.tablesaw.api
Fields in tech.tablesaw.api declared as DoubleColumnType Modifier and Type Field Description static DoubleColumnTypeColumnType. DOUBLE -
Uses of DoubleColumnType in tech.tablesaw.columns.numbers
Methods in tech.tablesaw.columns.numbers that return DoubleColumnType Modifier and Type Method Description static DoubleColumnTypeDoubleColumnType. instance()Returns the singleton instance of DoubleColumnTypeConstructors in tech.tablesaw.columns.numbers with parameters of type DoubleColumnType Constructor Description DoubleParser(DoubleColumnType doubleColumnType, ReadOptions readOptions)
-