public static interface SortedRangeToOptions.Impl extends SortedRangeToOptions
SortedRangeToOptions.CapturedSortedRangeToOptions, SortedRangeToOptions.Impl
Modifier and Type | Method and Description |
---|---|
SortedRangeToOptions.Impl |
includeEnd()
Includes the end key in the results (by default it's excluded).
|
SortedRangeToOptions.Impl |
maxAmt(int maxAmt)
Sets maximum number of elements to include in result (by default reads until the end of structure).
|
create, includeEnd, maxAmt
SortedRangeToOptions.Impl includeEnd()
SortedRangeToOptions.Impl maxAmt(int maxAmt)