public final class com.sun.javafx.css.StyleCache$Key
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.css.StyleCache$Key
  super_class: java.lang.Object
{
  final int[] styleMapIds;
    descriptor: [I
    flags: (0x0010) ACC_FINAL

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

  public void <init>(int[], int);
    descriptor: ([II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.javafx.css.StyleCache$Key this
        start local 1 // int[] styleMapIds
        start local 2 // int count
         0: .line 110
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 179
            aload 0 /* this */
            ldc -2147483648
            putfield com.sun.javafx.css.StyleCache$Key.hash:I
         2: .line 111
            aload 0 /* this */
            iload 2 /* count */
            newarray 10
            putfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
         3: .line 112
            aload 1 /* styleMapIds */
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            iconst_0
            iload 2 /* count */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 113
            return
        end local 2 // int count
        end local 1 // int[] styleMapIds
        end local 0 // com.sun.javafx.css.StyleCache$Key this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/sun/javafx/css/StyleCache$Key;
            0    5     1  styleMapIds  [I
            0    5     2        count  I
    MethodParameters:
             Name  Flags
      styleMapIds  
      count        

  public void <init>(com.sun.javafx.css.StyleCache$Key);
    descriptor: (Lcom/sun/javafx/css/StyleCache$Key;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.css.StyleCache$Key this
        start local 1 // com.sun.javafx.css.StyleCache$Key other
         0: .line 116
            aload 0 /* this */
            aload 1 /* other */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            aload 1 /* other */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            arraylength
            invokespecial com.sun.javafx.css.StyleCache$Key.<init>:([II)V
         1: .line 117
            return
        end local 1 // com.sun.javafx.css.StyleCache$Key other
        end local 0 // com.sun.javafx.css.StyleCache$Key this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/css/StyleCache$Key;
            0    2     1  other  Lcom/sun/javafx/css/StyleCache$Key;
    MethodParameters:
       Name  Flags
      other  

  public int[] getStyleMapIds();
    descriptor: ()[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.css.StyleCache$Key this
         0: .line 120
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            areturn
        end local 0 // com.sun.javafx.css.StyleCache$Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/css/StyleCache$Key;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.css.StyleCache$Key this
         0: .line 124
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            invokestatic java.util.Arrays.toString:([I)Ljava/lang/String;
            areturn
        end local 0 // com.sun.javafx.css.StyleCache$Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/css/StyleCache$Key;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.sun.javafx.css.StyleCache$Key this
         0: .line 129
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.hash:I
            ldc -2147483648
            if_icmpne 9
         1: .line 130
            aload 0 /* this */
            iconst_3
            putfield com.sun.javafx.css.StyleCache$Key.hash:I
         2: .line 131
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            ifnull 9
         3: .line 132
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         4: goto 8
         5: .line 133
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            iload 1 /* i */
            iaload
            istore 2 /* id */
        start local 2 // int id
         6: .line 134
            aload 0 /* this */
            bipush 17
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.hash:I
            iload 2 /* id */
            iadd
            imul
            putfield com.sun.javafx.css.StyleCache$Key.hash:I
        end local 2 // int id
         7: .line 132
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 1 /* i */
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            arraylength
            if_icmplt 5
        end local 1 // int i
         9: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.hash:I
            ireturn
        end local 0 // com.sun.javafx.css.StyleCache$Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/javafx/css/StyleCache$Key;
            4    9     1     i  I
            6    7     2    id  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.javafx.css.StyleCache$Key this
        start local 1 // java.lang.Object obj
         0: .line 144
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 146
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 2
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
         2: .line 147
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         3: .line 150
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.sun.javafx.css.StyleCache$Key
            astore 2 /* other */
        start local 2 // com.sun.javafx.css.StyleCache$Key other
         4: .line 152
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.hash:I
            aload 2 /* other */
            getfield com.sun.javafx.css.StyleCache$Key.hash:I
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 155
      StackMap locals: com.sun.javafx.css.StyleCache$Key
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            ifnonnull 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: aload 2 /* other */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            ifnonnull 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack: int
         8: iconst_0
      StackMap locals: com.sun.javafx.css.StyleCache$Key java.lang.Object com.sun.javafx.css.StyleCache$Key
      StackMap stack: int int
         9: ixor
            ifeq 11
        10: .line 156
            iconst_0
            ireturn
        11: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            ifnonnull 13
        12: .line 161
            iconst_1
            ireturn
        13: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            arraylength
            aload 2 /* other */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            arraylength
            if_icmpeq 15
        14: .line 165
            iconst_0
            ireturn
        15: .line 168
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        16: goto 20
        17: .line 169
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            iload 3 /* i */
            iaload
            aload 2 /* other */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            iload 3 /* i */
            iaload
            if_icmpeq 19
        18: .line 170
            iconst_0
            ireturn
        19: .line 168
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCache$Key.styleMapIds:[I
            arraylength
            if_icmplt 17
        end local 3 // int i
        21: .line 174
            iconst_1
            ireturn
        end local 2 // com.sun.javafx.css.StyleCache$Key other
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.javafx.css.StyleCache$Key this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lcom/sun/javafx/css/StyleCache$Key;
            0   22     1    obj  Ljava/lang/Object;
            4   22     2  other  Lcom/sun/javafx/css/StyleCache$Key;
           16   21     3      i  I
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "StyleCache.java"
NestHost: com.sun.javafx.css.StyleCache
InnerClasses:
  public final Key = com.sun.javafx.css.StyleCache$Key of com.sun.javafx.css.StyleCache