Package com.rpl.rama

Interface SortedRangeOptions

All Known Subinterfaces:
SortedRangeOptions.Impl
All Known Implementing Classes:
SortedRangeOptions.CapturedSortedRangeOptions

public interface SortedRangeOptions
See Also:
  • Method Details

    • create

      static SortedRangeOptions.Impl create()
      Creates an empty SortedRangeOptions. SortedRangeOptions.excludeStart() is the same as SortedRangeOptions.create().excludeStart()
    • excludeStart

      static SortedRangeOptions.Impl excludeStart()
      Excludes the start key from the results (by default it's included).
    • includeEnd

      static SortedRangeOptions.Impl includeEnd()
      Includes the end key in the results (by default it's excluded).