equal
deleted
inserted
replaced
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 |