class org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView extends org.eclipse.collections.impl.lazy.AbstractLazyIterable<org.eclipse.collections.api.tuple.primitive.ObjectIntPair<K>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView
  super_class: org.eclipse.collections.impl.lazy.AbstractLazyIterable
{
  final org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void each(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.tuple.primitive.ObjectIntPair<K>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 2083
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 2085
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.isNonSentinel:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 2087
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.toNonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.values:[I
            iload 2 /* i */
            iaload
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(Ljava/lang/Object;I)Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         4: .line 2083
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
        end local 2 // int i
         6: .line 2090
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeyValuesView;
            0    7     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair<TK;>;>;
            1    6     2          i  I
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair<TK;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super org.eclipse.collections.api.tuple.primitive.ObjectIntPair<K>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 2095
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         1: .line 2096
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 2098
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.isNonSentinel:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 2100
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.toNonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.values:[I
            iload 3 /* i */
            iaload
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(Ljava/lang/Object;I)Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair;
            iload 2 /* index */
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         5: .line 2101
            iinc 2 /* index */ 1
         6: .line 2096
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            arraylength
            if_icmplt 3
        end local 3 // int i
         8: .line 2104
            return
        end local 2 // int index
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeyValuesView;
            0    9     1  objectIntProcedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair<TK;>;>;
            1    9     2               index  I
            2    8     3                   i  I
    Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair<TK;>;>;)V
    MethodParameters:
                    Name  Flags
      objectIntProcedure  

  public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super org.eclipse.collections.api.tuple.primitive.ObjectIntPair<K>, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 2109
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         1: goto 5
         2: .line 2111
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.isNonSentinel:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 2113
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.toNonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.values:[I
            iload 3 /* i */
            iaload
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(Ljava/lang/Object;I)Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 2109
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap.keys:[Ljava/lang/Object;
            arraylength
            if_icmplt 2
        end local 3 // int i
         6: .line 2116
            return
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeyValuesView;
            0    7     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair<TK;>;-TP;>;
            0    7     2  parameter  TP;
            1    6     3          i  I
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair<TK;>;-TP;>;TP;)V
    MethodParameters:
           Name  Flags
      procedure  
      parameter  

  public java.util.Iterator<org.eclipse.collections.api.tuple.primitive.ObjectIntPair<K>> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView this
         0: .line 2121
            new org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView$InternalKeyValuesIterator
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView$InternalKeyValuesIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeyValuesView;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeyValuesView;
    Signature: ()Ljava/util/Iterator<Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair<TK;>;>;

  static org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap access$0(org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 2078
            aload 0
            getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectIntHashMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/eclipse/collections/impl/lazy/AbstractLazyIterable<Lorg/eclipse/collections/api/tuple/primitive/ObjectIntPair<TK;>;>;
SourceFile: "ObjectIntHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap
InnerClasses:
  private KeyValuesView = org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView of org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap
  public InternalKeyValuesIterator = org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView$InternalKeyValuesIterator of org.eclipse.collections.impl.map.mutable.primitive.ObjectIntHashMap$KeyValuesView