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

  private void <init>(org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView this
         0: .line 3507
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyIntIterable.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeysView;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.eclipse.collections.api.iterator.IntIterator intIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/IntIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView this
         0: .line 3512
            new org.eclipse.collections.impl.iterator.UnmodifiableIntIterator
            dup
            new org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;)V
            invokespecial org.eclipse.collections.impl.iterator.UnmodifiableIntIterator.<init>:(Lorg/eclipse/collections/api/iterator/IntIterator;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeysView;

  public void forEach(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
         0: .line 3518
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView.each:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
         1: .line 3519
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeysView;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public void each(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
         0: .line 3524
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap;
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)V
         1: .line 3525
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.IntProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/IntObjectHashMap$KeysView;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;
    MethodParameters:
           Name  Flags
      procedure  
}
SourceFile: "IntObjectHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap
InnerClasses:
  private KeysSetIterator = org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysSetIterator of org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap
  private KeysView = org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap$KeysView of org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap