Top Description Fields Constructors Methods
java.time.chrono

public final Class MinguoDate

extends ChronoLocalDateImpl<MinguoDate>
implements ChronoLocalDate, Serializable
Class Inheritance
All Implemented Interfaces
java.io.Serializable, java.time.chrono.ChronoLocalDate, java.lang.Comparable, java.time.temporal.TemporalAdjuster, java.time.temporal.Temporal, java.time.temporal.TemporalAccessor
Annotations
@ValueBased
Static Imports
java.time.chrono.MinguoChronology.YEARS_DIFFERENCE, java.time.temporal.ChronoField.DAY_OF_MONTH, .ChronoField.MONTH_OF_YEAR, .ChronoField.YEAR

A date in the Minguo calendar system.

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.

Since
1.8

Field Summary

Modifier and TypeField and Description
private final transient LocalDate
isoDate

The underlying date.

private static final long

Constructor Summary

AccessConstructor and Description
pack-priv
MinguoDate(LocalDate
the standard local date, validated not null
isoDate
)

Creates an instance from an ISO date.

Method Summary

Modifier and TypeMethod and Description
public final ChronoLocalDateTime<MinguoDate>
atTime(LocalTime
the local time to use, not null
localTime
)

Overrides default java.time.chrono.ChronoLocalDate.atTime.

Combines this date with a time to create a ChronoLocalDateTime.

public boolean

Returns:

true if this is equal to the other date
equals
(Object
the object to check, null returns false
obj
)

Overrides java.time.chrono.ChronoLocalDateImpl.equals.

Implements java.time.chrono.ChronoLocalDate.equals.

Compares this date to another date, including the chronology.

public static MinguoDate

Returns:

the date in Minguo calendar system, not null
from
(TemporalAccessor
the temporal object to convert, not null
temporal
)

Hides java.time.chrono.ChronoLocalDate.from.

Obtains a MinguoDate from a temporal object.

public MinguoChronology

Returns:

the Minguo chronology, not null
getChronology
()

Implements java.time.chrono.ChronoLocalDate.getChronology.

Gets the chronology of this date, which is the Minguo calendar system.

public MinguoEra

Returns:

the era applicable at this date, not null
getEra
()

Overrides default java.time.chrono.ChronoLocalDate.getEra.

Gets the era applicable at this date.

public long
getLong(TemporalField
the field to get, not null
field
)

Implements java.time.temporal.TemporalAccessor.getLong.

Gets the value of the specified field as a long.

private long
private int
public int

Returns:

a suitable hash code based only on the Chronology and the date
hashCode
()

Overrides java.time.chrono.ChronoLocalDateImpl.hashCode.

Implements java.time.chrono.ChronoLocalDate.hashCode.

A hash code for this date.

public int

Returns:

the length of the month in days
lengthOfMonth
()

Implements java.time.chrono.ChronoLocalDate.lengthOfMonth.

Returns the length of the month represented by this date.

public MinguoDate
minus(TemporalAmount
the amount to subtract, not null
amount
)

Overrides java.time.chrono.ChronoLocalDateImpl.minus.

Overrides default java.time.chrono.ChronoLocalDate.minus, java.time.temporal.Temporal.minus.

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.time.chrono.ChronoLocalDateImpl.minus.

Overrides default java.time.chrono.ChronoLocalDate.minus, java.time.temporal.Temporal.minus.

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.time.chrono.ChronoLocalDateImpl.minusDays.

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.time.chrono.ChronoLocalDateImpl.minusMonths.

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.time.chrono.ChronoLocalDateImpl.minusWeeks.

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.time.chrono.ChronoLocalDateImpl.minusYears.

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 null
now
()

Obtains the current MinguoDate from the system clock in the default time-zone.

public static MinguoDate

Returns:

the current date using the system clock, not null
now
(ZoneId
the zone ID to use, not null
zone
)

Obtains the current MinguoDate from the system clock in the specified time-zone.

