Class Interval
- java.lang.Object
-
- org.openstreetmap.josm.tools.date.Interval
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
format()
Formats the interval of the given track as a human readable stringInstant
getEnd()
Returns end instant.Instant
getStart()
Returns start instant.int
hashCode()
String
toString()
Returns an ISO 8601 compatible string
-