class org.joda.time.chrono.GJCacheKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.joda.time.chrono.GJCacheKey
  super_class: java.lang.Object
{
  private final org.joda.time.DateTimeZone zone;
    descriptor: Lorg/joda/time/DateTimeZone;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.joda.time.Instant cutoverInstant;
    descriptor: Lorg/joda/time/Instant;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int minDaysInFirstWeek;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.joda.time.DateTimeZone, org.joda.time.Instant, int);
    descriptor: (Lorg/joda/time/DateTimeZone;Lorg/joda/time/Instant;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.joda.time.chrono.GJCacheKey this
        start local 1 // org.joda.time.DateTimeZone zone
        start local 2 // org.joda.time.Instant cutoverInstant
        start local 3 // int minDaysInFirstWeek
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* zone */
            putfield org.joda.time.chrono.GJCacheKey.zone:Lorg/joda/time/DateTimeZone;
         2: .line 31
            aload 0 /* this */
            aload 2 /* cutoverInstant */
            putfield org.joda.time.chrono.GJCacheKey.cutoverInstant:Lorg/joda/time/Instant;
         3: .line 32
            aload 0 /* this */
            iload 3 /* minDaysInFirstWeek */
            putfield org.joda.time.chrono.GJCacheKey.minDaysInFirstWeek:I
         4: .line 33
            return
        end local 3 // int minDaysInFirstWeek
        end local 2 // org.joda.time.Instant cutoverInstant
        end local 1 // org.joda.time.DateTimeZone zone
        end local 0 // org.joda.time.chrono.GJCacheKey this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lorg/joda/time/chrono/GJCacheKey;
            0    5     1                zone  Lorg/joda/time/DateTimeZone;
            0    5     2      cutoverInstant  Lorg/joda/time/Instant;
            0    5     3  minDaysInFirstWeek  I
    MethodParameters:
                    Name  Flags
      zone                
      cutoverInstant      
      minDaysInFirstWeek  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.joda.time.chrono.GJCacheKey this
         0: .line 38
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 39
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.joda.time.chrono.GJCacheKey.cutoverInstant:Lorg/joda/time/Instant;
            ifnonnull 2
            iconst_0
            goto 3
      StackMap locals: org.joda.time.chrono.GJCacheKey int
      StackMap stack: int
         2: aload 0 /* this */
            getfield org.joda.time.chrono.GJCacheKey.cutoverInstant:Lorg/joda/time/Instant;
            invokevirtual org.joda.time.Instant.hashCode:()I
      StackMap locals: org.joda.time.chrono.GJCacheKey int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 40
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.joda.time.chrono.GJCacheKey.minDaysInFirstWeek:I
            iadd
            istore 1 /* result */
         5: .line 41
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.joda.time.chrono.GJCacheKey.zone:Lorg/joda/time/DateTimeZone;
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack: int
         6: aload 0 /* this */
            getfield org.joda.time.chrono.GJCacheKey.zone:Lorg/joda/time/DateTimeZone;
            invokevirtual org.joda.time.DateTimeZone.hashCode:()I
      StackMap locals: org.joda.time.chrono.GJCacheKey int
      StackMap stack: int int
         7: iadd
            istore 1 /* result */
         8: .line 42
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.joda.time.chrono.GJCacheKey this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/joda/time/chrono/GJCacheKey;
            1    9     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.joda.time.chrono.GJCacheKey this
        start local 1 // java.lang.Object obj
         0: .line 47
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 48
            iconst_1
            ireturn
         2: .line 50
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 51
            iconst_0
            ireturn
         4: .line 53
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.joda.time.chrono.GJCacheKey
            ifne 6
         5: .line 54
            iconst_0
            ireturn
         6: .line 56
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.joda.time.chrono.GJCacheKey
            astore 2 /* other */
        start local 2 // org.joda.time.chrono.GJCacheKey other
         7: .line 57
            aload 0 /* this */
            getfield org.joda.time.chrono.GJCacheKey.cutoverInstant:Lorg/joda/time/Instant;
            ifnonnull 10
         8: .line 58
            aload 2 /* other */
            getfield org.joda.time.chrono.GJCacheKey.cutoverInstant:Lorg/joda/time/Instant;
            ifnull 12
         9: .line 59
            iconst_0
            ireturn
        10: .line 61
      StackMap locals: org.joda.time.chrono.GJCacheKey
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.chrono.GJCacheKey.cutoverInstant:Lorg/joda/time/Instant;
            aload 2 /* other */
            getfield org.joda.time.chrono.GJCacheKey.cutoverInstant:Lorg/joda/time/Instant;
            invokevirtual org.joda.time.Instant.equals:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 62
            iconst_0
            ireturn
        12: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.chrono.GJCacheKey.minDaysInFirstWeek:I
            aload 2 /* other */
            getfield org.joda.time.chrono.GJCacheKey.minDaysInFirstWeek:I
            if_icmpeq 14
        13: .line 65
            iconst_0
            ireturn
        14: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.chrono.GJCacheKey.zone:Lorg/joda/time/DateTimeZone;
            ifnonnull 17
        15: .line 68
            aload 2 /* other */
            getfield org.joda.time.chrono.GJCacheKey.zone:Lorg/joda/time/DateTimeZone;
            ifnull 19
        16: .line 69
            iconst_0
            ireturn
        17: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joda.time.chrono.GJCacheKey.zone:Lorg/joda/time/DateTimeZone;
            aload 2 /* other */
            getfield org.joda.time.chrono.GJCacheKey.zone:Lorg/joda/time/DateTimeZone;
            invokevirtual org.joda.time.DateTimeZone.equals:(Ljava/lang/Object;)Z
            ifne 19
        18: .line 72
            iconst_0
            ireturn
        19: .line 74
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.joda.time.chrono.GJCacheKey other
        end local 1 // java.lang.Object obj
        end local 0 // org.joda.time.chrono.GJCacheKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lorg/joda/time/chrono/GJCacheKey;
            0   20     1    obj  Ljava/lang/Object;
            7   20     2  other  Lorg/joda/time/chrono/GJCacheKey;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "GJCacheKey.java"