| Package | Description |
|---|---|
| tech.tablesaw.api |
| Modifier and Type | Class and Description |
|---|---|
class |
NumberColumn<C extends NumberColumn<C,T>,T extends Number> |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleColumn |
class |
FloatColumn |
class |
IntColumn |
class |
LongColumn |
class |
ShortColumn |
| Modifier and Type | Method and 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
|
NumberColumn<C,T> |
NumberColumn.set(DoublePredicate condition,
T newValue) |
| Modifier and Type | Method and 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 © 2020. All rights reserved.