jdk/src/share/classes/java/time/chrono/HijrahEra.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19841 15c8e97d6a14
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    79  * proleptic years greater than zero.
    79  * proleptic years greater than zero.
    80  * <p>
    80  * <p>
    81  * <b>Do not use {@code ordinal()} to obtain the numeric representation of {@code HijrahEra}.
    81  * <b>Do not use {@code ordinal()} to obtain the numeric representation of {@code HijrahEra}.
    82  * Use {@code getValue()} instead.</b>
    82  * Use {@code getValue()} instead.</b>
    83  *
    83  *
    84  * <h3>Specification for implementors</h3>
    84  * @implSpec
    85  * This is an immutable and thread-safe enum.
    85  * This is an immutable and thread-safe enum.
    86  *
    86  *
    87  * @since 1.8
    87  * @since 1.8
    88  */
    88  */
    89 public enum HijrahEra implements Era {
    89 public enum HijrahEra implements Era {