Uses of Class
org.joda.time.base.AbstractPartial
Packages that use AbstractPartial
Package
Description
Provides support for dates, times, time zones, durations, intervals, and
partials.
Implementation package providing abstract and base time classes.
-
Uses of AbstractPartial in org.joda.time
Subclasses of AbstractPartial in org.joda.timeModifier and TypeClassDescriptionfinal classLocalDate is an immutable datetime class representing a date without a time zone.final classLocalDateTime is an unmodifiable datetime class representing a datetime without a time zone.final classLocalTime is an immutable time class representing a time without a time zone.final classMonthDay is an immutable partial supporting the monthOfYear and dayOfMonth fields.final classPartial is an immutable partial datetime supporting any set of datetime fields.final classDeprecated.Use LocalTime which has a much better internal implementation and has been available since 1.3final classYearMonth is an immutable partial supporting the year and monthOfYear fields.final classDeprecated.Use LocalDate which has a much better internal implementation and has been available since 1.3 -
Uses of AbstractPartial in org.joda.time.base
Subclasses of AbstractPartial in org.joda.time.baseModifier and TypeClassDescriptionclassBaseLocal is an abstract implementation of ReadablePartial that use a local milliseconds internal representation.classBasePartial is an abstract implementation of ReadablePartial that stores data in array andChronologyfields.