public final class NewYearStrategy extends Object
Determines the begin of a given historic year.
NewYearRule.until(int)| Modifier and Type | Method and Description |
|---|---|
NewYearStrategy |
and(NewYearStrategy next)
Combines this and given strategy to a new strategy.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString()
For debugging purposes.
|
public NewYearStrategy and(NewYearStrategy next)
Combines this and given strategy to a new strategy.
next - strategy which chronologically follows after this strategyIllegalArgumentException - in case of multiple overlapping rulesCopyright © 2014–2017. All rights reserved.