class it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator extends it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$TreeIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator
  super_class: it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$TreeIterator
{
  final it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap this$1;
    descriptor: Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap);
    descriptor: (Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator this
         0: .line 1699
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.this$1:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;
            aload 0 /* this */
            aload 1
            invokestatic it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.access$5:(Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;)Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap;
            invokespecial it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$TreeIterator.<init>:(Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap;)V
         1: .line 1700
            aload 0 /* this */
            aload 1
            invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.firstEntry:()Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
         2: .line 1701
            return
        end local 0 // it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap$SubmapIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  void <init>(it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap, float);
    descriptor: (Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;F)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator this
        start local 2 // float k
         0: .line 1703
            aload 0 /* this */
            aload 1
            invokespecial it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.<init>:(Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;)V
         1: .line 1704
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            ifnull 12
         2: .line 1705
            aload 1
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.bottom:Z
            ifne 4
            aload 1
            invokestatic it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.access$5:(Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;)Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap;
            fload 2 /* k */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Entry.key:F
            invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap.compare:(FF)I
            ifge 4
         3: .line 1706
            aload 0 /* this */
            aconst_null
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.prev:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            goto 12
         4: .line 1707
      StackMap locals: it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap float
      StackMap stack:
            aload 1
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.top:Z
            ifne 6
            aload 1
            invokestatic it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.access$5:(Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;)Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap;
            fload 2 /* k */
            aload 0 /* this */
            aload 1
            invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.lastEntry:()Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            dup_x1
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.prev:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Entry.key:F
            invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap.compare:(FF)I
            iflt 6
         5: .line 1708
            aload 0 /* this */
            aconst_null
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            goto 12
         6: .line 1710
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1
            invokestatic it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.access$5:(Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;)Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap;
            fload 2 /* k */
            invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap.locateKey:(F)Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
         7: .line 1711
            aload 1
            invokestatic it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.access$5:(Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;)Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap;
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Entry.key:F
            fload 2 /* k */
            invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap.compare:(FF)I
            ifgt 11
         8: .line 1712
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.prev:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
         9: .line 1713
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Entry.next:()Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
        10: .line 1714
            goto 12
        11: .line 1715
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Entry.prev:()Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.prev:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
        12: .line 1718
      StackMap locals:
      StackMap stack:
            return
        end local 2 // float k
        end local 0 // it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap$SubmapIterator;
            0   13     2     k  F
    MethodParameters:
        Name  Flags
      this$0  final
      k       final

  void updatePrevious();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator this
         0: .line 1721
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.prev:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Entry.prev:()Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.prev:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
         1: .line 1722
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.this$1:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.bottom:Z
            ifne 3
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.prev:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            ifnull 3
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.this$1:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;
            invokestatic it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.access$5:(Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;)Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap;
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.prev:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Entry.key:F
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.this$1:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.from:F
            invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap.compare:(FF)I
            ifge 3
         2: .line 1723
            aload 0 /* this */
            aconst_null
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.prev:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
         3: .line 1724
      StackMap locals:
      StackMap stack:
            return
        end local 0 // it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap$SubmapIterator;

  void updateNext();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator this
         0: .line 1727
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Entry.next:()Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
         1: .line 1728
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.this$1:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.top:Z
            ifne 3
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            ifnull 3
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.this$1:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;
            invokestatic it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.access$5:(Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;)Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap;
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Entry.key:F
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.this$1:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap;
            getfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap.to:F
            invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap.compare:(FF)I
            iflt 3
         2: .line 1729
            aload 0 /* this */
            aconst_null
            putfield it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator.next:Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Entry;
         3: .line 1730
      StackMap locals:
      StackMap stack:
            return
        end local 0 // it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lit/unimi/dsi/fastutil/floats/Float2DoubleAVLTreeMap$Submap$SubmapIterator;
}
SourceFile: "Float2DoubleAVLTreeMap.java"
NestHost: it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
InnerClasses:
  private final Entry = it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Entry of it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
  private final Submap = it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap of it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap
  private SubmapIterator = it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap$SubmapIterator of it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$Submap
  private TreeIterator = it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap$TreeIterator of it.unimi.dsi.fastutil.floats.Float2DoubleAVLTreeMap