jdk/src/share/classes/java/time/chrono/HijrahDate.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19030 32f129cb6351
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
   100  * The same chronology is propagated to each HijrahDate computed from the date.
   100  * The same chronology is propagated to each HijrahDate computed from the date.
   101  * To use a different Hijrah variant, its HijrahChronology can be used
   101  * To use a different Hijrah variant, its HijrahChronology can be used
   102  * to create new HijrahDate instances.
   102  * to create new HijrahDate instances.
   103  * Alternatively, the {@link #withVariant} method can be used to convert
   103  * Alternatively, the {@link #withVariant} method can be used to convert
   104  * to a new HijrahChronology.
   104  * to a new HijrahChronology.
   105  * <h3>Specification for implementors</h3>
   105  * @implSpec
   106  * This class is immutable and thread-safe.
   106  * This class is immutable and thread-safe.
   107  *
   107  *
   108  * @since 1.8
   108  * @since 1.8
   109  */
   109  */
   110 public final class HijrahDate
   110 public final class HijrahDate