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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classstatic interface
- 
Method SummaryStatic 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- 
createCreates an empty SortedRangeToOptions.SortedRangeToOptions.includeEnd()is the same asSortedRangeToOptions.create().includeEnd()
- 
includeEndIncludes the end key in the results (by default it's excluded).
- 
maxAmtSets maximum number of elements to include in result (by default reads until the end of structure).
 
-