Class Location.Range

java.lang.Object
ai.nightfall.scan.model.Location.Range
Enclosing class:
Location

public static class Location.Range extends Object
An object that contains references to the start and end of the eponymous range.
  • Constructor Details

    • Range

      public Range()
  • Method Details

    • getStart

      public long getStart()
      Get the beginning of the range.
      Returns:
      the beginning of the range
    • getEnd

      public long getEnd()
      Get the end of the range.
      Returns:
      the end of the range
    • toString

      public String toString()
      Overrides:
      toString in class Object