class GJCacheKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Instant |
cutoverInstant |
private int |
minDaysInFirstWeek |
private DateTimeZone |
zone |
| Constructor and Description |
|---|
GJCacheKey(DateTimeZone zone,
Instant cutoverInstant,
int minDaysInFirstWeek) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
private final DateTimeZone zone
private final Instant cutoverInstant
private final int minDaysInFirstWeek
GJCacheKey(DateTimeZone zone, Instant cutoverInstant, int minDaysInFirstWeek)