| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| net.time4j.engine |
Defines the common generic schemes and interfaces of chronological
systems.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeSpan.Item<U>> |
Duration.getTotalLength() |
| Modifier and Type | Method and Description |
|---|---|
static <U> TimeSpan.Item<U> |
TimeSpan.Item.of(long amount,
U unit)
Creates a new time span item.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeSpan.Item<U>> |
TimeSpan.getTotalLength()
Yields all containted time span items with amount and unit in
the order from largest to smallest time units.
|
Copyright © 2014–2015. All rights reserved.