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

Uses in package org.joda.time

Classes derived from org.joda.time.base.AbstractPartial

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

Uses in package org.joda.time.base

Classes derived from org.joda.time.base.AbstractPartial

class
BaseLocal is an abstract implementation of ReadablePartial that use a local milliseconds internal representation.
class
BasePartial is an abstract implementation of ReadablePartial that stores data in array and Chronology fields.

Copyright (c) 2001-2006 - Joda.org