Package org.joda.time.chrono
Class GJCacheKey
- java.lang.Object
-
- org.joda.time.chrono.GJCacheKey
-
class GJCacheKey extends java.lang.Object
For internal usage in GJChronology only.
-
-
Field Summary
Fields Modifier and Type Field Description private Instant
cutoverInstant
private int
minDaysInFirstWeek
private DateTimeZone
zone
-
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 boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
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)
-
-