Uses of Class
net.time4j.engine.AbstractDuration
Packages that use 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
Subclasses of AbstractDuration in net.time4j -
Uses of AbstractDuration in net.time4j.engine
Classes in net.time4j.engine with type parameters of type AbstractDurationModifier and TypeClassDescriptionclass
AbstractMetric<U extends ChronoUnit,P extends AbstractDuration<U>>
Represents a metric suitable for the default algorithm of Time4J.Methods in net.time4j.engine that return AbstractDurationModifier and TypeMethodDescriptionabstract AbstractDuration<U>
AbstractDuration.inverse()
Creates a copy of this duration with the same amounts and units but the inversed sign.