| Package | Description |
|---|---|
| com.sleepycat.util.keyrange |
INTERNAL: Key range cursor operations for use in collections API and DPL.
|
| Modifier and Type | Method and Description |
|---|---|
KeyRange |
KeyRange.subRange(DatabaseEntry key)
Creates a range for a single key.
|
KeyRange |
KeyRange.subRange(DatabaseEntry beginKey,
boolean beginInclusive,
DatabaseEntry endKey,
boolean endInclusive)
Creates a range that is the intersection of this range and the given
range parameters.
|
Copyright © 2024. All rights reserved.