Package com.rpl.rama
Class SortedRangeOptions.CapturedSortedRangeOptions
java.lang.Object
com.rpl.rama.SortedRangeOptions.CapturedSortedRangeOptions
- All Implemented Interfaces:
RamaSerializable
,SortedRangeOptions
,SortedRangeOptions.Impl
,Serializable
- Enclosing interface:
SortedRangeOptions
public static class SortedRangeOptions.CapturedSortedRangeOptions
extends Object
implements SortedRangeOptions.Impl, RamaSerializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rpl.rama.SortedRangeOptions
SortedRangeOptions.CapturedSortedRangeOptions, SortedRangeOptions.Impl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExcludes the start key from the results (by default it's included).Includes the end key in the results (by default it's excluded).boolean
boolean
-
Constructor Details
-
CapturedSortedRangeOptions
public CapturedSortedRangeOptions()
-
-
Method Details
-
excludeStart
Description copied from interface:SortedRangeOptions.Impl
Excludes the start key from the results (by default it's included).- Specified by:
excludeStart
in interfaceSortedRangeOptions.Impl
-
includeEnd
Description copied from interface:SortedRangeOptions.Impl
Includes the end key in the results (by default it's excluded).- Specified by:
includeEnd
in interfaceSortedRangeOptions.Impl
-
isStartIncluded
public boolean isStartIncluded() -
isEndIncluded
public boolean isEndIncluded()
-