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

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

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

  public void each(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.tuple.primitive.LongDoublePair>);
    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.BaseLongDoubleMap$2 this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 142
            aload 0 /* this */
            invokevirtual at.yawk.numaec.BaseLongDoubleMap$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.BaseLongDoubleMap$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lat/yawk/numaec/BaseLongDoubleMap$2;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/tuple/primitive/LongDoublePair;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/tuple/primitive/LongDoublePair;>;)V
    MethodParameters:
           Name  Flags
      procedure  
}
Signature: Lorg/eclipse/collections/impl/lazy/AbstractLazyIterable<Lorg/eclipse/collections/api/tuple/primitive/LongDoublePair;>;
SourceFile: "BaseLongDoubleMap.java"
EnclosingMethod: at.yawk.numaec.BaseLongDoubleMap.keyValuesView:()Lorg/eclipse/collections/api/RichIterable;
NestHost: at.yawk.numaec.BaseLongDoubleMap
InnerClasses:
  at.yawk.numaec.BaseLongDoubleMap$2
  private KeyValueIterator = at.yawk.numaec.BaseLongDoubleMap$KeyValueIterator of at.yawk.numaec.BaseLongDoubleMap