org.joda.time.base
Class BaseLocal
java.lang.Object
org.joda.time.base.AbstractPartial
org.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 |
Copyright © 2002-2008 Joda.org. All Rights Reserved.