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