class it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator
  super_class: java.lang.Object
{
  it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$Entry<V> prev;
    descriptor: Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
    flags: (0x0000) 
    Signature: Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry<TV;>;

  it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$Entry<V> next;
    descriptor: Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
    flags: (0x0000) 
    Signature: Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry<TV;>;

  it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$Entry<V> curr;
    descriptor: Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
    flags: (0x0000) 
    Signature: Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry<TV;>;

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

  final it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap this$0;
    descriptor: Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap);
    descriptor: (Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
         0: .line 1024
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.this$0:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1023
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.index:I
         2: .line 1025
            aload 0 /* this */
            aload 1
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap.firstEntry:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
         3: .line 1026
            return
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  void <init>(it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap, long);
    descriptor: (Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap;J)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
        start local 2 // long k
         0: .line 1027
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.this$0:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1023
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.index:I
         2: .line 1028
            aload 0 /* this */
            aload 1
            lload 2 /* k */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap.locateKey:(J)Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            dup_x1
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            ifnull 8
         3: .line 1029
            aload 1
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$Entry.key:J
            lload 2 /* k */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap.compare:(JJ)I
            ifgt 7
         4: .line 1030
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.prev:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
         5: .line 1031
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$Entry.next:()Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
         6: .line 1032
            goto 8
         7: .line 1033
      StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap long
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$Entry.prev:()Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.prev:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
         8: .line 1035
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long k
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;
            0    9     2     k  J
    MethodParameters:
        Name  Flags
      this$0  final
      k       final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
         0: .line 1037
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
         0: .line 1040
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.prev:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;

  void updateNext();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
         0: .line 1043
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$Entry.next:()Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
         1: .line 1044
            return
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;

  it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$Entry<V> nextEntry();
    descriptor: ()Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
         0: .line 1046
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.hasNext:()Z
            ifne 2
         1: .line 1047
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 1048
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            dup_x1
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.prev:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.curr:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
         3: .line 1049
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.index:I
            iconst_1
            iadd
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.index:I
         4: .line 1050
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.updateNext:()V
         5: .line 1051
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.curr:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            areturn
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;
    Signature: ()Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry<TV;>;

  void updatePrevious();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
         0: .line 1054
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.prev:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$Entry.prev:()Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.prev:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
         1: .line 1055
            return
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;

  it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$Entry<V> previousEntry();
    descriptor: ()Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
         0: .line 1057
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.hasPrevious:()Z
            ifne 2
         1: .line 1058
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 1059
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.prev:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            dup_x1
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.curr:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
         3: .line 1060
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.index:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.index:I
         4: .line 1061
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.updatePrevious:()V
         5: .line 1062
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.curr:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            areturn
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;
    Signature: ()Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry<TV;>;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
         0: .line 1065
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.index:I
            ireturn
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
         0: .line 1068
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.index:I
            iconst_1
            isub
            ireturn
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
         0: .line 1071
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.curr:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            ifnonnull 2
         1: .line 1072
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 1077
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.curr:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.prev:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            if_acmpne 4
         3: .line 1078
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.index:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.index:I
         4: .line 1079
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.curr:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            dup_x1
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.prev:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.next:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
         5: .line 1080
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.updatePrevious:()V
         6: .line 1081
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.updateNext:()V
         7: .line 1082
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.this$0:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap;
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.curr:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$Entry.key:J
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap.remove:(J)Ljava/lang/Object;
            pop
         8: .line 1083
            aload 0 /* this */
            aconst_null
            putfield it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.curr:Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
         9: .line 1084
            return
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;

  public int skip(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
        start local 1 // int n
         0: .line 1086
            iload 1 /* n */
            istore 2 /* i */
        start local 2 // int i
         1: .line 1087
            goto 3
         2: .line 1088
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.nextEntry:()Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            pop
         3: .line 1087
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iinc 2 /* i */ -1
            ifeq 4
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.hasNext:()Z
            ifne 2
         4: .line 1089
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            iload 2 /* i */
            isub
            iconst_1
            isub
            ireturn
        end local 2 // int i
        end local 1 // int n
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;
            0    5     1     n  I
            1    5     2     i  I
    MethodParameters:
      Name  Flags
      n     final

  public int back(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
        start local 1 // int n
         0: .line 1092
            iload 1 /* n */
            istore 2 /* i */
        start local 2 // int i
         1: .line 1093
            goto 3
         2: .line 1094
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.previousEntry:()Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$Entry;
            pop
         3: .line 1093
      StackMap locals:
      StackMap stack:
            iload 2 /* i */
            iinc 2 /* i */ -1
            ifeq 4
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator.hasPrevious:()Z
            ifne 2
         4: .line 1095
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            iload 2 /* i */
            isub
            iconst_1
            isub
            ireturn
        end local 2 // int i
        end local 1 // int n
        end local 0 // it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lit/unimi/dsi/fastutil/longs/Long2ReferenceAVLTreeMap$TreeIterator;
            0    5     1     n  I
            1    5     2     i  I
    MethodParameters:
      Name  Flags
      n     final
}
SourceFile: "Long2ReferenceAVLTreeMap.java"
NestHost: it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
InnerClasses:
  private final Entry = it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$Entry of it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap
  private TreeIterator = it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap$TreeIterator of it.unimi.dsi.fastutil.longs.Long2ReferenceAVLTreeMap