final class it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry
  super_class: java.lang.Object
{
  private static final int SUCC_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2147483648

  private static final int PRED_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1073741824

  private static final int BALANCE_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 255

  double key;
    descriptor: D
    flags: (0x0000) 

  it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry left;
    descriptor: Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
    flags: (0x0000) 

  it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry right;
    descriptor: Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
    flags: (0x0000) 

  int info;
    descriptor: I
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 736
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 737
            return
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;

  void <init>(double);
    descriptor: (D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
        start local 1 // double k
         0: .line 744
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 745
            aload 0 /* this */
            dload 1 /* k */
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.key:D
         2: .line 746
            aload 0 /* this */
            ldc -1073741824
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
         3: .line 747
            return
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            0    4     1     k  D
    MethodParameters:
      Name  Flags
      k     final

  it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry left();
    descriptor: ()Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 754
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc 1073741824
            iand
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.left:Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
      StackMap locals:
      StackMap stack: it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry
         2: areturn
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;

  it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry right();
    descriptor: ()Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 762
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc -2147483648
            iand
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.right:Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
      StackMap locals:
      StackMap stack: it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry
         2: areturn
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;

  boolean pred();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 770
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc 1073741824
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;

  boolean succ();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 778
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc -2147483648
            iand
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;

  void pred(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
        start local 1 // boolean pred
         0: .line 787
            iload 1 /* pred */
            ifeq 2
         1: .line 788
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc 1073741824
            ior
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            goto 3
         2: .line 790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc -1073741825
            iand
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
         3: .line 791
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean pred
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            0    4     1  pred  Z
    MethodParameters:
      Name  Flags
      pred  final

  void succ(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
        start local 1 // boolean succ
         0: .line 799
            iload 1 /* succ */
            ifeq 2
         1: .line 800
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc -2147483648
            ior
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            goto 3
         2: .line 802
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc 2147483647
            iand
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
         3: .line 803
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean succ
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            0    4     1  succ  Z
    MethodParameters:
      Name  Flags
      succ  final

  void pred(it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry);
    descriptor: (Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
        start local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry pred
         0: .line 811
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc 1073741824
            ior
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
         1: .line 812
            aload 0 /* this */
            aload 1 /* pred */
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.left:Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
         2: .line 813
            return
        end local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry pred
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            0    3     1  pred  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
    MethodParameters:
      Name  Flags
      pred  final

  void succ(it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry);
    descriptor: (Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
        start local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry succ
         0: .line 821
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc -2147483648
            ior
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
         1: .line 822
            aload 0 /* this */
            aload 1 /* succ */
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.right:Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
         2: .line 823
            return
        end local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry succ
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            0    3     1  succ  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
    MethodParameters:
      Name  Flags
      succ  final

  void left(it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry);
    descriptor: (Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
        start local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry left
         0: .line 831
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc -1073741825
            iand
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
         1: .line 832
            aload 0 /* this */
            aload 1 /* left */
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.left:Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
         2: .line 833
            return
        end local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry left
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            0    3     1  left  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
    MethodParameters:
      Name  Flags
      left  final

  void right(it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry);
    descriptor: (Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
        start local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry right
         0: .line 841
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc 2147483647
            iand
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
         1: .line 842
            aload 0 /* this */
            aload 1 /* right */
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.right:Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
         2: .line 843
            return
        end local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry right
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            0    3     1  right  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
    MethodParameters:
       Name  Flags
      right  final

  int balance();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 850
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            i2b
            ireturn
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;

  void balance(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
        start local 1 // int level
         0: .line 859
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            sipush -256
            iand
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
         1: .line 860
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            iload 1 /* level */
            sipush 255
            iand
            ior
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
         2: .line 861
            return
        end local 1 // int level
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            0    3     1  level  I
    MethodParameters:
       Name  Flags
      level  

  void incBalance();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 864
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            sipush -256
            iand
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            i2b
            iconst_1
            iadd
            sipush 255
            iand
            ior
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
         1: .line 865
            return
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;

  protected void decBalance();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 868
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            sipush -256
            iand
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            i2b
            iconst_1
            isub
            sipush 255
            iand
            ior
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
         1: .line 869
            return
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;

  it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry next();
    descriptor: ()Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 876
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.right:Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            astore 1 /* next */
        start local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry next
         1: .line 877
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc -2147483648
            iand
            ifne 5
         2: .line 878
            goto 4
         3: .line 879
      StackMap locals: it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry
      StackMap stack:
            aload 1 /* next */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.left:Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            astore 1 /* next */
         4: .line 878
      StackMap locals:
      StackMap stack:
            aload 1 /* next */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc 1073741824
            iand
            ifeq 3
         5: .line 880
      StackMap locals:
      StackMap stack:
            aload 1 /* next */
            areturn
        end local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry next
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            1    6     1  next  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;

  it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry prev();
    descriptor: ()Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 888
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.left:Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            astore 1 /* prev */
        start local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry prev
         1: .line 889
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc 1073741824
            iand
            ifne 5
         2: .line 890
            goto 4
         3: .line 891
      StackMap locals: it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry
      StackMap stack:
            aload 1 /* prev */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.right:Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            astore 1 /* prev */
         4: .line 890
      StackMap locals:
      StackMap stack:
            aload 1 /* prev */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            ldc -2147483648
            iand
            ifeq 3
         5: .line 892
      StackMap locals:
      StackMap stack:
            aload 1 /* prev */
            areturn
        end local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry prev
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            1    6     1  prev  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;

  public it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry clone();
    descriptor: ()Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 899
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry
            astore 1 /* c */
        start local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry c
         1: .line 900
            goto 4
        end local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry c
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
         2: pop
         3: .line 901
            new java.lang.InternalError
            dup
            invokespecial java.lang.InternalError.<init>:()V
            athrow
        start local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry c
         4: .line 903
      StackMap locals: it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry
      StackMap stack:
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.key:D
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.key:D
         5: .line 904
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
            putfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.info:I
         6: .line 905
            aload 1 /* c */
            areturn
        end local 1 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry c
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            1    2     1     c  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            4    7     1     c  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException

  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 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
        start local 1 // java.lang.Object o
         0: .line 908
            aload 1 /* o */
            instanceof it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry
            ifne 2
         1: .line 909
            iconst_0
            ireturn
         2: .line 910
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry
            astore 2 /* e */
        start local 2 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry e
         3: .line 911
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.key:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            aload 2 /* e */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.key:D
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 4
            iconst_1
            ireturn
      StackMap locals: it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry
      StackMap stack:
         4: iconst_0
            ireturn
        end local 2 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry e
        end local 1 // java.lang.Object o
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            0    5     1     o  Ljava/lang/Object;
            3    5     2     e  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
    MethodParameters:
      Name  Flags
      o     final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 914
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.key:D
            invokestatic it.unimi.dsi.fastutil.HashCommon.double2int:(D)I
            ireturn
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
         0: .line 917
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.key:D
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            areturn
        end local 0 // it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry.clone:()Lit/unimi/dsi/fastutil/doubles/DoubleAVLTreeSet$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "DoubleAVLTreeSet.java"
NestHost: it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet
InnerClasses:
  private final Entry = it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet$Entry of it.unimi.dsi.fastutil.doubles.DoubleAVLTreeSet