Package javax.time
Class SystemUTCRules.Data
- java.lang.Object
-
- javax.time.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.
-
-
-
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.
-
-