Package net.iakovlev.timeshape
Class SameZoneSpan
- java.lang.Object
-
- net.iakovlev.timeshape.SameZoneSpan
-
public final class SameZoneSpan extends Object
Represents contiguous span of points belonging to the same set of time zones
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetEndIndex()Last index in the array of points (the polyline) which has the same ZoneId.Set<ZoneId>getZoneIds()inthashCode()StringtoString()
-
-
-
Method Detail
-
getEndIndex
public int getEndIndex()
Last index in the array of points (the polyline) which has the same ZoneId. SeeTimeZoneEngine.queryPolyline(double[])for explanation.- Returns:
-
-