This date operates using the Minguo calendar.
This calendar system is primarily used in the Republic of China, often known as Taiwan.
Dates are aligned such that 0001-01-01 (Minguo)
is 1912-01-01 (ISO)
.
This is a value-based
class; programmers should treat instances that are
equal as interchangeable and should not
use instances for synchronization, or unpredictable behavior may
occur. For example, in a future release, synchronization may fail.
The equals
method should be used for comparisons.
Implementation Specification
This class is immutable and thread-safe.
Modifier and Type | Field and Description |
---|---|
private final transient LocalDate | isoDate
The underlying date. |
private static final long | serialVersionUID
Hides java. |
Access | Constructor and Description |
---|---|
pack-priv | MinguoDate(LocalDate
the standard local date, validated not null isoDate)Creates an instance from an ISO date. |
Modifier and Type | Method and Description |
---|---|
public final ChronoLocalDateTime | atTime(LocalTime
the local time to use, not null localTime)Overrides default java. Combines this date with a time to create a |
public boolean | Returns: true if this is equal to the other datethe object to check, null returns false obj)Overrides java. Implements java. Compares this date to another date, including the chronology. |
public static MinguoDate | Returns: the date in Minguo calendar system, not nullthe temporal object to convert, not null temporal)Hides java. Obtains a |
public MinguoChronology | Returns: the Minguo chronology, not nullImplements java. Gets the chronology of this date, which is the Minguo calendar system. |
public MinguoEra | Returns: the era applicable at this date, not nullOverrides default java. Gets the era applicable at this date. |
public long | getLong(TemporalField
the field to get, not null field)Implements java. Gets the value of the specified field as a |
private long | |
private int | |
public int | Returns: a suitable hash code based only on the Chronology and the dateOverrides java. Implements java. A hash code for this date. |
public int | Returns: the length of the month in daysImplements java. Returns the length of the month represented by this date. |
public MinguoDate | minus(TemporalAmount
the amount to subtract, not null amount)Overrides java. Overrides default java. Returns an object of the same type as this object with an amount subtracted. |
public MinguoDate | minus(long
the amount of the specified unit to subtract, may be negative amountToSubtract, TemporalUnit the unit of the amount to subtract, not null unit)Overrides java. Overrides default java. Returns an object of the same type as this object with the specified period subtracted. |
pack-priv MinguoDate | minusDays(long
the days to subtract, may be negative daysToSubtract)Overrides java. Returns a copy of this date with the specified number of days subtracted. |
pack-priv MinguoDate | minusMonths(long
the months to subtract, may be negative monthsToSubtract)Overrides java. Returns a copy of this date with the specified number of months subtracted. |
pack-priv MinguoDate | minusWeeks(long
the weeks to subtract, may be negative weeksToSubtract)Overrides java. Returns a copy of this date with the specified number of weeks subtracted. |
pack-priv MinguoDate | minusYears(long
the years to subtract, may be negative yearsToSubtract)Overrides java. Returns a copy of this date with the specified number of years subtracted. |
public static MinguoDate | Returns: the current date using the system clock and default time-zone, not nullObtains the current |
public static MinguoDate | |
public static MinguoDate | |
public static MinguoDate | Returns: the date in Minguo calendar system, not nullthe Minguo proleptic-year prolepticYear, int the Minguo month-of-year, from 1 to 12 month, int the Minguo day-of-month, from 1 to 31 dayOfMonth)Obtains a |
public MinguoDate | plus(TemporalAmount
the amount to add, not null amount)Overrides java. Overrides default java. Returns an object of the same type as this object with an amount added. |
public MinguoDate | plus(long
the amount of the specified unit to add, may be negative amountToAdd, TemporalUnit the unit of the amount to add, not null unit)Overrides java. Overrides default java. Implements java. Returns an object of the same type as this object with the specified period added. |
pack-priv MinguoDate | plusDays(long
the days to add, may be negative days)Implements abstract java. Returns a copy of this date with the specified number of days added. |
pack-priv MinguoDate | plusMonths(long
the months to add, may be negative months)Implements abstract java. Returns a copy of this date with the specified number of months added. |
pack-priv MinguoDate | plusWeeks(long
the weeks to add, may be negative weeksToAdd)Overrides java. Returns a copy of this date with the specified number of weeks added. |
pack-priv MinguoDate | plusYears(long
the years to add, may be negative years)Implements abstract java. Returns a copy of this date with the specified number of years added. |
public ValueRange | range(TemporalField
the field to query the range for, not null field)Overrides default java. Gets the range of valid values for the specified field. |
pack-priv static MinguoDate | |
private void | |
public long | toEpochDay()
Overrides default java. Converts this date to the Epoch Day. |
public ChronoPeriod | until(ChronoLocalDate
the end date, exclusive, which may be in any chronology, not null endDate)Implements java. Calculates the period between this date and another date as a |
public MinguoDate | with(TemporalField
the field to set in the result, not null field, long the new value of the field in the result newValue)Overrides java. Overrides default java. Implements java. Returns an object of the same type as this object with the specified field altered. |
public MinguoDate | with(TemporalAdjuster
the adjuster to use, not null adjuster)Overrides java. Overrides default java. Returns an adjusted object of the same type as this object with the adjustment made. |
private MinguoDate | |
pack-priv void | |
private Object | Returns: the instance ofSer , not nullWrites the object using a dedicated serialized form. |
isoDate | back to summary |
---|---|
private final transient LocalDate isoDate The underlying date. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. Serialization version. |
MinguoDate | back to summary |
---|---|
pack-priv MinguoDate(LocalDate isoDate) Creates an instance from an ISO date.
|
atTime | back to summary |
---|---|
public final ChronoLocalDateTime Overrides default java. Doc from java. Combines this date with a time to create a
This returns a
|
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Implements java. Compares this date to another date, including the chronology.
Compares this
Only objects of type |
from | back to summary |
---|---|
public static MinguoDate from(TemporalAccessor temporal) Hides java. Obtains a
This obtains a date in the Minguo calendar system based on the specified temporal.
A
The conversion typically uses the
This method matches the signature of the functional interface
|
getChronology | back to summary |
---|---|
public MinguoChronology getChronology() Implements java. Gets the chronology of this date, which is the Minguo calendar system.
The
|
getEra | back to summary |
---|---|
public MinguoEra getEra() Overrides default java. Gets the era applicable at this date.
The Minguo calendar system has two eras, 'ROC' and 'BEFORE_ROC',
defined by |
getLong | back to summary |
---|---|
public long getLong(TemporalField field) Implements java. Doc from java. Gets the value of the specified field as a This queries the date-time for the value of the specified field. The returned value may be outside the valid range of values for the field. If the date-time cannot return the value, because the field is unsupported or for some other reason, an exception will be thrown.
|
getProlepticMonth | back to summary |
---|---|
private long getProlepticMonth() |
getProlepticYear | back to summary |
---|---|
private int getProlepticYear() |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Implements java. A hash code for this date.
|
lengthOfMonth | back to summary |
---|---|
public int lengthOfMonth() Implements java. Returns the length of the month represented by this date. This returns the length of the month in days. Month lengths match those of the ISO calendar system.
|
minus | back to summary |
---|---|
public MinguoDate minus(TemporalAmount amount) Overrides java. Overrides default java. Doc from java. Returns an object of the same type as this object with an amount subtracted.
This adjusts this temporal, subtracting according to the rules of the specified amount.
The amount is typically a Some example code indicating how and why this method is used: date = date.minus(period); // subtract a Period instance date = date.minus(duration); // subtract a Duration instance date = date.minus(workingDays(6)); // example user-written workingDays method
Note that calling
|
minus | back to summary |
---|---|
public MinguoDate minus(long amountToSubtract, TemporalUnit unit) Overrides java. Overrides default java. Doc from java. Returns an object of the same type as this object with the specified period subtracted.
This method returns a new object based on this one with the specified period subtracted.
For example, on a In some cases, changing a field is not fully defined. For example, if the target object is a date representing the 31st March, then subtracting one month would be unclear. In cases like this, the field is responsible for resolving the result. Typically it will choose the previous valid date, which would be the last valid day of February in this example.
|
minusDays | back to summary |
---|---|
pack-priv MinguoDate minusDays(long daysToSubtract) Overrides java. Doc from java. Returns a copy of this date with the specified number of days subtracted. This subtracts the specified period in days to the date.
The default implementation uses This instance is immutable and unaffected by this method call.
|
minusMonths | back to summary |
---|---|
pack-priv MinguoDate minusMonths(long monthsToSubtract) Overrides java. Doc from java. Returns a copy of this date with the specified number of months subtracted. This subtracts the specified period in months to the date. In some cases, subtracting months can cause the resulting date to become invalid. If this occurs, then other fields, typically the day-of-month, will be adjusted to ensure that the result is valid. Typically this will select the last valid day of the month.
The default implementation uses This instance is immutable and unaffected by this method call.
|
minusWeeks | back to summary |
---|---|
pack-priv MinguoDate minusWeeks(long weeksToSubtract) Overrides java. Doc from java. Returns a copy of this date with the specified number of weeks subtracted. This subtracts the specified period in weeks to the date. In some cases, subtracting weeks can cause the resulting date to become invalid. If this occurs, then other fields will be adjusted to ensure that the result is valid.
The default implementation uses This instance is immutable and unaffected by this method call.
|
minusYears | back to summary |
---|---|
pack-priv MinguoDate minusYears(long yearsToSubtract) Overrides java. Doc from java. Returns a copy of this date with the specified number of years subtracted. This subtracts the specified period in years to the date. In some cases, subtracting years can cause the resulting date to become invalid. If this occurs, then other fields, typically the day-of-month, will be adjusted to ensure that the result is valid. Typically this will select the last valid day of the month.
The default implementation uses This instance is immutable and unaffected by this method call.
|
now | back to summary |
---|---|
public static MinguoDate now() Obtains the current
This will query the Using this method will prevent the ability to use an alternate clock for testing because the clock is hard-coded.
|
now | back to summary |
---|---|
public static MinguoDate now(ZoneId zone) Obtains the current
This will query the Using this method will prevent the ability to use an alternate clock for testing because the clock is hard-coded.
|
now | back to summary |
---|---|
public static MinguoDate now(Clock clock) Obtains the current This will query the specified clock to obtain the current date - today. Using this method allows the use of an alternate clock for testing. The alternate clock may be introduced using dependency injection.
|
of | back to summary |
---|---|
public static MinguoDate of(int prolepticYear, int month, int dayOfMonth) Obtains a
This returns a
|
plus | back to summary |
---|---|
public MinguoDate plus(TemporalAmount amount) Overrides java. Overrides default java. Doc from java. Returns an object of the same type as this object with an amount added.
This adjusts this temporal, adding according to the rules of the specified amount.
The amount is typically a Some example code indicating how and why this method is used: date = date.plus(period); // add a Period instance date = date.plus(duration); // add a Duration instance date = date.plus(workingDays(6)); // example user-written workingDays method
Note that calling
|
plus | back to summary |
---|---|
public MinguoDate plus(long amountToAdd, TemporalUnit unit) Overrides java. Overrides default java. Implements java. Doc from java. Returns an object of the same type as this object with the specified period added.
This method returns a new object based on this one with the specified period added.
For example, on a In some cases, changing a field is not fully defined. For example, if the target object is a date representing the 31st January, then adding one month would be unclear. In cases like this, the field is responsible for resolving the result. Typically it will choose the previous valid date, which would be the last valid day of February in this example.
|
plusDays | back to summary |
---|---|
pack-priv MinguoDate plusDays(long days) Implements abstract java. Doc from java. Returns a copy of this date with the specified number of days added. This adds the specified period in days to the date. This instance is immutable and unaffected by this method call.
|
plusMonths | back to summary |
---|---|
pack-priv MinguoDate plusMonths(long months) Implements abstract java. Doc from java. Returns a copy of this date with the specified number of months added. This adds the specified period in months to the date. In some cases, adding months can cause the resulting date to become invalid. If this occurs, then other fields, typically the day-of-month, will be adjusted to ensure that the result is valid. Typically this will select the last valid day of the month. This instance is immutable and unaffected by this method call.
|
plusWeeks | back to summary |
---|---|
pack-priv MinguoDate plusWeeks(long weeksToAdd) Overrides java. Doc from java. Returns a copy of this date with the specified number of weeks added. This adds the specified period in weeks to the date. In some cases, adding weeks can cause the resulting date to become invalid. If this occurs, then other fields will be adjusted to ensure that the result is valid.
The default implementation uses This instance is immutable and unaffected by this method call.
|
plusYears | back to summary |
---|---|
pack-priv MinguoDate plusYears(long years) Implements abstract java. Doc from java. Returns a copy of this date with the specified number of years added. This adds the specified period in years to the date. In some cases, adding years can cause the resulting date to become invalid. If this occurs, then other fields, typically the day-of-month, will be adjusted to ensure that the result is valid. Typically this will select the last valid day of the month. This instance is immutable and unaffected by this method call.
|
range | back to summary |
---|---|
public ValueRange range(TemporalField field) Overrides default java. Doc from java. Gets the range of valid values for the specified field.
All fields can be expressed as a Note that the result only describes the minimum and maximum valid values and it is important not to read too much into them. For example, there could be values within the range that are invalid for the field.
|
readExternal | back to summary |
---|---|
pack-priv static MinguoDate readExternal(DataInput in) throws IOException |
readObject | back to summary |
---|---|
private void readObject(ObjectInputStream s) throws InvalidObjectException Defend against malicious streams.
|
toEpochDay | back to summary |
---|---|
public long toEpochDay() Overrides default java. Doc from java. Converts this date to the Epoch Day.
The
This default implementation queries the
|
until | back to summary |
---|---|
public ChronoPeriod until(ChronoLocalDate endDate) Implements java. Doc from java. Calculates the period between this date and another date as a
This calculates the period between two dates. All supplied chronologies
calculate the period using years, months and days, however the
The start and end points are The calculation is performed using the chronology of this date. If necessary, the input date will be converted to match. This instance is immutable and unaffected by this method call.
|
with | back to summary |
---|---|
public MinguoDate with(TemporalField field, long newValue) Overrides java. Overrides default java. Implements java. Doc from java. Returns an object of the same type as this object with the specified field altered.
This returns a new object based on this one with the value for the specified field changed.
For example, on a In some cases, changing a field is not fully defined. For example, if the target object is a date representing the 31st January, then changing the month to February would be unclear. In cases like this, the field is responsible for resolving the result. Typically it will choose the previous valid date, which would be the last valid day of February in this example.
|
with | back to summary |
---|---|
public MinguoDate with(TemporalAdjuster adjuster) Overrides java. Overrides default java. Doc from java. Returns an adjusted object of the same type as this object with the adjustment made.
This adjusts this date-time according to the rules of the specified adjuster.
A simple adjuster might simply set the one of the fields, such as the year field.
A more complex adjuster might set the date to the last day of the month.
A selection of common adjustments is provided in
Some example code indicating how and why this method is used: date = date.with(Month.JULY); // most key classes implement TemporalAdjuster date = date.with(lastDayOfMonth()); // static import from Adjusters date = date.with(next(WEDNESDAY)); // static import from Adjusters and DayOfWeek
|
with | back to summary |
---|---|
private MinguoDate with(LocalDate newDate) |
writeExternal | back to summary |
---|---|
pack-priv void writeExternal(DataOutput out) throws IOException |
writeReplace | back to summary |
---|---|
private Object writeReplace() Writes the object using a dedicated serialized form. |