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 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-2008 Joda.org. All Rights Reserved.