Class 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 Detail

      • AbstractChronology

        public AbstractChronology()