Package javax.time

Class SystemUTCRules.Data

java.lang.Object
javax.time.SystemUTCRules.Data
All Implemented Interfaces:
Serializable
Enclosing class:
SystemUTCRules

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

    Fields
    Modifier and Type
    Field
    Description
    private long[]
    The table of leap second date when the leap second occurs.
    private int[]
    The table of TAI offset after the leap second.
    private static final long
    Serialization version.
    private long[]
    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 Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization version.
      See Also:
    • 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 Details

    • Data

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