Class SystemUTCRules.Data
java.lang.Object
javax.time.SystemUTCRules.Data
- All Implemented Interfaces:
Serializable
- Enclosing class:
SystemUTCRules
Data holder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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 longSerialization version.private long[]The table of TAI second when the new offset starts. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateData(long[] dates, int[] offsets, long[] taiSeconds) Constructor. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version.- See Also:
-
dates
private long[] datesThe table of leap second date when the leap second occurs. -
offsets
private int[] offsetsThe table of TAI offset after the leap second. -
taiSeconds
private long[] taiSecondsThe table of TAI second when the new offset starts.
-
-
Constructor Details
-
Data
private Data(long[] dates, int[] offsets, long[] taiSeconds) Constructor.
-