Package | Description |
---|---|
tech.tablesaw.index |
Modifier and Type | Class and Description |
---|---|
class |
ByteIndex
An index for four-byte integer and integer backed columns (date, category, time)
|
class |
DoubleIndex
An index for double-precision 64-bit IEEE 754 floating point columns.
|
class |
FloatIndex
An index for single-precision 32-bit IEEE 754 floating point columns.
|
class |
IntIndex
An index for four-byte integer and integer backed columns (date, category, time)
|
class |
LongIndex
An index for eight-byte long and long backed columns (datetime)
|
class |
ShortIndex
An index for four-byte integer and integer backed columns (date, category, time)
|
class |
StringIndex
An index for four-byte integer and Date columns
|
Copyright © 2019. All rights reserved.