Package org.threeten.bp.chrono
Class AbstractChronology
java.lang.Object
org.threeten.bp.chrono.Chronology
org.threeten.bp.chrono.AbstractChronology
- All Implemented Interfaces:
Comparable<Chronology>
An abstract implementation of
Chronology
.
Specification for implementors
This class must be implemented with care to ensure other classes operate correctly. All implementations that can be instantiated must be final, immutable and thread-safe. Subclasses should be Serializable wherever possible.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.threeten.bp.chrono.Chronology
compareTo, date, date, date, dateEpochDay, dateNow, dateNow, dateNow, dateYearDay, dateYearDay, equals, eraOf, eras, from, getAvailableChronologies, getCalendarType, getDisplayName, getId, hashCode, isLeapYear, localDateTime, of, ofLocale, period, prolepticYear, range, resolveDate, toString, zonedDateTime, zonedDateTime
-
Constructor Details
-
AbstractChronology
public AbstractChronology()
-