Uses of Interface
net.time4j.scale.LeapSecondEvent
Packages that use LeapSecondEvent
Package
Description
This package handles the UTC timeline (Corrected Universal Time) and
other time scales.
-
Uses of LeapSecondEvent in net.time4j.scale
Methods in net.time4j.scale that return LeapSecondEventModifier and TypeMethodDescriptionLeapSeconds.getNextEvent(long utc)
Yields the next leap second event after given UTC time point.Methods in net.time4j.scale that return types with arguments of type LeapSecondEventModifier 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.Methods in net.time4j.scale with parameters of type LeapSecondEventModifier and TypeMethodDescriptionint
LeapSeconds.compare(LeapSecondEvent o1, LeapSecondEvent o2)
Compares two leap second events by their date in ascending order.