Package com.rpl.rama
Interface SortedRangeToOptions
- All Known Subinterfaces:
SortedRangeToOptions.Impl
- All Known Implementing Classes:
SortedRangeToOptions.CapturedSortedRangeToOptions
public interface SortedRangeToOptions
Interface for declaring options for
Path.sortedMapRangeTo(java.lang.Object) or Path.sortedSetRangeTo(java.lang.Object).- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic interface -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic SortedRangeToOptions.Implcreate()Creates an empty SortedRangeToOptions.static SortedRangeToOptions.ImplIncludes the end key in the results (by default it's excluded).static SortedRangeToOptions.ImplmaxAmt(int maxAmt) Sets maximum number of elements to include in result (by default reads until the end of structure).
-
Method Details
-
create
Creates an empty SortedRangeToOptions.SortedRangeToOptions.includeEnd()is the same asSortedRangeToOptions.create().includeEnd() -
includeEnd
Includes the end key in the results (by default it's excluded). -
maxAmt
Sets maximum number of elements to include in result (by default reads until the end of structure).
-