Uses of Class
org.joda.time.base.AbstractPeriod
Packages that use AbstractPeriod
Package
Description
Provides support for dates, times, time zones, durations, intervals, and
partials.
Implementation package providing abstract and base time classes.
-
Uses of AbstractPeriod in org.joda.time
Subclasses of AbstractPeriod in org.joda.timeModifier and TypeClassDescriptionclassStandard mutable time period implementation.final classAn immutable time period specifying a set of duration field values. -
Uses of AbstractPeriod in org.joda.time.base
Subclasses of AbstractPeriod in org.joda.time.baseModifier and TypeClassDescriptionclassBasePeriod is an abstract implementation of ReadablePeriod that stores data in aPeriodTypeand anint[].