Uses of Class
net.time4j.engine.AbstractDuration
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.Defines the common generic schemes and interfaces of chronological
systems.
-
Uses of AbstractDuration in net.time4j
-
Uses of AbstractDuration in net.time4j.engine
Modifier and TypeClassDescriptionclass
AbstractMetric<U extends ChronoUnit,P extends AbstractDuration<U>>
Represents a metric suitable for the default algorithm of Time4J.Modifier and TypeMethodDescriptionabstract AbstractDuration<U>
AbstractDuration.inverse()
Creates a copy of this duration with the same amounts and units but the inversed sign.