class javafx.scene.shape.Sphere$SphereKey extends javafx.scene.shape.Shape3D$Key
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.shape.Sphere$SphereKey
  super_class: javafx.scene.shape.Shape3D$Key
{
  final double radius;
    descriptor: D
    flags: (0x0010) ACC_FINAL

  final int divisions;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  private void <init>(double, int);
    descriptor: (DI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.scene.shape.Sphere$SphereKey this
        start local 1 // double radius
        start local 3 // int divisions
         0: .line 451
            aload 0 /* this */
            invokespecial javafx.scene.shape.Shape3D$Key.<init>:()V
         1: .line 452
            aload 0 /* this */
            dload 1 /* radius */
            putfield javafx.scene.shape.Sphere$SphereKey.radius:D
         2: .line 453
            aload 0 /* this */
            iload 3 /* divisions */
            putfield javafx.scene.shape.Sphere$SphereKey.divisions:I
         3: .line 454
            return
        end local 3 // int divisions
        end local 1 // double radius
        end local 0 // javafx.scene.shape.Sphere$SphereKey this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljavafx/scene/shape/Sphere$SphereKey;
            0    4     1     radius  D
            0    4     3  divisions  I
    MethodParameters:
           Name  Flags
      radius     
      divisions  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // javafx.scene.shape.Sphere$SphereKey this
         0: .line 458
            ldc 7
            lstore 1 /* bits */
        start local 1 // long bits
         1: .line 459
            ldc 31
            lload 1 /* bits */
            lmul
            aload 0 /* this */
            getfield javafx.scene.shape.Sphere$SphereKey.radius:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            ladd
            lstore 1 /* bits */
         2: .line 460
            ldc 31
            lload 1 /* bits */
            lmul
            aload 0 /* this */
            getfield javafx.scene.shape.Sphere$SphereKey.divisions:I
            i2l
            ladd
            lstore 1 /* bits */
         3: .line 461
            lload 1 /* bits */
            invokestatic java.lang.Long.hashCode:(J)I
            ireturn
        end local 1 // long bits
        end local 0 // javafx.scene.shape.Sphere$SphereKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/shape/Sphere$SphereKey;
            1    4     1  bits  J

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // javafx.scene.shape.Sphere$SphereKey this
        start local 1 // java.lang.Object obj
         0: .line 466
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 467
            iconst_1
            ireturn
         2: .line 469
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 470
            iconst_0
            ireturn
         4: .line 472
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof javafx.scene.shape.Sphere$SphereKey
            ifne 6
         5: .line 473
            iconst_0
            ireturn
         6: .line 475
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast javafx.scene.shape.Sphere$SphereKey
            astore 2 /* other */
        start local 2 // javafx.scene.shape.Sphere$SphereKey other
         7: .line 476
            aload 0 /* this */
            getfield javafx.scene.shape.Sphere$SphereKey.divisions:I
            aload 2 /* other */
            getfield javafx.scene.shape.Sphere$SphereKey.divisions:I
            if_icmpeq 9
         8: .line 477
            iconst_0
            ireturn
         9: .line 479
      StackMap locals: javafx.scene.shape.Sphere$SphereKey
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.shape.Sphere$SphereKey.radius:D
            aload 2 /* other */
            getfield javafx.scene.shape.Sphere$SphereKey.radius:D
            invokestatic java.lang.Double.compare:(DD)I
            ifeq 11
        10: .line 480
            iconst_0
            ireturn
        11: .line 482
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // javafx.scene.shape.Sphere$SphereKey other
        end local 1 // java.lang.Object obj
        end local 0 // javafx.scene.shape.Sphere$SphereKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Ljavafx/scene/shape/Sphere$SphereKey;
            0   12     1    obj  Ljava/lang/Object;
            7   12     2  other  Ljavafx/scene/shape/Sphere$SphereKey;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "Sphere.java"
NestHost: javafx.scene.shape.Sphere
InnerClasses:
  abstract Key = javafx.scene.shape.Shape3D$Key of javafx.scene.shape.Shape3D
  private SphereKey = javafx.scene.shape.Sphere$SphereKey of javafx.scene.shape.Sphere