Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.joda.time.base Classes and Interfaces - 13 results found.
| Name | Description | Type | Package | Framework |
| AbstractDateTime | AbstractDateTime provides the common behaviour for datetime classes. | Class | org.joda.time.base | Joda Time |
|
| AbstractDuration | AbstractDuration provides the common behaviour for duration classes. | Class | org.joda.time.base | Joda Time |
|
| AbstractInstant | AbstractInstant provides the common behaviour for instant classes. | Class | org.joda.time.base | Joda Time |
|
| AbstractInterval | AbstractInterval provides the common behaviour for time intervals. | Class | org.joda.time.base | Joda Time |
|
| AbstractPartial | AbstractPartial provides a standard base implementation of most methods in the ReadablePartial interface. | Class | org.joda.time.base | Joda Time |
|
| AbstractPeriod | AbstractPeriod provides the common behaviour for period classes. | Class | org.joda.time.base | Joda Time |
|
| BaseDateTime | BaseDateTime is an abstract implementation of ReadableDateTime that stores data in long and Chronology fields. | Class | org.joda.time.base | Joda Time |
|
| BaseDuration | BaseDuration is an abstract implementation of ReadableDuration that stores data in a long duration milliseconds field. | Class | org.joda.time.base | Joda Time |
|
| BaseInterval | BaseInterval is an abstract implementation of ReadableInterval that stores data in two long millisecond fields. | Class | org.joda.time.base | Joda Time |
|
| BaseLocal | BaseLocal is an abstract implementation of ReadablePartial that use a local milliseconds internal representation. | Class | org.joda.time.base | Joda Time |
|
| BasePartial | BasePartial is an abstract implementation of ReadablePartial that stores data in array and Chronology fields. | Class | org.joda.time.base | Joda Time |
|
| BasePeriod | BasePeriod is an abstract implementation of ReadablePeriod that stores data in a PeriodType and an int[]. | Class | org.joda.time.base | Joda Time |
|
| BaseSingleFieldPeriod | BaseSingleFieldPeriod is an abstract implementation of ReadablePeriod that manages a single duration field, such as days or minutes. | Class | org.joda.time.base | Joda Time |