public class DateIndex extends Object
Constructor and Description |
---|
DateIndex(DateColumn column) |
Modifier and Type | Method and Description |
---|---|
Selection |
atLeast(LocalDate value) |
Selection |
atMost(LocalDate value) |
Selection |
get(LocalDate value)
Returns a bitmap containing row numbers of all cells matching the given int
|
Selection |
greaterThan(LocalDate value) |
Selection |
lessThan(LocalDate value) |
public DateIndex(DateColumn column)
Copyright © 2017. All rights reserved.