final class it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$KeyIterator extends it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$MapIterator implements it.unimi.dsi.fastutil.floats.FloatIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$KeyIterator
  super_class: it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$MapIterator
{
  final it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap this$0;
    descriptor: Lit/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap);
    descriptor: (Lit/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$KeyIterator this
         0: .line 1015
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$KeyIterator.this$0:Lit/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap;
         1: .line 1016
            aload 0 /* this */
            aload 1
            invokespecial it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$MapIterator.<init>:(Lit/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap;)V
         2: .line 1017
            return
        end local 0 // it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$KeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$KeyIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public float nextFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$KeyIterator this
         0: .line 1020
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$KeyIterator.this$0:Lit/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap;
            getfield it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap.key:[F
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$KeyIterator.nextEntry:()I
            faload
            freturn
        end local 0 // it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$KeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/floats/Float2ByteOpenCustomHashMap$KeyIterator;

  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
            invokeinterface it.unimi.dsi.fastutil.floats.FloatIterator.next:()Ljava/lang/Float;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Float2ByteOpenCustomHashMap.java"
NestHost: it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap
InnerClasses:
  private final KeyIterator = it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$KeyIterator of it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap
  private MapIterator = it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap$MapIterator of it.unimi.dsi.fastutil.floats.Float2ByteOpenCustomHashMap