Package org.joda.time.base
Class BaseLocal
java.lang.Object
org.joda.time.base.AbstractPartial
org.joda.time.base.BaseLocal
- All Implemented Interfaces:
Comparable<ReadablePartial>,ReadablePartial
- Direct Known Subclasses:
LocalDate,LocalDateTime,LocalTime
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
-
Method Summary
Methods inherited from class org.joda.time.base.AbstractPartial
compareTo, equals, get, getField, getFields, getFieldType, getFieldTypes, getValues, hashCode, indexOf, isAfter, isBefore, isEqual, isSupported, toDateTime, toStringMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.joda.time.ReadablePartial
getChronology, getValue, size, toString