public static MinguoDate

Returns:

the current date, not null
now
(Clock
the clock to use, not null
clock
)

Obtains the current MinguoDate from the specified clock.

public static MinguoDate

Returns:

the date in Minguo calendar system, not null
of
(int
the 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 MinguoDate representing a date in the Minguo calendar system from the proleptic-year, month-of-year and day-of-month fields.

public MinguoDate
plus(TemporalAmount
the amount to add, not null
amount
)

Overrides java.time.chrono.ChronoLocalDateImpl.plus.

Overrides default java.time.chrono.ChronoLocalDate.plus, java.time.temporal.Temporal.plus.

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.time.chrono.ChronoLocalDateImpl.plus.

Overrides default java.time.chrono.ChronoLocalDate.plus.

Implements java.time.temporal.Temporal.plus.

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.time.chrono.ChronoLocalDateImpl.plusDays.

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.time.chrono.ChronoLocalDateImpl.plusMonths.

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.time.chrono.ChronoLocalDateImpl.plusWeeks.

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.time.chrono.ChronoLocalDateImpl.plusYears.

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.time.temporal.TemporalAccessor.range.

Gets the range of valid values for the specified field.

pack-priv static MinguoDate
private void
readObject(ObjectInputStream
the stream to read
s
)

Defend against malicious streams.

public long
toEpochDay()

Overrides default java.time.chrono.ChronoLocalDate.toEpochDay.

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.time.chrono.ChronoLocalDate.until.

Calculates the period between this date and another date as a ChronoPeriod.

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.time.chrono.ChronoLocalDateImpl.with.

Overrides default java.time.chrono.ChronoLocalDate.with.

Implements java.time.temporal.Temporal.with.

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.time.chrono.ChronoLocalDateImpl.with.

Overrides default java.time.chrono.ChronoLocalDate.with, java.time.temporal.Temporal.with.

Returns an adjusted object of the same type as this object with the adjustment made.

private MinguoDate
with(LocalDate newDate)

pack-priv void
private Object

Returns:

the instance of Ser, not null
writeReplace
()

Writes the object using a dedicated serialized form.

Inherited from java.time.chrono.ChronoLocalDateImpl:
ensureValidtoStringuntil

Field Detail

isoDateback to summary
private final transient LocalDate isoDate

The underlying date.

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.time.chrono.ChronoLocalDateImpl.serialVersionUID.

Serialization version.

Annotations
@Serial

Constructor Detail

MinguoDateback to summary
pack-priv MinguoDate(LocalDate isoDate)

Creates an instance from an ISO date.

Parameters
isoDate:LocalDate

the standard local date, validated not null

Method Detail

atTimeback to summary
public final ChronoLocalDateTime<MinguoDate> atTime(LocalTime localTime)

Overrides default java.time.chrono.ChronoLocalDate.atTime.

Doc from java.time.chrono.ChronoLocalDate.atTime.

Combines this date with a time to create a ChronoLocalDateTime.

This returns a ChronoLocalDateTime formed from this date at the specified time. All possible combinations of date and time are valid.

Parameters
localTime:LocalTime

the local time to use, not null

Returns:ChronoLocalDateTime<MinguoDate>

the local date-time formed from this date and the specified time, not null

Annotations
@Override
@SuppressWarnings:unchecked
equalsback to summary
public boolean equals(Object obj)

Overrides java.time.chrono.ChronoLocalDateImpl.equals.

Implements java.time.chrono.ChronoLocalDate.equals.

Compares this date to another date, including the chronology.

Compares this MinguoDate with another ensuring that the date is the same.

Only objects of type MinguoDate are compared, other types return false. To compare the dates of two TemporalAccessor instances, including dates in two different chronologies, use ChronoField#EPOCH_DAY as a comparator.

Parameters
obj:Object

the object to check, null returns false

Returns:boolean

true if this is equal to the other date

Annotations
@Override
fromback to summary
public static MinguoDate from(TemporalAccessor temporal)

Hides java.time.chrono.ChronoLocalDate.from.

Obtains a MinguoDate from a temporal object.

This obtains a date in the Minguo calendar system based on the specified temporal. A TemporalAccessor represents an arbitrary set of date and time information, which this factory converts to an instance of MinguoDate.

The conversion typically uses the EPOCH_DAY field, which is standardized across calendar systems.

This method matches the signature of the functional interface TemporalQuery allowing it to be used as a query via method reference, MinguoDate::from.

Parameters
temporal:TemporalAccessor

the temporal object to convert, not null

Returns:MinguoDate

the date in Minguo calendar system, not null

Exceptions
DateTimeException:
if unable to convert to a MinguoDate
getChronologyback to summary
public MinguoChronology getChronology()

Implements java.time.chrono.ChronoLocalDate.getChronology.

Gets the chronology of this date, which is the Minguo calendar system.

The Chronology represents the calendar system in use. The era and other fields in ChronoField are defined by the chronology.

Returns:MinguoChronology

the Minguo chronology, not null

Annotations
@Override
getEraback to summary
public MinguoEra getEra()

Overrides default java.time.chrono.ChronoLocalDate.getEra.

Gets the era applicable at this date.

The Minguo calendar system has two eras, 'ROC' and 'BEFORE_ROC', defined by MinguoEra.

Returns:MinguoEra

the era applicable at this date, not null

Annotations
@Override
getLongback to summary
public long getLong(TemporalField field)

Implements java.time.temporal.TemporalAccessor.getLong.

Doc from java.time.temporal.TemporalAccessor.getLong.

Gets the value of the specified field as a long.

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.

Parameters
field:TemporalField

the field to get, not null

Returns:long

the value for the field

Annotations
@Override
getProlepticMonthback to summary
private long getProlepticMonth()
getProlepticYearback to summary
private int getProlepticYear()
hashCodeback to summary
public int hashCode()

Overrides java.time.chrono.ChronoLocalDateImpl.hashCode.

Implements java.time.chrono.ChronoLocalDate.hashCode.

A hash code for this date.

Returns:int

a suitable hash code based only on the Chronology and the date

Annotations
@Override
lengthOfMonthback to summary
public int lengthOfMonth()

Implements java.time.chrono.ChronoLocalDate.lengthOfMonth.

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.

Returns:int

the length of the month in days

Annotations
@Override
minusback to summary
public MinguoDate minus(TemporalAmount amount)

Overrides java.time.chrono.ChronoLocalDateImpl.minus.

Overrides default java.time.chrono.ChronoLocalDate.minus, java.time.temporal.Temporal.minus.

Doc from java.time.chrono.ChronoLocalDate.minus.

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 java.time.Period but may be any other type implementing the TemporalAmount interface, such as java.time.Duration.

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 plus followed by minus is not guaranteed to return the same date-time.

Parameters
amount:TemporalAmount

Doc from java.time.temporal.Temporal.minus.

the amount to subtract, not null

Returns:MinguoDate

Doc from java.time.temporal.Temporal.minus.

an object of the same type with the specified adjustment made, not null

Annotations
@Override
Exceptions
DateTimeException:
if the subtraction cannot be made
ArithmeticException:
if numeric overflow occurs
minusback to summary
public MinguoDate minus(long amountToSubtract, TemporalUnit unit)

Overrides java.time.chrono.ChronoLocalDateImpl.minus.

Overrides default java.time.chrono.ChronoLocalDate.minus, java.time.temporal.Temporal.minus.

Doc from java.time.chrono.ChronoLocalDate.minus.

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 LocalDate, this could be used to subtract a number of years, months or days. The returned object will have the same observable type as this object.

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.

Parameters
amountToSubtract:long

Doc from java.time.temporal.Temporal.minus.

the amount of the specified unit to subtract, may be negative

unit:TemporalUnit

Doc from java.time.temporal.Temporal.minus.

the unit of the amount to subtract, not null

Returns:MinguoDate

Doc from java.time.temporal.Temporal.minus.

an object of the same type with the specified period subtracted, not null

Annotations
@Override
minusDaysback to summary
pack-priv MinguoDate minusDays(long daysToSubtract)

Overrides java.time.chrono.ChronoLocalDateImpl.minusDays.

Doc from java.time.chrono.ChronoLocalDateImpl.minusDays.

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 plusDays(long).

This instance is immutable and unaffected by this method call.

Parameters
daysToSubtract:long

the days to subtract, may be negative

Returns:MinguoDate

a date based on this one with the days subtracted, not null

Annotations
@Override
minusMonthsback to summary
pack-priv MinguoDate minusMonths(long monthsToSubtract)

Overrides java.time.chrono.ChronoLocalDateImpl.minusMonths.

Doc from java.time.chrono.ChronoLocalDateImpl.minusMonths.

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 plusMonths(long).

This instance is immutable and unaffected by this method call.

Parameters
monthsToSubtract:long

the months to subtract, may be negative

Returns:MinguoDate

a date based on this one with the months subtracted, not null

Annotations
@Override
minusWeeksback to summary
pack-priv MinguoDate minusWeeks(long weeksToSubtract)

Overrides java.time.chrono.ChronoLocalDateImpl.minusWeeks.

Doc from java.time.chrono.ChronoLocalDateImpl.minusWeeks.

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 plusWeeks(long).

This instance is immutable and unaffected by this method call.

Parameters
weeksToSubtract:long

the weeks to subtract, may be negative

Returns:MinguoDate

a date based on this one with the weeks subtracted, not null

Annotations
@Override
minusYearsback to summary
pack-priv MinguoDate minusYears(long yearsToSubtract)

Overrides java.time.chrono.ChronoLocalDateImpl.minusYears.

Doc from java.time.chrono.ChronoLocalDateImpl.minusYears.

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 plusYears(long).

This instance is immutable and unaffected by this method call.

Parameters
yearsToSubtract:long

the years to subtract, may be negative

Returns:MinguoDate

a date based on this one with the years subtracted, not null

Annotations
@Override
nowback to summary
public static MinguoDate now()

Obtains the current MinguoDate from the system clock in the default time-zone.

This will query the system clock in the default time-zone to obtain the current date.

Using this method will prevent the ability to use an alternate clock for testing because the clock is hard-coded.

Returns:MinguoDate

the current date using the system clock and default time-zone, not null

nowback to summary
public static MinguoDate now(ZoneId zone)

Obtains the current MinguoDate from the system clock in the specified time-zone.

This will query the system clock to obtain the current date. Specifying the time-zone avoids dependence on the default time-zone.

Using this method will prevent the ability to use an alternate clock for testing because the clock is hard-coded.

Parameters
zone:ZoneId

the zone ID to use, not null

Returns:MinguoDate

the current date using the system clock, not null

nowback to summary
public static MinguoDate now(Clock clock)

Obtains the current MinguoDate from the specified clock.

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.

Parameters
clock:Clock

the clock to use, not null

Returns:MinguoDate

the current date, not null

Exceptions
DateTimeException:
if the current date cannot be obtained
ofback to summary
public static MinguoDate of(int prolepticYear, int month, int dayOfMonth)

Obtains a MinguoDate representing a date in the Minguo calendar system from the proleptic-year, month-of-year and day-of-month fields.

This returns a MinguoDate with the specified fields. The day must be valid for the year and month, otherwise an exception will be thrown.

Parameters
prolepticYear:int

the Minguo proleptic-year

month:int

the Minguo month-of-year, from 1 to 12

dayOfMonth:int

the Minguo day-of-month, from 1 to 31

Returns:MinguoDate

the date in Minguo calendar system, not null

Exceptions
DateTimeException:
if the value of any field is out of range, or if the day-of-month is invalid for the month-year
plusback to summary
public MinguoDate plus(TemporalAmount amount)

Overrides java.time.chrono.ChronoLocalDateImpl.plus.

Overrides default java.time.chrono.ChronoLocalDate.plus, java.time.temporal.Temporal.plus.

Doc from java.time.chrono.ChronoLocalDate.plus.

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 java.time.Period but may be any other type implementing the TemporalAmount interface, such as java.time.Duration.

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 followed by minus is not guaranteed to return the same date-time.

Parameters
amount:TemporalAmount

Doc from java.time.temporal.Temporal.plus.

the amount to add, not null

Returns:MinguoDate

Doc from java.time.temporal.Temporal.plus.

an object of the same type with the specified adjustment made, not null

Annotations
@Override
Exceptions
DateTimeException:
if the addition cannot be made
ArithmeticException:
if numeric overflow occurs
plusback to summary
public MinguoDate plus(long amountToAdd, TemporalUnit unit)

Overrides java.time.chrono.ChronoLocalDateImpl.plus.

Overrides default java.time.chrono.ChronoLocalDate.plus.

Implements java.time.temporal.Temporal.plus.

Doc from java.time.chrono.ChronoLocalDate.plus.

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 LocalDate, this could be used to add a number of years, months or days. The returned object will have the same observable type as this object.

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.

Parameters
amountToAdd:long

Doc from java.time.temporal.Temporal.plus.

the amount of the specified unit to add, may be negative

unit:TemporalUnit

Doc from java.time.temporal.Temporal.plus.

the unit of the amount to add, not null

Returns:MinguoDate

Doc from java.time.temporal.Temporal.plus.

an object of the same type with the specified period added, not null

Annotations
@Override
plusDaysback to summary
pack-priv MinguoDate plusDays(long days)

Implements abstract java.time.chrono.ChronoLocalDateImpl.plusDays.

Doc from java.time.chrono.ChronoLocalDateImpl.plusDays.

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.

Parameters
days:long

the days to add, may be negative

Returns:MinguoDate

a date based on this one with the days added, not null

Annotations
@Override
plusMonthsback to summary
pack-priv MinguoDate plusMonths(long months)

Implements abstract java.time.chrono.ChronoLocalDateImpl.plusMonths.

Doc from java.time.chrono.ChronoLocalDateImpl.plusMonths.

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.

Parameters
months:long

the months to add, may be negative

Returns:MinguoDate

a date based on this one with the months added, not null

Annotations
@Override
plusWeeksback to summary
pack-priv MinguoDate plusWeeks(long weeksToAdd)

Overrides java.time.chrono.ChronoLocalDateImpl.plusWeeks.

Doc from java.time.chrono.ChronoLocalDateImpl.plusWeeks.

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 plusDays(long) using a 7 day week.

This instance is immutable and unaffected by this method call.

Parameters
weeksToAdd:long

the weeks to add, may be negative

Returns:MinguoDate

a date based on this one with the weeks added, not null

Annotations
@Override
plusYearsback to summary
pack-priv MinguoDate plusYears(long years)

Implements abstract java.time.chrono.ChronoLocalDateImpl.plusYears.

Doc from java.time.chrono.ChronoLocalDateImpl.plusYears.

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.

Parameters
years:long

the years to add, may be negative

Returns:MinguoDate

a date based on this one with the years added, not null

Annotations
@Override
rangeback to summary
public ValueRange range(TemporalField field)

Overrides default java.time.temporal.TemporalAccessor.range.

Doc from java.time.temporal.TemporalAccessor.range.

Gets the range of valid values for the specified field.

All fields can be expressed as a long integer. This method returns an object that describes the valid range for that value. The value of this temporal object is used to enhance the accuracy of the returned range. If the date-time cannot return the range, because the field is unsupported or for some other reason, an exception will be thrown.

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.

Parameters
field:TemporalField

the field to query the range for, not null

Returns:ValueRange

the range of valid values for the field, not null

Annotations
@Override
readExternalback to summary
pack-priv static MinguoDate readExternal(DataInput in) throws IOException
readObjectback to summary
private void readObject(ObjectInputStream s) throws InvalidObjectException

Defend against malicious streams.

Parameters
s:ObjectInputStream

the stream to read

Annotations
@Serial
Exceptions
InvalidObjectException:
always
toEpochDayback to summary
public long toEpochDay()

Overrides default java.time.chrono.ChronoLocalDate.toEpochDay.

Doc from java.time.chrono.ChronoLocalDate.toEpochDay.

Converts this date to the Epoch Day.

The Epoch Day count is a simple incrementing count of days where day 0 is 1970-01-01 (ISO). This definition is the same for all chronologies, enabling conversion.

This default implementation queries the EPOCH_DAY field.

Returns:long

the Epoch Day equivalent to this date

Annotations
@Override
untilback to summary
public ChronoPeriod until(ChronoLocalDate endDate)

Implements java.time.chrono.ChronoLocalDate.until.

Doc from java.time.chrono.ChronoLocalDate.until.

Calculates the period between this date and another date as a ChronoPeriod.

This calculates the period between two dates. All supplied chronologies calculate the period using years, months and days, however the ChronoPeriod API allows the period to be represented using other units.

The start and end points are this and the specified date. The result will be negative if the end is before the start. The negative sign will be the same in each of year, month and day.

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.

Parameters
endDate:ChronoLocalDate

the end date, exclusive, which may be in any chronology, not null

Returns:ChronoPeriod

the period between this date and the end date, not null

Annotations
@Override
withback to summary
public MinguoDate with(TemporalField field, long newValue)

Overrides java.time.chrono.ChronoLocalDateImpl.with.

Overrides default java.time.chrono.ChronoLocalDate.with.

Implements java.time.temporal.Temporal.with.

Doc from java.time.chrono.ChronoLocalDate.with.

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 LocalDate, this could be used to set the year, month or day-of-month. The returned object will have the same observable type as this object.

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.

Parameters
field:TemporalField

Doc from java.time.temporal.Temporal.with.

the field to set in the result, not null

newValue:long

Doc from java.time.temporal.Temporal.with.

the new value of the field in the result

Returns:MinguoDate

Doc from java.time.temporal.Temporal.with.

an object of the same type with the specified field set, not null

Annotations
@Override
withback to summary
public MinguoDate with(TemporalAdjuster adjuster)

Overrides java.time.chrono.ChronoLocalDateImpl.with.

Overrides default java.time.chrono.ChronoLocalDate.with, java.time.temporal.Temporal.with.

Doc from java.time.chrono.ChronoLocalDate.with.

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 TemporalAdjusters. These include finding the "last day of the month" and "next Wednesday". The adjuster is responsible for handling special cases, such as the varying lengths of month and leap years.

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
Parameters
adjuster:TemporalAdjuster

Doc from java.time.temporal.Temporal.with.

the adjuster to use, not null

Returns:MinguoDate

Doc from java.time.temporal.Temporal.with.

an object of the same type with the specified adjustment made, not null

Annotations
@Override
Exceptions
DateTimeException:
if unable to make the adjustment
ArithmeticException:
if numeric overflow occurs
withback to summary
private MinguoDate with(LocalDate newDate)
writeExternalback to summary
pack-priv void writeExternal(DataOutput out) throws IOException
writeReplaceback to summary
private Object writeReplace()

Writes the object using a dedicated serialized form.

Returns:Object

the instance of Ser, not null

Annotations
@Serial
Serial data
 out.writeByte(8);                 // identifies a MinguoDate
 out.writeInt(get(YEAR));
 out.writeByte(get(MONTH_OF_YEAR));
 out.writeByte(get(DAY_OF_MONTH));