Class ChunkSpecParser.Range

java.lang.Object
gov.nyc.doitt.gis.geoclient.parser.test.ChunkSpecParser.Range
Enclosing class:
ChunkSpecParser

public static class ChunkSpecParser.Range extends Object
The Class Range.
  • Constructor Details

    • Range

      public Range(int start, int end)
      Instantiates a new range.
      Parameters:
      start - the start
      end - the end
  • Method Details

    • getStart

      public int getStart()
      Gets the start.
      Returns:
      the start
    • getEnd

      public int getEnd()
      Gets the end.
      Returns:
      the end
    • substring

      public String substring(String string)
      Substring.
      Parameters:
      string - the string
      Returns:
      the string