Searched defs:Chronology (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/chrono/
H A DChronology.java96 * for use by any {@code Chronology} implementation:
104 * {@code Chronology} instances, both can be queried using the same constant on {@code ChronoField}.
109 * While a {@code Chronology} object typically uses {@code ChronoField} and is based on
111 * A {@code Chronology} instance may represent a totally different kind of calendar system,
114 * In practical terms, the {@code Chronology} instance also acts as a factory.
118 * The {@code Chronology} instance provides a set of methods to create {@code ChronoLocalDate} instances.
134 * {@code Chronology}, {@code ChronoLocalDate} and {@code Era}.
137 * The {@code Chronology} implementation acts as a factory.
141 * name 'java.time.chrono.Chronology' listing the implementation classes.
158 public interface Chronology extend interface in inherits:Comparable
[all...]

Completed in 189 milliseconds