class org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeysView extends org.eclipse.collections.impl.lazy.primitive.AbstractLazyShortIterable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeysView
  super_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyShortIterable
{
  final org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/ShortIntHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/ShortIntHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeysView this
         0: .line 1386
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ShortIntHashMap;
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyShortIterable.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeysView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ShortIntHashMap$KeysView;
    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=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeysView this
         0: .line 1391
            new org.eclipse.collections.impl.iterator.UnmodifiableShortIterator
            dup
            new org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeySetIterator
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ShortIntHashMap;
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeySetIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/ShortIntHashMap;)V
            invokespecial org.eclipse.collections.impl.iterator.UnmodifiableShortIterator.<init>:(Lorg/eclipse/collections/api/iterator/ShortIterator;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeysView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ShortIntHashMap$KeysView;

  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 // org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeysView this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure
         0: .line 1400
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ShortIntHashMap;
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;)V
         1: .line 1401
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ShortProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeysView this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/ShortIntHashMap$KeysView;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/ShortProcedure;
    MethodParameters:
           Name  Flags
      procedure  
}
SourceFile: "ShortIntHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap
InnerClasses:
  private KeySetIterator = org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeySetIterator of org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap
  private KeysView = org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap$KeysView of org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap