Uses of Class
org.joda.time.base.AbstractInterval
Packages that use AbstractInterval
Package
Description
Provides support for dates, times, time zones, durations, intervals, and
partials.
Implementation package providing abstract and base time classes.
-
Uses of AbstractInterval in org.joda.time
Subclasses of AbstractInterval in org.joda.timeModifier and TypeClassDescriptionfinal class
Interval is the standard implementation of an immutable time interval.class
MutableInterval is the standard implementation of a mutable time interval. -
Uses of AbstractInterval in org.joda.time.base
Subclasses of AbstractInterval in org.joda.time.baseModifier and TypeClassDescriptionclass
BaseInterval is an abstract implementation of ReadableInterval that stores data in twolong
millisecond fields.