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