public final class com.sun.javafx.css.StyleCacheEntry$Key
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.css.StyleCacheEntry$Key
  super_class: java.lang.Object
{
  private final java.util.Set<javafx.css.PseudoClass>[] pseudoClassStates;
    descriptor: [Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: [Ljava/util/Set<Ljavafx/css/PseudoClass;>;

  private final double fontSize;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(java.util.Set<javafx.css.PseudoClass>[], javafx.scene.text.Font);
    descriptor: ([Ljava/util/Set;Ljavafx/scene/text/Font;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.javafx.css.StyleCacheEntry$Key this
        start local 1 // java.util.Set[] pseudoClassStates
        start local 2 // javafx.scene.text.Font font
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            ldc -2147483648
            putfield com.sun.javafx.css.StyleCacheEntry$Key.hash:I
         2: .line 69
            aload 0 /* this */
            aload 1 /* pseudoClassStates */
            arraylength
            anewarray java.util.Set
            putfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
         3: .line 70
            iconst_0
            istore 3 /* n */
        start local 3 // int n
         4: goto 8
         5: .line 71
      StackMap locals: com.sun.javafx.css.StyleCacheEntry$Key java.util.Set[] javafx.scene.text.Font int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            iload 3 /* n */
            new com.sun.javafx.css.PseudoClassState
            dup
            invokespecial com.sun.javafx.css.PseudoClassState.<init>:()V
            aastore
         6: .line 72
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            iload 3 /* n */
            aaload
            aload 1 /* pseudoClassStates */
            iload 3 /* n */
            aaload
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            pop
         7: .line 70
            iinc 3 /* n */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* n */
            aload 1 /* pseudoClassStates */
            arraylength
            if_icmplt 5
        end local 3 // int n
         9: .line 74
            aload 0 /* this */
            aload 2 /* font */
            ifnull 10
            aload 2 /* font */
            invokevirtual javafx.scene.text.Font.getSize:()D
            goto 11
      StackMap locals: com.sun.javafx.css.StyleCacheEntry$Key java.util.Set[] javafx.scene.text.Font
      StackMap stack: com.sun.javafx.css.StyleCacheEntry$Key
        10: invokestatic javafx.scene.text.Font.getDefault:()Ljavafx/scene/text/Font;
            invokevirtual javafx.scene.text.Font.getSize:()D
      StackMap locals: com.sun.javafx.css.StyleCacheEntry$Key java.util.Set[] javafx.scene.text.Font
      StackMap stack: com.sun.javafx.css.StyleCacheEntry$Key double
        11: putfield com.sun.javafx.css.StyleCacheEntry$Key.fontSize:D
        12: .line 76
            return
        end local 2 // javafx.scene.text.Font font
        end local 1 // java.util.Set[] pseudoClassStates
        end local 0 // com.sun.javafx.css.StyleCacheEntry$Key this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/sun/javafx/css/StyleCacheEntry$Key;
            0   13     1  pseudoClassStates  [Ljava/util/Set;
            0   13     2               font  Ljavafx/scene/text/Font;
            4    9     3                  n  I
    Signature: ([Ljava/util/Set<Ljavafx/css/PseudoClass;>;Ljavafx/scene/text/Font;)V
    MethodParameters:
                   Name  Flags
      pseudoClassStates  
      font               

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.css.StyleCacheEntry$Key this
         0: .line 79
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            invokestatic java.util.Arrays.toString:([Ljava/lang/Object;)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.fontSize:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.javafx.css.StyleCacheEntry$Key this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/css/StyleCacheEntry$Key;

  public static int hashCode(double);
    descriptor: (D)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // double value
         0: .line 83
            dload 0 /* value */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lstore 2 /* bits */
        start local 2 // long bits
         1: .line 84
            lload 2 /* bits */
            lload 2 /* bits */
            bipush 32
            lushr
            lxor
            l2i
            ireturn
        end local 2 // long bits
        end local 0 // double value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  value  D
            1    2     2   bits  J
    MethodParameters:
       Name  Flags
      value  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.sun.javafx.css.StyleCacheEntry$Key this
         0: .line 89
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.hash:I
            ldc -2147483648
            if_icmpne 12
         1: .line 91
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.fontSize:D
            invokestatic com.sun.javafx.css.StyleCacheEntry$Key.hashCode:(D)I
            putfield com.sun.javafx.css.StyleCacheEntry$Key.hash:I
         2: .line 93
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            ifnull 3
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            arraylength
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 1 /* iMax */
        start local 1 // int iMax
         5: .line 95
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 11
         7: .line 97
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            iload 2 /* i */
            aaload
            astore 3 /* states */
        start local 3 // java.util.Set states
         8: .line 98
            aload 3 /* states */
            ifnull 10
         9: .line 99
            aload 0 /* this */
            bipush 67
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.hash:I
            aload 3 /* states */
            invokeinterface java.util.Set.hashCode:()I
            iadd
            imul
            putfield com.sun.javafx.css.StyleCacheEntry$Key.hash:I
        end local 3 // java.util.Set states
        10: .line 95
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            iload 1 /* iMax */
            if_icmplt 7
        end local 2 // int i
        end local 1 // int iMax
        12: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.hash:I
            ireturn
        end local 0 // com.sun.javafx.css.StyleCacheEntry$Key this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lcom/sun/javafx/css/StyleCacheEntry$Key;
            5   12     1    iMax  I
            6   12     2       i  I
            8   10     3  states  Ljava/util/Set<Ljavafx/css/PseudoClass;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.sun.javafx.css.StyleCacheEntry$Key this
        start local 1 // java.lang.Object obj
         0: .line 109
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 111
      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
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 113
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.sun.javafx.css.StyleCacheEntry$Key
            astore 2 /* other */
        start local 2 // com.sun.javafx.css.StyleCacheEntry$Key other
         4: .line 115
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.hash:I
            aload 2 /* other */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.hash:I
            if_icmpeq 5
            iconst_0
            ireturn
         5: .line 126
      StackMap locals: com.sun.javafx.css.StyleCacheEntry$Key
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.fontSize:D
            aload 2 /* other */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.fontSize:D
            dsub
            dstore 3 /* diff */
        start local 3 // double diff
         6: .line 128
            dload 3 /* diff */
            ldc -1.0E-6
            dcmpg
            iflt 7
            ldc 1.0E-6
            dload 3 /* diff */
            dcmpg
            ifge 8
         7: .line 129
      StackMap locals: double
      StackMap stack:
            iconst_0
            ireturn
         8: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            ifnonnull 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: aload 2 /* other */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            ifnonnull 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack: int
        11: iconst_0
      StackMap locals: com.sun.javafx.css.StyleCacheEntry$Key java.lang.Object com.sun.javafx.css.StyleCacheEntry$Key double
      StackMap stack: int int
        12: ixor
            ifeq 14
        13: .line 134
            iconst_0
            ireturn
        14: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            ifnonnull 16
        15: .line 139
            iconst_1
            ireturn
        16: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            arraylength
            aload 2 /* other */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            arraylength
            if_icmpeq 18
        17: .line 143
            iconst_0
            ireturn
        18: .line 146
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        19: goto 26
        20: .line 148
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            iload 5 /* i */
            aaload
            astore 6 /* this_pcs */
        start local 6 // java.util.Set this_pcs
        21: .line 149
            aload 2 /* other */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            iload 5 /* i */
            aaload
            astore 7 /* other_pcs */
        start local 7 // java.util.Set other_pcs
        22: .line 152
            aload 6 /* this_pcs */
            ifnonnull 23
            aload 7 /* other_pcs */
            ifnull 25
            goto 24
      StackMap locals: java.util.Set java.util.Set
      StackMap stack:
        23: aload 6 /* this_pcs */
            aload 7 /* other_pcs */
            invokeinterface java.util.Set.equals:(Ljava/lang/Object;)Z
            ifne 25
        24: .line 153
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 7 // java.util.Set other_pcs
        end local 6 // java.util.Set this_pcs
        25: .line 146
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 5 /* i */
            aload 0 /* this */
            getfield com.sun.javafx.css.StyleCacheEntry$Key.pseudoClassStates:[Ljava/util/Set;
            arraylength
            if_icmplt 20
        end local 5 // int i
        27: .line 157
            iconst_1
            ireturn
        end local 3 // double diff
        end local 2 // com.sun.javafx.css.StyleCacheEntry$Key other
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.javafx.css.StyleCacheEntry$Key this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   28     0       this  Lcom/sun/javafx/css/StyleCacheEntry$Key;
            0   28     1        obj  Ljava/lang/Object;
            4   28     2      other  Lcom/sun/javafx/css/StyleCacheEntry$Key;
            6   28     3       diff  D
           19   27     5          i  I
           21   25     6   this_pcs  Ljava/util/Set<Ljavafx/css/PseudoClass;>;
           22   25     7  other_pcs  Ljava/util/Set<Ljavafx/css/PseudoClass;>;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "StyleCacheEntry.java"
NestHost: com.sun.javafx.css.StyleCacheEntry
InnerClasses:
  public final Key = com.sun.javafx.css.StyleCacheEntry$Key of com.sun.javafx.css.StyleCacheEntry