jdk/src/share/classes/java/time/chrono/ThaiBuddhistDate.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19030 32f129cb6351
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    87  * <p>
    87  * <p>
    88  * This date operates using the {@linkplain ThaiBuddhistChronology Thai Buddhist calendar}.
    88  * This date operates using the {@linkplain ThaiBuddhistChronology Thai Buddhist calendar}.
    89  * This calendar system is primarily used in Thailand.
    89  * This calendar system is primarily used in Thailand.
    90  * Dates are aligned such that {@code 2484-01-01 (Buddhist)} is {@code 1941-01-01 (ISO)}.
    90  * Dates are aligned such that {@code 2484-01-01 (Buddhist)} is {@code 1941-01-01 (ISO)}.
    91  *
    91  *
    92  * <h3>Specification for implementors</h3>
    92  * @implSpec
    93  * This class is immutable and thread-safe.
    93  * This class is immutable and thread-safe.
    94  *
    94  *
    95  * @since 1.8
    95  * @since 1.8
    96  */
    96  */
    97 public final class ThaiBuddhistDate
    97 public final class ThaiBuddhistDate