org.joda.time.base
Class BaseLocal

java.lang.Object
  extended byorg.joda.time.base.AbstractPartial
      extended byorg.joda.time.base.BaseLocal
All Implemented Interfaces:
Comparable, ReadablePartial
Direct Known Subclasses:
LocalDate, LocalDateTime, LocalTime

public abstract class BaseLocal
extends AbstractPartial

BaseLocal is an abstract implementation of ReadablePartial that use a local milliseconds internal representation.

This class should generally not be used directly by API users. The ReadablePartial interface should be used when different kinds of partial objects are to be referenced.

BasePartial subclasses may be mutable and not thread-safe.

Since:
1.5
Author:
Stephen Colebourne

Methods inherited from class org.joda.time.base.AbstractPartial
compareTo, equals, get, getField, getFields, getFieldType, getFieldTypes, getValues, hashCode, indexOf, isAfter, isBefore, isEqual, isSupported, toDateTime, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.joda.time.ReadablePartial
getChronology, getValue, size, toString
 



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