Constructor and Description |
---|
ShortIndex(ShortColumn column) |
Modifier and Type | Method and Description |
---|---|
Selection |
atLeast(short value) |
Selection |
atMost(short value) |
Selection |
get(short value)
Returns a bitmap containing row numbers of all cells matching the given int
|
Selection |
greaterThan(short value) |
Selection |
lessThan(short value) |
public ShortIndex(ShortColumn column)
public Selection get(short value)
value
- This is a 'key' from the index perspective, meaning it is a value from the
standpoint of the columnpublic Selection atLeast(short value)
public Selection greaterThan(short value)
public Selection atMost(short value)
public Selection lessThan(short value)
Copyright © 2020. All rights reserved.