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

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

  public void each(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.tuple.primitive.DoubleObjectPair<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 4217
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 5
         1: .line 4219
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 3
         2: .line 4221
            aload 1 /* procedure */
            dconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.zeroValue:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(DLjava/lang/Object;)Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         3: .line 4223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 5
         4: .line 4225
            aload 1 /* procedure */
            dconst_1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.oneValue:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(DLjava/lang/Object;)Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         5: .line 4228
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 10
         7: .line 4230
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 2 /* i */
            daload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 9
         8: .line 4232
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 2 /* i */
            daload
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.values:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(DLjava/lang/Object;)Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         9: .line 4228
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            arraylength
            if_icmplt 7
        end local 2 // int i
        11: .line 4235
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeyValuesView;
            0   12     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TV;>;>;
            6   11     2          i  I
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TV;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super org.eclipse.collections.api.tuple.primitive.DoubleObjectPair<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 4240
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         1: .line 4241
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 8
         2: .line 4243
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 5
         3: .line 4245
            aload 1 /* objectIntProcedure */
            dconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.zeroValue:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(DLjava/lang/Object;)Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair;
            iload 2 /* index */
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         4: .line 4246
            iinc 2 /* index */ 1
         5: .line 4248
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 8
         6: .line 4250
            aload 1 /* objectIntProcedure */
            dconst_1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.oneValue:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(DLjava/lang/Object;)Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair;
            iload 2 /* index */
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         7: .line 4251
            iinc 2 /* index */ 1
         8: .line 4254
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         9: goto 14
        10: .line 4256
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 3 /* i */
            daload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 13
        11: .line 4258
            aload 1 /* objectIntProcedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 3 /* i */
            daload
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.values:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(DLjava/lang/Object;)Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair;
            iload 2 /* index */
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
        12: .line 4259
            iinc 2 /* index */ 1
        13: .line 4254
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            arraylength
            if_icmplt 10
        end local 3 // int i
        15: .line 4262
            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.DoubleObjectHashMap$KeyValuesView this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   16     0                this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeyValuesView;
            0   16     1  objectIntProcedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TV;>;>;
            1   16     2               index  I
            9   15     3                   i  I
    Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TV;>;>;)V
    MethodParameters:
                    Name  Flags
      objectIntProcedure  

  public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super org.eclipse.collections.api.tuple.primitive.DoubleObjectPair<V>, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 4267
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 5
         1: .line 4269
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 3
         2: .line 4271
            aload 1 /* procedure */
            dconst_0
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.zeroValue:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(DLjava/lang/Object;)Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 4273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 5
         4: .line 4275
            aload 1 /* procedure */
            dconst_1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.oneValue:Ljava/lang/Object;
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(DLjava/lang/Object;)Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 4278
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 4280
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 3 /* i */
            daload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 9
         8: .line 4282
            aload 1 /* procedure */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 3 /* i */
            daload
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.values:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(DLjava/lang/Object;)Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair;
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         9: .line 4278
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            arraylength
            if_icmplt 7
        end local 3 // int i
        11: .line 4285
            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.DoubleObjectHashMap$KeyValuesView this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeyValuesView;
            0   12     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TV;>;-TP;>;
            0   12     2  parameter  TP;
            6   11     3          i  I
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TV;>;-TP;>;TP;)V
    MethodParameters:
           Name  Flags
      procedure  
      parameter  

  public java.util.Iterator<org.eclipse.collections.api.tuple.primitive.DoubleObjectPair<V>> 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.DoubleObjectHashMap$KeyValuesView this
         0: .line 4290
            new org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView$InternalKeyValuesIterator
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView$InternalKeyValuesIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeyValuesView;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeyValuesView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeyValuesView;
    Signature: ()Ljava/util/Iterator<Lorg/eclipse/collections/api/tuple/primitive/DoubleObjectPair<TV;>;>;

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