class at.yawk.numaec.BaseByteFloatMap$KeyIterator extends at.yawk.numaec.BaseByteFloatMap$BaseIterator implements org.eclipse.collections.api.iterator.ByteIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: at.yawk.numaec.BaseByteFloatMap$KeyIterator
  super_class: at.yawk.numaec.BaseByteFloatMap$BaseIterator
{
  void <init>(at.yawk.numaec.MapStoreCursor);
    descriptor: (Lat/yawk/numaec/MapStoreCursor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.BaseByteFloatMap$KeyIterator this
        start local 1 // at.yawk.numaec.MapStoreCursor cursor
         0: .line 424
            aload 0 /* this */
            aload 1 /* cursor */
            invokespecial at.yawk.numaec.BaseByteFloatMap$BaseIterator.<init>:(Lat/yawk/numaec/MapStoreCursor;)V
         1: .line 425
            return
        end local 1 // at.yawk.numaec.MapStoreCursor cursor
        end local 0 // at.yawk.numaec.BaseByteFloatMap$KeyIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lat/yawk/numaec/BaseByteFloatMap$KeyIterator;
            0    2     1  cursor  Lat/yawk/numaec/MapStoreCursor;
    MethodParameters:
        Name  Flags
      cursor  

  public byte next();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.BaseByteFloatMap$KeyIterator this
         0: .line 429
            aload 0 /* this */
            invokevirtual at.yawk.numaec.BaseByteFloatMap$KeyIterator.next0:()V
         1: .line 430
            aload 0 /* this */
            getfield at.yawk.numaec.BaseByteFloatMap$KeyIterator.cursor:Lat/yawk/numaec/MapStoreCursor;
            invokeinterface at.yawk.numaec.MapStoreCursor.getKey:()J
            invokestatic at.yawk.numaec.BaseByteFloatMap.fromKey:(J)B
            ireturn
        end local 0 // at.yawk.numaec.BaseByteFloatMap$KeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lat/yawk/numaec/BaseByteFloatMap$KeyIterator;
}
SourceFile: "BaseByteFloatMap.java"
NestHost: at.yawk.numaec.BaseByteFloatMap
InnerClasses:
  private abstract BaseIterator = at.yawk.numaec.BaseByteFloatMap$BaseIterator of at.yawk.numaec.BaseByteFloatMap
  private KeyIterator = at.yawk.numaec.BaseByteFloatMap$KeyIterator of at.yawk.numaec.BaseByteFloatMap