Uses of Interface
net.time4j.scale.LeapSecondEvent
Package
Description
This package handles the UTC timeline (Corrected Universal Time) and
other time scales.
-
Uses of LeapSecondEvent in net.time4j.scale
Modifier and TypeMethodDescriptionLeapSeconds.getNextEvent(long utc)
Yields the next leap second event after given UTC time point.Modifier and TypeMethodDescriptionLeapSeconds.iterator()
Iterates over all leap second events in descending temporal order.LeapSeconds.stream()
Creates a stream over all leap second events in descending temporal order.Modifier and TypeMethodDescriptionint
LeapSeconds.compare(LeapSecondEvent o1, LeapSecondEvent o2)
Compares two leap second events by their date in ascending order.