Class PushbackTokenizer.Range
- java.lang.Object
-
- org.openstreetmap.josm.data.osm.search.PushbackTokenizer.Range
-
- Enclosing class:
- PushbackTokenizer
public static class PushbackTokenizer.Range extends java.lang.Object
A range of long numbers. Immutable
-
-
Constructor Summary
Constructors Constructor Description Range(long start, long end)
Create a new range
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEnd()
Returns the range end.long
getStart()
Returns the range start.java.lang.String
toString()
-
-
-
Constructor Detail
-
Range
public Range(long start, long end)
Create a new range- Parameters:
start
- The startend
- The end (inclusive)
-
-