Class SameZoneSpan


  • public final class SameZoneSpan
    extends java.lang.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
      boolean equals​(java.lang.Object obj)  
      int getEndIndex()
      Last index in the array of points (the polyline) which has the same ZoneId.
      java.util.Set<java.time.ZoneId> getZoneIds()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getZoneIds

        public java.util.Set<java.time.ZoneId> getZoneIds()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object