org.threeten.bp.chrono
Class AbstractChronology

java.lang.Object
  extended by org.threeten.bp.chrono.Chronology
      extended by 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.


Field Summary
 
Fields inherited from class org.threeten.bp.chrono.Chronology
FROM
 
Constructor Summary
AbstractChronology()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractChronology

public AbstractChronology()


Copyright © 2007–2014 ThreeTen.org. All rights reserved.