Uses of Class
org.joda.time.base.AbstractInterval
-
Packages that use AbstractInterval Package Description org.joda.time Provides support for dates, times, time zones, durations, intervals, and partials.org.joda.time.base Implementation package providing abstract and base time classes. -
-
Uses of AbstractInterval in org.joda.time
Subclasses of AbstractInterval in org.joda.time Modifier and Type Class Description class
Interval
Interval is the standard implementation of an immutable time interval.class
MutableInterval
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.base Modifier and Type Class Description class
BaseInterval
BaseInterval is an abstract implementation of ReadableInterval that stores data in twolong
millisecond fields.
-