class org.apache.commons.lang3.time.FormatCache$MultipartKey
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.lang3.time.FormatCache$MultipartKey
  super_class: java.lang.Object
{
  private final java.lang.Object[] keys;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int hashCode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang3.time.FormatCache$MultipartKey this
        start local 1 // java.lang.Object[] keys
         0: .line 231
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 232
            aload 0 /* this */
            aload 1 /* keys */
            putfield org.apache.commons.lang3.time.FormatCache$MultipartKey.keys:[Ljava/lang/Object;
         2: .line 233
            return
        end local 1 // java.lang.Object[] keys
        end local 0 // org.apache.commons.lang3.time.FormatCache$MultipartKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/lang3/time/FormatCache$MultipartKey;
            0    3     1  keys  [Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      keys  final

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang3.time.FormatCache$MultipartKey this
        start local 1 // java.lang.Object obj
         0: .line 243
            aload 0 /* this */
            getfield org.apache.commons.lang3.time.FormatCache$MultipartKey.keys:[Ljava/lang/Object;
            aload 1 /* obj */
            checkcast org.apache.commons.lang3.time.FormatCache$MultipartKey
            getfield org.apache.commons.lang3.time.FormatCache$MultipartKey.keys:[Ljava/lang/Object;
            invokestatic java.util.Arrays.equals:([Ljava/lang/Object;[Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.commons.lang3.time.FormatCache$MultipartKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang3/time/FormatCache$MultipartKey;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // org.apache.commons.lang3.time.FormatCache$MultipartKey this
         0: .line 251
            aload 0 /* this */
            getfield org.apache.commons.lang3.time.FormatCache$MultipartKey.hashCode:I
            ifne 9
         1: .line 252
            iconst_0
            istore 1 /* rc */
        start local 1 // int rc
         2: .line 253
            aload 0 /* this */
            getfield org.apache.commons.lang3.time.FormatCache$MultipartKey.keys:[Ljava/lang/Object;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 7
      StackMap locals: org.apache.commons.lang3.time.FormatCache$MultipartKey int top int int java.lang.Object[]
      StackMap stack:
         3: aload 5
            iload 3
            aaload
            astore 2 /* key */
        start local 2 // java.lang.Object key
         4: .line 254
            aload 2 /* key */
            ifnull 6
         5: .line 255
            iload 1 /* rc */
            bipush 7
            imul
            aload 2 /* key */
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* rc */
        end local 2 // java.lang.Object key
         6: .line 253
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         7: iload 3
            iload 4
            if_icmplt 3
         8: .line 258
            aload 0 /* this */
            iload 1 /* rc */
            putfield org.apache.commons.lang3.time.FormatCache$MultipartKey.hashCode:I
        end local 1 // int rc
         9: .line 260
      StackMap locals: org.apache.commons.lang3.time.FormatCache$MultipartKey
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang3.time.FormatCache$MultipartKey.hashCode:I
            ireturn
        end local 0 // org.apache.commons.lang3.time.FormatCache$MultipartKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/commons/lang3/time/FormatCache$MultipartKey;
            2    9     1    rc  I
            4    6     2   key  Ljava/lang/Object;
}
SourceFile: "FormatCache.java"
NestHost: org.apache.commons.lang3.time.FormatCache
InnerClasses:
  private MultipartKey = org.apache.commons.lang3.time.FormatCache$MultipartKey of org.apache.commons.lang3.time.FormatCache