public class IntIndex
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Selection |
atLeast(int value) |
Selection |
atMost(int value) |
Selection |
get(int value)
Returns a bitmap containing row numbers of all cells matching the given int
|
Selection |
greaterThan(int value) |
Selection |
lessThan(int value) |
public IntIndex(IntColumn column)
public Selection get(int value)
value
- This is a 'key' from the index perspective, meaning it is a value from the standpoint of the columnpublic Selection atLeast(int value)
public Selection greaterThan(int value)
public Selection atMost(int value)
public Selection lessThan(int value)