Package javax.time.calendar
Class ZonedDateTime.Rule
- java.lang.Object
-
- javax.time.calendar.CalendricalRule<ZonedDateTime>
-
- javax.time.calendar.ZonedDateTime.Rule
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<CalendricalRule<?>>
,java.util.Comparator<Calendrical>
- Enclosing class:
- ZonedDateTime
static final class ZonedDateTime.Rule extends CalendricalRule<ZonedDateTime> implements java.io.Serializable
Rule implementation.
-
-
Field Summary
Fields Modifier and Type Field Description private static CalendricalRule<ZonedDateTime>
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<ZonedDateTime> INSTANCE
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-