Constructor and Description |
---|
DoubleIndex(DoubleColumn column) |
Modifier and Type | Method and Description |
---|---|
Selection |
atLeast(double value) |
Selection |
atMost(double value) |
Selection |
get(double value)
Returns a bitmap containing row numbers of all cells matching the given int
|
Selection |
greaterThan(double value) |
Selection |
lessThan(double value) |
public DoubleIndex(DoubleColumn column)
public Selection get(double value)
value
- This is a 'key' from the index perspective, meaning it is a value from the
standpoint of the columnpublic Selection atLeast(double value)
public Selection greaterThan(double value)
public Selection atMost(double value)
public Selection lessThan(double value)
Copyright © 2020. All rights reserved.