Uses of Class
org.joda.time.base.AbstractPartial

Packages that use AbstractPartial
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 AbstractPartial in org.joda.time
 

Subclasses of AbstractPartial in org.joda.time
 class LocalDate
          LocalDate is an immutable datetime class representing a date without a time zone.
 class LocalDateTime
          LocalDateTime is an unmodifiable datetime class representing a datetime without a time zone.
 class LocalTime
          LocalTime is an immutable time class representing a time without a time zone.
 class Partial
          Partial is an immutable partial datetime supporting any set of datetime fields.
 class TimeOfDay
          TimeOfDay is an immutable partial supporting the hour, minute, second and millisecond fields.
 class YearMonthDay
          YearMonthDay is an immutable partial supporting the year, monthOfYear and dayOfMonth fields.
 

Uses of AbstractPartial in org.joda.time.base
 

Subclasses of AbstractPartial in org.joda.time.base
 class BasePartial
          BasePartial is an abstract implementation of ReadablePartial that stores data in array and Chronology fields.
 



Copyright © 2002-2006 Joda.org. All Rights Reserved.