public interface SortedRangeToOptions
Path.sortedMapRangeTo(java.lang.Object)
or Path.sortedSetRangeTo(java.lang.Object)
.Modifier and Type | Interface and Description |
---|---|
static class |
SortedRangeToOptions.CapturedSortedRangeToOptions |
static interface |
SortedRangeToOptions.Impl |
Modifier and Type | Method and Description |
---|---|
static SortedRangeToOptions.Impl |
create()
Creates an empty SortedRangeToOptions.
|
static SortedRangeToOptions.Impl |
includeEnd()
Includes the end key in the results (by default it's excluded).
|
static SortedRangeToOptions.Impl |
maxAmt(int maxAmt)
Sets maximum number of elements to include in result (by default reads until the end of structure).
|
static SortedRangeToOptions.Impl create()
SortedRangeToOptions.includeEnd()
is the
same as SortedRangeToOptions.create().includeEnd()
static SortedRangeToOptions.Impl includeEnd()
static SortedRangeToOptions.Impl maxAmt(int maxAmt)