public interface RangeIndex extends Index
| Modifier and Type | Method and Description |
|---|---|
Iterator<Record> |
iterator(Record recordMin,
Record recordMax)
Return records between min (inclusive) and max (exclusive), based on the record keys
|
<X> Iterator<X> |
iterator(Record recordMin,
Record recordMax,
RecordMapper<X> mapper) |
Record |
maxKey()
Return the record containing the greatest key - may or may not have the associated value
|
Record |
minKey()
Return the record containing the least key - may or may not have the associated value
|
bulkChanges, check, clear, close, contains, delete, find, getRecordFactory, insert, isEmpty, iterator, sizeforEach, spliteratorsyncIterator<Record> iterator(Record recordMin, Record recordMax)
<X> Iterator<X> iterator(Record recordMin, Record recordMax, RecordMapper<X> mapper)
Record minKey()
Record maxKey()
Licensed under the Apache License, Version 2.0