Class VirtualDataWindowKeyRange

java.lang.Object
com.espertech.esper.common.client.hook.vdw.VirtualDataWindowKeyRange

public class VirtualDataWindowKeyRange extends Object
Provides a range as a start and end value, for use as a paramater to the lookup values passed to the VirtualDataWindowLookup lookup method.

Consult VirtualDataWindowLookupOp for information on the type of range represented (open, closed, inverted etc.) .

  • Constructor Details

    • VirtualDataWindowKeyRange

      public VirtualDataWindowKeyRange(Object start, Object end)
      Ctor.
      Parameters:
      start - range start
      end - range end
  • Method Details

    • getStart

      public Object getStart()
      Returns the start value of the range.
      Returns:
      start value
    • getEnd

      public Object getEnd()
      Returns the end value of the range.
      Returns:
      end value
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object