Uses of Class
tech.tablesaw.columns.numbers.LongColumnType
-
Packages that use LongColumnType Package Description tech.tablesaw.api tech.tablesaw.columns.numbers -
-
Uses of LongColumnType in tech.tablesaw.api
Fields in tech.tablesaw.api declared as LongColumnType Modifier and Type Field Description static LongColumnTypeColumnType. LONG -
Uses of LongColumnType in tech.tablesaw.columns.numbers
Methods in tech.tablesaw.columns.numbers that return LongColumnType Modifier and Type Method Description static LongColumnTypeLongColumnType. instance()Returns the singleton instance of LongColumnTypeConstructors in tech.tablesaw.columns.numbers with parameters of type LongColumnType Constructor Description LongParser(LongColumnType columnType, ReadOptions readOptions)
-