Class AbstractChronology

java.lang.Object
org.threeten.bp.chrono.Chronology
org.threeten.bp.chrono.AbstractChronology
All Implemented Interfaces:
Comparable<Chronology>

public abstract class AbstractChronology extends 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 Details

    • AbstractChronology

      public AbstractChronology()