Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Allow the use of null values as a way to represent unbounded ranges. With this change, the range interface signature will remain the same, only the set of accepted values for the parameters keyFrom and keyTo would change. 

Note: we didn't change the time parameters because currently user can always fetch/findSessions from/to the earliest/latest time by setting the time as 0L/Long.MAX_VALUE or Instant.ofEpochMilli(0)/Instant.ofEpochMilli(Long.MAX_VALUE) to achieve it. So, we focus on the key parameters here.

...