Class ChunkSpecParser.Range
java.lang.Object
gov.nyc.doitt.gis.geoclient.parser.test.ChunkSpecParser.Range
- Enclosing class:
ChunkSpecParser
The Class Range.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Range
public Range(int start, int end) Instantiates a new range.- Parameters:
start- the startend- 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
Substring.- Parameters:
string- the string- Returns:
- the string
-