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

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

  public it.unimi.dsi.fastutil.floats.FloatBidirectionalIterator iterator();
    descriptor: ()Lit/unimi/dsi/fastutil/floats/FloatBidirectionalIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$KeySet this
         0: .line 1234
            new it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$KeyIterator
            dup
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$KeySet.this$0:Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap;
            invokespecial it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$KeyIterator.<init>:(Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap;)V
            areturn
        end local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$KeySet;

  public it.unimi.dsi.fastutil.floats.FloatBidirectionalIterator iterator(float);
    descriptor: (F)Lit/unimi/dsi/fastutil/floats/FloatBidirectionalIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$KeySet this
        start local 1 // float from
         0: .line 1238
            new it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$KeyIterator
            dup
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$KeySet.this$0:Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap;
            fload 1 /* from */
            invokespecial it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$KeyIterator.<init>:(Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap;F)V
            areturn
        end local 1 // float from
        end local 0 // it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/floats/Float2ReferenceAVLTreeMap$KeySet;
            0    1     1  from  F
    MethodParameters:
      Name  Flags
      from  final

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    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$KeySet.iterator:()Lit/unimi/dsi/fastutil/floats/FloatBidirectionalIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public it.unimi.dsi.fastutil.floats.FloatIterator iterator();
    descriptor: ()Lit/unimi/dsi/fastutil/floats/FloatIterator;
    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$KeySet.iterator:()Lit/unimi/dsi/fastutil/floats/FloatBidirectionalIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lit/unimi/dsi/fastutil/floats/AbstractFloat2ReferenceSortedMap<TV;>.KeySet;
SourceFile: "Float2ReferenceAVLTreeMap.java"
NestHost: it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
InnerClasses:
  protected KeySet = it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap$KeySet of it.unimi.dsi.fastutil.floats.AbstractFloat2ReferenceSortedMap
  private final KeyIterator = it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$KeyIterator of it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap
  private KeySet = it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap$KeySet of it.unimi.dsi.fastutil.floats.Float2ReferenceAVLTreeMap