public static class SortedRangeOptions.CapturedSortedRangeOptions extends java.lang.Object implements SortedRangeOptions.Impl, RamaSerializable
SortedRangeOptions.CapturedSortedRangeOptions, SortedRangeOptions.Impl
Constructor and Description |
---|
CapturedSortedRangeOptions() |
Modifier and Type | Method and Description |
---|---|
SortedRangeOptions.Impl |
excludeStart()
Excludes the start key from the results (by default it's included).
|
SortedRangeOptions.Impl |
includeEnd()
Includes the end key in the results (by default it's excluded).
|
boolean |
isEndIncluded() |
boolean |
isStartIncluded() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, excludeStart, includeEnd
public SortedRangeOptions.Impl excludeStart()
SortedRangeOptions.Impl
excludeStart
in interface SortedRangeOptions.Impl
public SortedRangeOptions.Impl includeEnd()
SortedRangeOptions.Impl
includeEnd
in interface SortedRangeOptions.Impl
public boolean isStartIncluded()
public boolean isEndIncluded()