public class IntIndex extends Object
| Constructor and Description |
|---|
IntIndex(DateColumn column) |
IntIndex(IntColumn column) |
IntIndex(TimeColumn column) |
| 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 IntIndex(DateColumn column)
public IntIndex(TimeColumn 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)
Copyright © 2018. All rights reserved.