Index
public class ShortIndex extends Object implements Index
ShortColumn
Constructor | Description |
---|---|
ShortIndex(ShortColumn column) |
Constructs an index for the given column
|
Modifier and Type | Method | Description |
---|---|---|
Selection |
atLeast(short value) |
Returns a
Selection of all values at least as large as the given value |
Selection |
atMost(short value) |
Returns a
Selection of all values at most as large as the given value |
Selection |
get(short value) |
Returns a bitmap containing row numbers of all cells matching the given int
|
Selection |
greaterThan(short value) |
Returns a
Selection of all values greater than the given value |
Selection |
lessThan(short value) |
Returns a
Selection of all values less than the given 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)
Selection
of all values at least as large as the given valuepublic Selection greaterThan(short value)
Selection
of all values greater than the given valuepublic Selection atMost(short value)
Selection
of all values at most as large as the given valueCopyright © 2022. All rights reserved.