Package org.joda.time.base
Class BaseLocal
- java.lang.Object
-
- org.joda.time.base.AbstractPartial
-
- org.joda.time.base.BaseLocal
-
- All Implemented Interfaces:
java.lang.Comparable<ReadablePartial>
,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
-
-
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, 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
-
-