| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| AbstractDateTime | AbstractDateTime provides the common behaviour for datetime classes. | 
| AbstractDuration | AbstractDuration provides the common behaviour for duration classes. | 
| AbstractInstant | AbstractInstant provides the common behaviour for instant classes. | 
| AbstractInterval | AbstractInterval provides the common behaviour for time intervals. | 
| AbstractPartial | AbstractPartial provides a standard base implementation of most methods in the ReadablePartial interface. | 
| AbstractPeriod | AbstractPeriod provides the common behaviour for period classes. | 
| BaseDateTime | BaseDateTime is an abstract implementation of ReadableDateTime that stores
 data in longandChronologyfields. | 
| BaseDuration | BaseDuration is an abstract implementation of ReadableDuration that stores
 data in a longduration milliseconds field. | 
| BaseInterval | BaseInterval is an abstract implementation of ReadableInterval that stores
 data in two longmillisecond fields. | 
| BaseLocal | BaseLocal is an abstract implementation of ReadablePartial that use a local milliseconds internal representation. | 
| BasePartial | BasePartial is an abstract implementation of ReadablePartial that stores
 data in array and Chronologyfields. | 
| BasePeriod | BasePeriod is an abstract implementation of ReadablePeriod that stores
 data in a PeriodTypeand anint[]. | 
| BaseSingleFieldPeriod | BaseSingleFieldPeriod is an abstract implementation of ReadablePeriod that manages a single duration field, such as days or minutes. | 
Implementation package providing abstract and base time classes.
Provides abstract implementations of the Readable* interfaces. The Abstract* classes hold no fields and have no final methods. They can be used by anyone wanting to implement the interface. The Base* classes extend the Abstract* classes to provide fields for the standard way to implement the class.
If you intend to implement a Readable* interface yourself, please consider extending either the Abstract* or Base* class in this package.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||