jdk/src/share/classes/java/time/chrono/IsoEra.java
changeset 20873 e91d5b1cb8e6
parent 17474 8c100beabcc0
equal deleted inserted replaced
20872:8e486b70dff8 20873:e91d5b1cb8e6
    67  * An era in the ISO calendar system.
    67  * An era in the ISO calendar system.
    68  * <p>
    68  * <p>
    69  * The ISO-8601 standard does not define eras.
    69  * The ISO-8601 standard does not define eras.
    70  * A definition has therefore been created with two eras - 'Current era' (CE) for
    70  * A definition has therefore been created with two eras - 'Current era' (CE) for
    71  * years on or after 0001-01-01 (ISO), and 'Before current era' (BCE) for years before that.
    71  * years on or after 0001-01-01 (ISO), and 'Before current era' (BCE) for years before that.
    72  * <p>
    72  *
    73  * <table summary="ISO years and eras" cellpadding="2" cellspacing="3" border="0" >
    73  * <table summary="ISO years and eras" cellpadding="2" cellspacing="3" border="0" >
    74  * <thead>
    74  * <thead>
    75  * <tr class="tableSubHeadingColor">
    75  * <tr class="tableSubHeadingColor">
    76  * <th class="colFirst" align="left">year-of-era</th>
    76  * <th class="colFirst" align="left">year-of-era</th>
    77  * <th class="colFirst" align="left">era</th>
    77  * <th class="colFirst" align="left">era</th>