public interface SortedRangeOptions
Path.sortedMapRange(java.lang.Object, java.lang.Object)
or Path.sortedSetRange(java.lang.Object, java.lang.Object)
.Modifier and Type | Interface and Description |
---|---|
static class |
SortedRangeOptions.CapturedSortedRangeOptions |
static interface |
SortedRangeOptions.Impl |
Modifier and Type | Method and Description |
---|---|
static SortedRangeOptions.Impl |
create()
Creates an empty SortedRangeOptions.
|
static SortedRangeOptions.Impl |
excludeStart()
Excludes the start key from the results (by default it's included).
|
static SortedRangeOptions.Impl |
includeEnd()
Includes the end key in the results (by default it's excluded).
|
static SortedRangeOptions.Impl create()
SortedRangeOptions.excludeStart()
is the
same as SortedRangeOptions.create().excludeStart()
static SortedRangeOptions.Impl excludeStart()
static SortedRangeOptions.Impl includeEnd()