Package javax.time

Class SystemUTCRules.Data

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SystemUTCRules

    private static final class SystemUTCRules.Data
    extends java.lang.Object
    implements java.io.Serializable
    Data holder.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private long[] dates
      The table of leap second date when the leap second occurs.
      private int[] offsets
      The table of TAI offset after the leap second.
      private static long serialVersionUID
      Serialization version.
      private long[] taiSeconds
      The table of TAI second when the new offset starts.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Data​(long[] dates, int[] offsets, long[] taiSeconds)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serialization version.
        See Also:
        Constant Field Values
      • dates

        private long[] dates
        The table of leap second date when the leap second occurs.
      • offsets

        private int[] offsets
        The table of TAI offset after the leap second.
      • taiSeconds

        private long[] taiSeconds
        The table of TAI second when the new offset starts.
    • Constructor Detail

      • Data

        private Data​(long[] dates,
                     int[] offsets,
                     long[] taiSeconds)
        Constructor.