Package javax.time.calendar
Class Chronology.Rule
- java.lang.Object
-
- javax.time.calendar.CalendricalRule<Chronology>
-
- javax.time.calendar.Chronology.Rule
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<CalendricalRule<?>>
,java.util.Comparator<Calendrical>
- Enclosing class:
- Chronology
static final class Chronology.Rule extends CalendricalRule<Chronology> implements java.io.Serializable
Rule implementation.
-
-
Field Summary
Fields Modifier and Type Field Description private static CalendricalRule<Chronology>
INSTANCE
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
Rule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.Object
readResolve()
-
Methods inherited from class javax.time.calendar.CalendricalRule
compare, compareTo, derive, deriveValueFor, deriveValueFrom, equals, getChronology, getID, getName, getPeriodRange, getPeriodUnit, getReifiedType, getValue, getValueChecked, hashCode, interpret, interpretValue, merge, reify, toString
-
-
-
-
Field Detail
-
INSTANCE
private static final CalendricalRule<Chronology> INSTANCE
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-