|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BasePartial | |
| 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 BasePartial in org.joda.time |
| Subclasses of BasePartial in org.joda.time | |
class |
TimeOfDay
Deprecated. Use LocalTime which has a much better internal implementation and has been available since 1.3 |
class |
YearMonthDay
Deprecated. Use LocalDate which has a much better internal implementation and has been available since 1.3 |
| Uses of BasePartial in org.joda.time.base |
| Constructors in org.joda.time.base with parameters of type BasePartial | |
BasePartial(BasePartial base,
int[] values)
Private constructor to be used by subclasses only which performs no validation. |
|
BasePartial(BasePartial base,
Chronology chrono)
Private constructor to be used by subclasses only which performs no validation. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||