class at.yawk.numaec.BaseFloatLongMap$2 extends org.eclipse.collections.impl.lazy.AbstractLazyIterable<org.eclipse.collections.api.tuple.primitive.FloatLongPair>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: at.yawk.numaec.BaseFloatLongMap$2
  super_class: org.eclipse.collections.impl.lazy.AbstractLazyIterable
{
  final at.yawk.numaec.BaseFloatLongMap this$0;
    descriptor: Lat/yawk/numaec/BaseFloatLongMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(at.yawk.numaec.BaseFloatLongMap);
    descriptor: (Lat/yawk/numaec/BaseFloatLongMap;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.BaseFloatLongMap$2 this
         0: .line 134
            aload 0 /* this */
            aload 1
            putfield at.yawk.numaec.BaseFloatLongMap$2.this$0:Lat/yawk/numaec/BaseFloatLongMap;
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.AbstractLazyIterable.<init>:()V
            return
        end local 0 // at.yawk.numaec.BaseFloatLongMap$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/BaseFloatLongMap$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.util.Iterator<org.eclipse.collections.api.tuple.primitive.FloatLongPair> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.BaseFloatLongMap$2 this
         0: .line 137
            new at.yawk.numaec.BaseFloatLongMap$KeyValueIterator
            dup
            aload 0 /* this */
            getfield at.yawk.numaec.BaseFloatLongMap$2.this$0:Lat/yawk/numaec/BaseFloatLongMap;
            invokevirtual at.yawk.numaec.BaseFloatLongMap.iterationCursor:()Lat/yawk/numaec/MapStoreCursor;
            invokespecial at.yawk.numaec.BaseFloatLongMap$KeyValueIterator.<init>:(Lat/yawk/numaec/MapStoreCursor;)V
            areturn
        end local 0 // at.yawk.numaec.BaseFloatLongMap$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/BaseFloatLongMap$2;
    Signature: ()Ljava/util/Iterator<Lorg/eclipse/collections/api/tuple/primitive/FloatLongPair;>;

  public void each(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.tuple.primitive.FloatLongPair>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.BaseFloatLongMap$2 this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 142
            aload 0 /* this */
            invokevirtual at.yawk.numaec.BaseFloatLongMap$2.iterator:()Ljava/util/Iterator;
            aload 1 /* procedure */
            invokeinterface java.util.Iterator.forEachRemaining:(Ljava/util/function/Consumer;)V
         1: .line 143
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // at.yawk.numaec.BaseFloatLongMap$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lat/yawk/numaec/BaseFloatLongMap$2;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/tuple/primitive/FloatLongPair;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/tuple/primitive/FloatLongPair;>;)V
    MethodParameters:
           Name  Flags
      procedure  
}
Signature: Lorg/eclipse/collections/impl/lazy/AbstractLazyIterable<Lorg/eclipse/collections/api/tuple/primitive/FloatLongPair;>;
SourceFile: "BaseFloatLongMap.java"
EnclosingMethod: at.yawk.numaec.BaseFloatLongMap.keyValuesView:()Lorg/eclipse/collections/api/RichIterable;
NestHost: at.yawk.numaec.BaseFloatLongMap
InnerClasses:
  at.yawk.numaec.BaseFloatLongMap$2
  private KeyValueIterator = at.yawk.numaec.BaseFloatLongMap$KeyValueIterator of at.yawk.numaec.BaseFloatLongMap