class at.yawk.numaec.BaseShortIntMap$1 extends org.eclipse.collections.impl.lazy.primitive.AbstractLazyShortIterable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: at.yawk.numaec.BaseShortIntMap$1
  super_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyShortIterable
{
  final at.yawk.numaec.BaseShortIntMap this$0;
    descriptor: Lat/yawk/numaec/BaseShortIntMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public org.eclipse.collections.api.iterator.ShortIterator shortIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/ShortIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // at.yawk.numaec.BaseShortIntMap$1 this
         0: .line 122
            new at.yawk.numaec.BaseShortIntMap$KeyIterator
            dup
            aload 0 /* this */
            getfield at.yawk.numaec.BaseShortIntMap$1.this$0:Lat/yawk/numaec/BaseShortIntMap;
            invokevirtual at.yawk.numaec.BaseShortIntMap.iterationCursor:()Lat/yawk/numaec/MapStoreCursor;
            invokespecial at.yawk.numaec.BaseShortIntMap$KeyIterator.<init>:(Lat/yawk/numaec/MapStoreCursor;)V
            areturn
        end local 0 // at.yawk.numaec.BaseShortIntMap$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/BaseShortIntMap$1;

  public void each(org.eclipse.collections.api.block.procedure.primitive.ShortProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // at.yawk.numaec.BaseShortIntMap$1 this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure
         0: .line 127
            aload 0 /* this */
            getfield at.yawk.numaec.BaseShortIntMap$1.this$0:Lat/yawk/numaec/BaseShortIntMap;
            aload 1 /* procedure */
            invokevirtual at.yawk.numaec.BaseShortIntMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
         1: .line 128
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure
        end local 0 // at.yawk.numaec.BaseShortIntMap$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lat/yawk/numaec/BaseShortIntMap$1;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;
    MethodParameters:
           Name  Flags
      procedure  
}
SourceFile: "BaseShortIntMap.java"
EnclosingMethod: at.yawk.numaec.BaseShortIntMap.keysView:()Lorg/eclipse/collections/api/LazyShortIterable;
NestHost: at.yawk.numaec.BaseShortIntMap
InnerClasses:
  at.yawk.numaec.BaseShortIntMap$1
  private KeyIterator = at.yawk.numaec.BaseShortIntMap$KeyIterator of at.yawk.numaec.BaseShortIntMap