public abstract class org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap extends org.eclipse.collections.impl.primitive.AbstractDoubleIterable implements org.eclipse.collections.api.map.primitive.MutableDoubleValuesMap
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap
  super_class: org.eclipse.collections.impl.primitive.AbstractDoubleIterable
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
         0: .line 49
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.primitive.AbstractDoubleIterable.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;

  protected abstract int getOccupiedWithData();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues getSentinelValues();
    descriptor: ()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract void setSentinelValuesNull();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract double getEmptyValue();
    descriptor: ()D
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract double getValueAtIndex(int);
    descriptor: (I)D
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  protected abstract int getTableSize();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract boolean isNonSentinelAtIndex(int);
    descriptor: (I)Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  protected void addEmptyKeyValue(double);
    descriptor: (D)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // double value
         0: .line 67
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsZeroKey:Z
         1: .line 68
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            dload 1 /* value */
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.zeroValue:D
         2: .line 69
            return
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  protected void removeEmptyKey();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
         0: .line 73
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsOneKey:Z
            ifeq 4
         1: .line 75
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsZeroKey:Z
         2: .line 76
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getEmptyValue:()D
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.zeroValue:D
         3: .line 77
            goto 5
         4: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.setSentinelValuesNull:()V
         5: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;

  protected void addRemovedKeyValue(double);
    descriptor: (D)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // double value
         0: .line 86
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsOneKey:Z
         1: .line 87
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            dload 1 /* value */
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.oneValue:D
         2: .line 88
            return
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0    3     1  value  D
    MethodParameters:
       Name  Flags
      value  

  protected void removeRemovedKey();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
         0: .line 92
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsZeroKey:Z
            ifeq 4
         1: .line 94
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            iconst_0
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsOneKey:Z
         2: .line 95
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getEmptyValue:()D
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.oneValue:D
         3: .line 96
            goto 5
         4: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.setSentinelValuesNull:()V
         5: .line 101
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;

  public boolean contains(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // double value
         0: .line 106
            aload 0 /* this */
            dload 1 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.containsValue:(D)Z
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 112
            aload 1 /* source */
            aload 0 /* this */
            invokedynamic accept(Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;)Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (D)Z
                  org/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap.lambda$0(D)Z (7)
                  (D)Z
                  1
            invokeinterface org.eclipse.collections.api.DoubleIterable.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0    1     1  source  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
        Name  Flags
      source  

  public double max();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
         0: .line 118
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isEmpty:()Z
            ifeq 2
         1: .line 120
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.doubleIterator:()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
            astore 1 /* iterator */
        start local 1 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         3: .line 123
            aload 1 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            dstore 2 /* max */
        start local 2 // double max
         4: .line 124
            goto 8
         5: .line 126
      StackMap locals: org.eclipse.collections.api.iterator.DoubleIterator double
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            dstore 4 /* value */
        start local 4 // double value
         6: .line 127
            dload 2 /* max */
            dload 4 /* value */
            invokestatic java.lang.Double.compare:(DD)I
            ifge 8
         7: .line 129
            dload 4 /* value */
            dstore 2 /* max */
        end local 4 // double value
         8: .line 124
      StackMap locals:
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 5
         9: .line 132
            dload 2 /* max */
            dreturn
        end local 2 // double max
        end local 1 // org.eclipse.collections.api.iterator.DoubleIterator iterator
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            3   10     1  iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
            4   10     2       max  D
            6    8     4     value  D

  public double min();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
         0: .line 138
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isEmpty:()Z
            ifeq 2
         1: .line 140
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.doubleIterator:()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
            astore 1 /* iterator */
        start local 1 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         3: .line 143
            aload 1 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            dstore 2 /* min */
        start local 2 // double min
         4: .line 144
            goto 8
         5: .line 146
      StackMap locals: org.eclipse.collections.api.iterator.DoubleIterator double
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            dstore 4 /* value */
        start local 4 // double value
         6: .line 147
            dload 4 /* value */
            dload 2 /* min */
            invokestatic java.lang.Double.compare:(DD)I
            ifge 8
         7: .line 149
            dload 4 /* value */
            dstore 2 /* min */
        end local 4 // double value
         8: .line 144
      StackMap locals:
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 5
         9: .line 152
            dload 2 /* min */
            dreturn
        end local 2 // double min
        end local 1 // org.eclipse.collections.api.iterator.DoubleIterator iterator
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            3   10     1  iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
            4   10     2       min  D
            6    8     4     value  D

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
         0: .line 158
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getOccupiedWithData:()I
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: int
         1: aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.size:()I
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap
      StackMap stack: int int
         2: iadd
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
         0: .line 164
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getOccupiedWithData:()I
            ifne 2
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnull 1
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.size:()I
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
         0: .line 170
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getOccupiedWithData:()I
            ifne 2
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnull 1
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.size:()I
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;

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

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

  public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 193
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 195
            iconst_1
            istore 5 /* first */
        start local 5 // boolean first
         2: .line 197
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnull 11
         3: .line 199
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsZeroKey:Z
            ifeq 6
         4: .line 201
            aload 1 /* appendable */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.zeroValue:D
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         5: .line 202
            iconst_0
            istore 5 /* first */
         6: .line 204
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsOneKey:Z
            ifeq 11
         7: .line 206
            iload 5 /* first */
            ifne 9
         8: .line 208
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         9: .line 210
      StackMap locals:
      StackMap stack:
            aload 1 /* appendable */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.oneValue:D
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        10: .line 211
            iconst_0
            istore 5 /* first */
        11: .line 214
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        12: goto 19
        13: .line 216
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isNonSentinelAtIndex:(I)Z
            ifeq 18
        14: .line 218
            iload 5 /* first */
            ifne 16
        15: .line 220
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        16: .line 222
      StackMap locals:
      StackMap stack:
            aload 1 /* appendable */
            aload 0 /* this */
            iload 6 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getValueAtIndex:(I)D
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        17: .line 223
            iconst_0
            istore 5 /* first */
        18: .line 214
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 6 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getTableSize:()I
            if_icmplt 13
        end local 6 // int i
        20: .line 226
            aload 1 /* appendable */
            aload 4 /* end */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        end local 5 // boolean first
        21: .line 227
            goto 24
        22: .line 228
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap java.lang.Appendable java.lang.String java.lang.String java.lang.String
      StackMap stack: java.io.IOException
            astore 5 /* e */
        start local 5 // java.io.IOException e
        23: .line 230
            new java.lang.RuntimeException
            dup
            aload 5 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.io.IOException e
        24: .line 232
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0   25     1  appendable  Ljava/lang/Appendable;
            0   25     2       start  Ljava/lang/String;
            0   25     3   separator  Ljava/lang/String;
            0   25     4         end  Ljava/lang/String;
            2   21     5       first  Z
           12   20     6           i  I
           23   24     5           e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    21      22  Class java.io.IOException
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  public double[] toArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
         0: .line 237
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.size:()I
            newarray 7
            astore 1 /* array */
        start local 1 // double[] array
         1: .line 238
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: .line 240
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnull 9
         3: .line 242
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsZeroKey:Z
            ifeq 6
         4: .line 244
            aload 1 /* array */
            iload 2 /* index */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.zeroValue:D
            dastore
         5: .line 245
            iinc 2 /* index */ 1
         6: .line 247
      StackMap locals: double[] int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsOneKey:Z
            ifeq 9
         7: .line 249
            aload 1 /* array */
            iload 2 /* index */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.oneValue:D
            dastore
         8: .line 250
            iinc 2 /* index */ 1
         9: .line 253
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        10: goto 15
        11: .line 255
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isNonSentinelAtIndex:(I)Z
            ifeq 14
        12: .line 257
            aload 1 /* array */
            iload 2 /* index */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getValueAtIndex:(I)D
            dastore
        13: .line 258
            iinc 2 /* index */ 1
        14: .line 253
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getTableSize:()I
            if_icmplt 11
        end local 3 // int i
        16: .line 262
            aload 1 /* array */
            areturn
        end local 2 // int index
        end local 1 // double[] array
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   17     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            1   17     1  array  [D
            2   17     2  index  I
           10   16     3      i  I

  public double[] toArray(double[]);
    descriptor: ([D)[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // double[] target
         0: .line 268
            aload 1 /* target */
            arraylength
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.size:()I
            if_icmpge 2
         1: .line 270
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.size:()I
            newarray 7
            astore 1 /* target */
         2: .line 272
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         3: .line 274
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnull 10
         4: .line 276
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsZeroKey:Z
            ifeq 7
         5: .line 278
            aload 1 /* target */
            iload 2 /* index */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.zeroValue:D
            dastore
         6: .line 279
            iinc 2 /* index */ 1
         7: .line 281
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsOneKey:Z
            ifeq 10
         8: .line 283
            aload 1 /* target */
            iload 2 /* index */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.oneValue:D
            dastore
         9: .line 284
            iinc 2 /* index */ 1
        10: .line 287
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        11: goto 16
        12: .line 289
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isNonSentinelAtIndex:(I)Z
            ifeq 15
        13: .line 291
            aload 1 /* target */
            iload 2 /* index */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getValueAtIndex:(I)D
            dastore
        14: .line 292
            iinc 2 /* index */ 1
        15: .line 287
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getTableSize:()I
            if_icmplt 12
        end local 3 // int i
        17: .line 296
            aload 1 /* target */
            areturn
        end local 2 // int index
        end local 1 // double[] target
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0   18     1  target  [D
            3   18     2   index  I
           11   17     3       i  I
    MethodParameters:
        Name  Flags
      target  

  public org.eclipse.collections.api.bag.primitive.MutableDoubleBag select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 302
            aload 0 /* this */
            aload 1 /* predicate */
            new org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBag
            dup
            invokespecial org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBag.<init>:()V
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
            checkcast org.eclipse.collections.api.bag.primitive.MutableDoubleBag
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.bag.primitive.MutableDoubleBag reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 308
            aload 0 /* this */
            aload 1 /* predicate */
            new org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBag
            dup
            invokespecial org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBag.<init>:()V
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
            checkcast org.eclipse.collections.api.bag.primitive.MutableDoubleBag
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.bag.MutableBag<V> collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
         0: .line 314
            aload 0 /* this */
            aload 1 /* function */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.size:()I
            invokestatic org.eclipse.collections.impl.bag.mutable.HashBag.newBag:(I)Lorg/eclipse/collections/impl/bag/mutable/HashBag;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
            checkcast org.eclipse.collections.api.bag.MutableBag
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/bag/MutableBag<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public double detectIfNone(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate, double);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        start local 2 // double value
         0: .line 320
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnull 5
         1: .line 322
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.zeroValue:D
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 3
         2: .line 324
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.zeroValue:D
            dreturn
         3: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.oneValue:D
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 5
         4: .line 328
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.oneValue:D
            dreturn
         5: .line 331
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 10
         7: .line 333
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isNonSentinelAtIndex:(I)Z
            ifeq 9
            aload 1 /* predicate */
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getValueAtIndex:(I)D
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 9
         8: .line 335
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getValueAtIndex:(I)D
            dreturn
         9: .line 331
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getTableSize:()I
            if_icmplt 7
        end local 4 // int i
        11: .line 338
            dload 2 /* value */
            dreturn
        end local 2 // double value
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0   12     2      value  D
            6   11     4          i  I
    MethodParameters:
           Name  Flags
      predicate  
      value      

  public int count(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 344
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 345
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnull 6
         2: .line 347
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.zeroValue:D
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 4
         3: .line 349
            iinc 2 /* count */ 1
         4: .line 351
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.oneValue:D
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 6
         5: .line 353
            iinc 2 /* count */ 1
         6: .line 356
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 11
         8: .line 358
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isNonSentinelAtIndex:(I)Z
            ifeq 10
            aload 1 /* predicate */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getValueAtIndex:(I)D
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 10
         9: .line 360
            iinc 2 /* count */ 1
        10: .line 356
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getTableSize:()I
            if_icmplt 8
        end local 3 // int i
        12: .line 363
            iload 2 /* count */
            ireturn
        end local 2 // int count
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            1   13     2      count  I
            7   12     3          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 369
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnull 5
         1: .line 371
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.zeroValue:D
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 3
         2: .line 373
            iconst_1
            ireturn
         3: .line 375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.oneValue:D
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 5
         4: .line 377
            iconst_1
            ireturn
         5: .line 380
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 10
         7: .line 382
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isNonSentinelAtIndex:(I)Z
            ifeq 9
            aload 1 /* predicate */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getValueAtIndex:(I)D
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 9
         8: .line 384
            iconst_1
            ireturn
         9: .line 380
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getTableSize:()I
            if_icmplt 7
        end local 2 // int i
        11: .line 387
            iconst_0
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            6   11     2          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 393
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnull 5
         1: .line 395
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.zeroValue:D
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 3
         2: .line 397
            iconst_0
            ireturn
         3: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.oneValue:D
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 5
         4: .line 401
            iconst_0
            ireturn
         5: .line 404
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 10
         7: .line 406
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isNonSentinelAtIndex:(I)Z
            ifeq 9
            aload 1 /* predicate */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getValueAtIndex:(I)D
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 9
         8: .line 408
            iconst_0
            ireturn
         9: .line 404
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getTableSize:()I
            if_icmplt 7
        end local 2 // int i
        11: .line 411
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            6   11     2          i  I
    MethodParameters:
           Name  Flags
      predicate  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 417
            aload 0 /* this */
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.DoubleIterable> chunk(int);
    descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // int size
         0: .line 423
            iload 1 /* size */
            ifgt 2
         1: .line 425
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Size for groups must be positive but was: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* size */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 427
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.Lists.mutable:Lorg/eclipse/collections/api/factory/list/MutableListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.MutableListFactory.empty:()Lorg/eclipse/collections/api/list/MutableList;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.list.MutableList result
         3: .line 428
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.notEmpty:()Z
            ifeq 17
         4: .line 430
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.size:()I
            iload 1 /* size */
            if_icmpgt 7
         5: .line 432
            aload 2 /* result */
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleBags.mutable:Lorg/eclipse/collections/api/factory/bag/primitive/MutableDoubleBagFactory;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.bag.primitive.MutableDoubleBagFactory.withAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 433
            goto 17
         7: .line 436
      StackMap locals: org.eclipse.collections.api.list.MutableList
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.doubleIterator:()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         8: .line 437
            goto 16
         9: .line 439
      StackMap locals: org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleBags.mutable:Lorg/eclipse/collections/api/factory/bag/primitive/MutableDoubleBagFactory;
            invokeinterface org.eclipse.collections.api.factory.bag.primitive.MutableDoubleBagFactory.empty:()Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            astore 4 /* batch */
        start local 4 // org.eclipse.collections.api.bag.primitive.MutableDoubleBag batch
        10: .line 440
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        11: goto 14
        12: .line 442
      StackMap locals: org.eclipse.collections.api.bag.primitive.MutableDoubleBag int
      StackMap stack:
            aload 4 /* batch */
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokeinterface org.eclipse.collections.api.bag.primitive.MutableDoubleBag.add:(D)Z
            pop
        13: .line 440
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* i */
            iload 1 /* size */
            if_icmpge 15
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 12
        end local 5 // int i
        15: .line 444
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            aload 4 /* batch */
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // org.eclipse.collections.api.bag.primitive.MutableDoubleBag batch
        16: .line 437
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 9
        end local 3 // org.eclipse.collections.api.iterator.DoubleIterator iterator
        17: .line 448
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.list.MutableList result
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0   18     1      size  I
            3   18     2    result  Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/DoubleIterable;>;
            8   17     3  iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
           10   16     4     batch  Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
           11   15     5         i  I
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/DoubleIterable;>;
    MethodParameters:
      Name  Flags
      size  

  public double sum();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
         0: .line 454
            dconst_0
            dstore 1 /* result */
        start local 1 // double result
         1: .line 455
            dconst_0
            dstore 3 /* compensation */
        start local 3 // double compensation
         2: .line 457
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnull 13
         3: .line 459
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsZeroKey:Z
            ifeq 8
         4: .line 461
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.zeroValue:D
            dload 3 /* compensation */
            dsub
            dstore 5 /* adjustedValue */
        start local 5 // double adjustedValue
         5: .line 462
            dload 1 /* result */
            dload 5 /* adjustedValue */
            dadd
            dstore 7 /* nextSum */
        start local 7 // double nextSum
         6: .line 463
            dload 7 /* nextSum */
            dload 1 /* result */
            dsub
            dload 5 /* adjustedValue */
            dsub
            dstore 3 /* compensation */
         7: .line 464
            dload 7 /* nextSum */
            dstore 1 /* result */
        end local 7 // double nextSum
        end local 5 // double adjustedValue
         8: .line 466
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsOneKey:Z
            ifeq 13
         9: .line 468
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.oneValue:D
            dload 3 /* compensation */
            dsub
            dstore 5 /* adjustedValue */
        start local 5 // double adjustedValue
        10: .line 469
            dload 1 /* result */
            dload 5 /* adjustedValue */
            dadd
            dstore 7 /* nextSum */
        start local 7 // double nextSum
        11: .line 470
            dload 7 /* nextSum */
            dload 1 /* result */
            dsub
            dload 5 /* adjustedValue */
            dsub
            dstore 3 /* compensation */
        12: .line 471
            dload 7 /* nextSum */
            dstore 1 /* result */
        end local 7 // double nextSum
        end local 5 // double adjustedValue
        13: .line 474
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        14: goto 21
        15: .line 476
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isNonSentinelAtIndex:(I)Z
            ifeq 20
        16: .line 478
            aload 0 /* this */
            iload 5 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getValueAtIndex:(I)D
            dload 3 /* compensation */
            dsub
            dstore 6 /* adjustedValue */
        start local 6 // double adjustedValue
        17: .line 479
            dload 1 /* result */
            dload 6 /* adjustedValue */
            dadd
            dstore 8 /* nextSum */
        start local 8 // double nextSum
        18: .line 480
            dload 8 /* nextSum */
            dload 1 /* result */
            dsub
            dload 6 /* adjustedValue */
            dsub
            dstore 3 /* compensation */
        19: .line 481
            dload 8 /* nextSum */
            dstore 1 /* result */
        end local 8 // double nextSum
        end local 6 // double adjustedValue
        20: .line 474
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 5 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getTableSize:()I
            if_icmplt 15
        end local 5 // int i
        22: .line 485
            dload 1 /* result */
            dreturn
        end local 3 // double compensation
        end local 1 // double result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            1   23     1         result  D
            2   23     3   compensation  D
            5    8     5  adjustedValue  D
            6    8     7        nextSum  D
           10   13     5  adjustedValue  D
           11   13     7        nextSum  D
           14   22     5              i  I
           17   20     6  adjustedValue  D
           18   20     8        nextSum  D

  public boolean containsValue(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // double value
         0: .line 491
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnull 2
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            dload 1 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsValue:(D)Z
            ifeq 2
         1: .line 493
            iconst_1
            ireturn
         2: .line 495
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 497
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isNonSentinelAtIndex:(I)Z
            ifeq 6
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getValueAtIndex:(I)D
            dload 1 /* value */
            invokestatic java.lang.Double.compare:(DD)I
            ifne 6
         5: .line 499
            iconst_1
            ireturn
         6: .line 495
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getTableSize:()I
            if_icmplt 4
        end local 3 // int i
         8: .line 502
            iconst_0
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0    9     1  value  D
            3    8     3      i  I
    MethodParameters:
       Name  Flags
      value  

  public void forEachValue(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 508
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            ifnull 5
         1: .line 510
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsZeroKey:Z
            ifeq 3
         2: .line 512
            aload 1 /* procedure */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.zeroValue:D
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure.value:(D)V
         3: .line 514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.containsOneKey:Z
            ifeq 5
         4: .line 516
            aload 1 /* procedure */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getSentinelValues:()Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues.oneValue:D
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure.value:(D)V
         5: .line 519
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 10
         7: .line 521
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isNonSentinelAtIndex:(I)Z
            ifeq 9
         8: .line 523
            aload 1 /* procedure */
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getValueAtIndex:(I)D
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure.value:(D)V
         9: .line 519
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.getTableSize:()I
            if_icmplt 7
        end local 2 // int i
        11: .line 526
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0   12     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
            6   11     2          i  I
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.DoubleIterable select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/DoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.DoubleBag select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/DoubleBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/bag/MutableBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/DoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.primitive.DoubleBag reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/DoubleBag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private boolean lambda$0(double);
    descriptor: (D)Z
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
        start local 1 // double value
         0: .line 112
            aload 0 /* this */
            dload 1 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.contains:(D)Z
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            0    1     1  value  D

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 1
          -1647345005: 1
              default: 2
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "lambda$0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            istore 2
      StackMap locals:
      StackMap stack:
         2: iload 2
            lookupswitch { // 1
                    0: 3
              default: 4
          }
      StackMap locals:
      StackMap stack:
         3: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 7
            if_icmpne 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/predicate/primitive/DoublePredicate"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "accept"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(D)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(D)Z"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap
            invokedynamic accept(Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;)Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (D)Z
                  org/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap.lambda$0(D)Z (7)
                  (D)Z
                  1
            areturn
      StackMap locals:
      StackMap stack:
         4: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractMutableDoubleValuesMap.java"
NestMembers:
  org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection  org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  protected abstract AbstractDoubleValuesCollection = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap
  protected SentinelValues = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$SentinelValues of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap