public class LongIndex
extends java.lang.Object
Constructor and Description |
---|
LongIndex(LongColumn column) |
Modifier and Type | Method and Description |
---|---|
Selection |
atLeast(int value) |
Selection |
atMost(int value) |
Selection |
get(long value)
Returns a bitmap containing row numbers of all cells matching the given long
|
Selection |
greaterThan(int value) |
Selection |
lessThan(int value) |
public LongIndex(LongColumn column)
public Selection get(long 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)