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 classIntervalInterval is the standard implementation of an immutable time interval.classMutableIntervalMutableInterval 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 classBaseIntervalBaseInterval is an abstract implementation of ReadableInterval that stores data in twolongmillisecond fields.
-