Package org.joda.time.chrono
Class GJCacheKey
- java.lang.Object
-
- org.joda.time.chrono.GJCacheKey
-
class GJCacheKey extends java.lang.ObjectFor internal usage in GJChronology only.
-
-
Field Summary
Fields Modifier and Type Field Description private InstantcutoverInstantprivate intminDaysInFirstWeekprivate DateTimeZonezone
-
Constructor Summary
Constructors Constructor Description GJCacheKey(DateTimeZone zone, Instant cutoverInstant, int minDaysInFirstWeek)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
zone
private final DateTimeZone zone
-
cutoverInstant
private final Instant cutoverInstant
-
minDaysInFirstWeek
private final int minDaysInFirstWeek
-
-
Constructor Detail
-
GJCacheKey
GJCacheKey(DateTimeZone zone, Instant cutoverInstant, int minDaysInFirstWeek)
-
-