Package | Description |
---|---|
tech.tablesaw.api |
Modifier and Type | Class | Description |
---|---|---|
class |
NumberColumn<C extends NumberColumn<C,T>,T extends Number> |
An abstract class that provides a partial implementation for columns of numeric data
|
Modifier and Type | Class | Description |
---|---|---|
class |
DoubleColumn |
A column that contains double values
|
class |
FloatColumn |
A column that contains float values
|
class |
IntColumn |
A column that contains int values
|
class |
LongColumn |
A column that contains long values
|
class |
ShortColumn |
A column that contains short values
|
Modifier and Type | Method | Description |
---|---|---|
NumberColumn<C,T> |
NumberColumn.set(DoublePredicate condition,
T newValue) |
Sets the value of all elements in this column matching condition to be equal to newValue and
returns this column
|
NumberColumn<C,T> |
NumberColumn.set(DoublePredicate condition,
NumberColumn<C,T> other) |
Updates this column where values matching the selection are replaced with the corresponding
value from the given column
|
Modifier and Type | Method | Description |
---|---|---|
NumberColumn<C,T> |
NumberColumn.set(DoublePredicate condition,
NumberColumn<C,T> other) |
Updates this column where values matching the selection are replaced with the corresponding
value from the given column
|
Copyright © 2022. All rights reserved.