class it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator extends it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap<V>.TreeIterator implements it.unimi.dsi.fastutil.objects.ObjectListIterator<it.unimi.dsi.fastutil.floats.Float2ReferenceMap$Entry<V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator
  super_class: it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$TreeIterator
{
  final it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap this$0;
    descriptor: Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap);
    descriptor: (Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator this
         0: .line 1106
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator.this$0:Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap;
            aload 0 /* this */
            aload 1
            invokespecial it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$TreeIterator.<init>:(Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap;)V
         1: .line 1107
            return
        end local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$EntryIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  void <init>(it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap, float);
    descriptor: (Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap;F)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator this
        start local 2 // float k
         0: .line 1108
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator.this$0:Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap;
         1: .line 1109
            aload 0 /* this */
            aload 1
            fload 2 /* k */
            invokespecial it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$TreeIterator.<init>:(Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap;F)V
         2: .line 1110
            return
        end local 2 // float k
        end local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$EntryIterator;
            0    3     2     k  F
    MethodParameters:
        Name  Flags
      this$0  final
      k       final

  public it.unimi.dsi.fastutil.floats.Float2ReferenceMap$Entry<V> next();
    descriptor: ()Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator this
         0: .line 1113
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator.nextEntry:()Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$Entry;
            areturn
        end local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$EntryIterator;
    Signature: ()Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry<TV;>;

  public it.unimi.dsi.fastutil.floats.Float2ReferenceMap$Entry<V> previous();
    descriptor: ()Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator this
         0: .line 1117
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator.previousEntry:()Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$Entry;
            areturn
        end local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$EntryIterator;
    Signature: ()Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry<TV;>;

  public void set(it.unimi.dsi.fastutil.floats.Float2ReferenceMap$Entry<V>);
    descriptor: (Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator this
        start local 1 // it.unimi.dsi.fastutil.floats.Float2ReferenceMap$Entry ok
         0: .line 1121
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // it.unimi.dsi.fastutil.floats.Float2ReferenceMap$Entry ok
        end local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$EntryIterator;
            0    1     1    ok  Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry<TV;>;
    Signature: (Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry<TV;>;)V
    MethodParameters:
      Name  Flags
      ok    

  public void add(it.unimi.dsi.fastutil.floats.Float2ReferenceMap$Entry<V>);
    descriptor: (Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator this
        start local 1 // it.unimi.dsi.fastutil.floats.Float2ReferenceMap$Entry ok
         0: .line 1125
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // it.unimi.dsi.fastutil.floats.Float2ReferenceMap$Entry ok
        end local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$EntryIterator;
            0    1     1    ok  Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry<TV;>;
    Signature: (Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry<TV;>;)V
    MethodParameters:
      Name  Flags
      ok    

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast it.unimi.dsi.fastutil.floats.Float2ReferenceMap$Entry
            invokevirtual it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator.set:(Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object next();
    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.floats.Float2ReferenceAVLTreeMap$EntryIterator.next:()Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object previous();
    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.floats.Float2ReferenceAVLTreeMap$EntryIterator.previous:()Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast it.unimi.dsi.fastutil.floats.Float2ReferenceMap$Entry
            invokevirtual it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator.add:(Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap<TV;>.TreeIterator;Lit/unimi/dsi/fastutil/objects/ObjectListIterator<Lit/unimi/dsi/fastutil/floats/Float2ReferenceMap$Entry<TV;>;>;
SourceFile: "Float2ReferenceAVLTreeMap.java"
NestHost: it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
InnerClasses:
  private final Entry = it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$Entry of it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
  private EntryIterator = it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$EntryIterator of it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
  private TreeIterator = it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$TreeIterator of it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
  public abstract Entry = it.unimi.dsi.fastutil.floats.Float2ReferenceMap$Entry of it.unimi.dsi.fastutil.floats.Float2ReferenceMap