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