Package com.rpl.rama
Class SortedRangeToOptions.CapturedSortedRangeToOptions
java.lang.Object
com.rpl.rama.SortedRangeToOptions.CapturedSortedRangeToOptions
- All Implemented Interfaces:
RamaSerializable,SortedRangeToOptions,SortedRangeToOptions.Impl,Serializable
- Enclosing interface:
SortedRangeToOptions
public static class SortedRangeToOptions.CapturedSortedRangeToOptions
extends Object
implements SortedRangeToOptions.Impl, RamaSerializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rpl.rama.SortedRangeToOptions
SortedRangeToOptions.CapturedSortedRangeToOptions, SortedRangeToOptions.Impl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIncludes the end key in the results (by default it's excluded).booleanmaxAmt(int maxAmt) Sets maximum number of elements to include in result (by default reads until the end of structure).
-
Constructor Details
-
CapturedSortedRangeToOptions
public CapturedSortedRangeToOptions()
-
-
Method Details
-
includeEnd
Description copied from interface:SortedRangeToOptions.ImplIncludes the end key in the results (by default it's excluded).- Specified by:
includeEndin interfaceSortedRangeToOptions.Impl
-
maxAmt
Description copied from interface:SortedRangeToOptions.ImplSets maximum number of elements to include in result (by default reads until the end of structure).- Specified by:
maxAmtin interfaceSortedRangeToOptions.Impl
-
isEndIncluded
public boolean isEndIncluded() -
getMaxAmt
-