Class GJCacheKey


  • class GJCacheKey
    extends java.lang.Object
    For internal usage in GJChronology only.
    • Field Detail

      • cutoverInstant

        private final Instant cutoverInstant
      • minDaysInFirstWeek

        private final int minDaysInFirstWeek
    • Constructor Detail

      • GJCacheKey

        GJCacheKey​(DateTimeZone zone,
                   Instant cutoverInstant,
                   int minDaysInFirstWeek)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object