| Package | Description |
|---|---|
| net.time4j.scale |
This package handles the UTC timeline (Corrected Universal Time) and
other time scales.
|
| Modifier and Type | Method and Description |
|---|---|
LeapSecondEvent |
LeapSeconds.getNextEvent(long utc)
Yields the next leap second event after given UTC time point.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<LeapSecondEvent> |
LeapSeconds.iterator()
Iterates over all leap second events in descending temporal
order.
|
Stream<LeapSecondEvent> |
LeapSeconds.stream()
Creates a stream over all leap second events in descending temporal order.
|
| Modifier and Type | Method and Description |
|---|---|
int |
LeapSeconds.compare(LeapSecondEvent o1,
LeapSecondEvent o2)
Compares two leap second events by their date in ascending order.
|
Copyright © 2014–2017. All rights reserved.