public abstract class org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection implements org.eclipse.collections.api.collection.primitive.MutableDoubleCollection
  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$AbstractDoubleValuesCollection
  super_class: java.lang.Object
{
  final org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap);
    descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 551
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
    MethodParameters:
        Name  Flags
      this$0  final

  public void clear();
    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$AbstractDoubleValuesCollection this
         0: .line 556
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.clear:()V
         1: .line 557
            return
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 562
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* predicate */
            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
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 568
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* predicate */
            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
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  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=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        start local 2 // double ifNone
         0: .line 574
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* predicate */
            dload 2 /* ifNone */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.detectIfNone:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;D)D
            dreturn
        end local 2 // double ifNone
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0    1     2     ifNone  D
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public <V> org.eclipse.collections.api.collection.MutableCollection<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/collection/MutableCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
         0: .line 580
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* function */
            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
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            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/collection/MutableCollection<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <T> T injectInto(T, org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction function
         0: .line 586
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* injectedValue */
            aload 2 /* function */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.injectInto:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction;)Ljava/lang/Object;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  injectedValue  TT;
            0    1     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction<-TT;+TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  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=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // int size
         0: .line 592
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            iload 1 /* size */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.chunk:(I)Lorg/eclipse/collections/api/RichIterable;
            areturn
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  size  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=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 598
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.sum:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public double max();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 604
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.max:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public double maxIfEmpty(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // double defaultValue
         0: .line 610
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            dload 1 /* defaultValue */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.maxIfEmpty:(D)D
            dreturn
        end local 1 // double defaultValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  defaultValue  D
    MethodParameters:
              Name  Flags
      defaultValue  

  public double min();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 616
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.min:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public double minIfEmpty(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // double defaultValue
         0: .line 622
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            dload 1 /* defaultValue */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.minIfEmpty:(D)D
            dreturn
        end local 1 // double defaultValue
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  defaultValue  D
    MethodParameters:
              Name  Flags
      defaultValue  

  public double average();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 628
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.average:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public double median();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 634
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.median:()D
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public double[] toSortedArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 640
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.toSortedArray:()[D
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public org.eclipse.collections.api.list.primitive.MutableDoubleList toSortedList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 646
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.toSortedList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection with(double);
    descriptor: (D)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // double element
         0: .line 652
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call with() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  element  D
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection without(double);
    descriptor: (D)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // double element
         0: .line 658
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call without() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  element  D
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection withAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 664
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.DoubleIterable elements
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection withoutAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 670
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withoutAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.DoubleIterable elements
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 676
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.collection.mutable.primitive.UnmodifiableDoubleCollection.of:(Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/impl/collection/mutable/primitive/UnmodifiableDoubleCollection;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 682
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedDoubleCollection.of:(Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;)Lorg/eclipse/collections/impl/collection/mutable/primitive/SynchronizedDoubleCollection;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 688
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableDoubleListFactory;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactory.withAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  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$AbstractDoubleValuesCollection this
        start local 1 // double value
         0: .line 694
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            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$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(double[]);
    descriptor: ([D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // double[] source
         0: .line 700
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* source */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.containsAll:([D)Z
            ireturn
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  source  [D
    MethodParameters:
        Name  Flags
      source  

  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$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 706
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* source */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.containsAll:(Lorg/eclipse/collections/api/DoubleIterable;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  source  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
        Name  Flags
      source  

  public org.eclipse.collections.api.list.primitive.MutableDoubleList toList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 712
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.toList:()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 718
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.toSet:()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public org.eclipse.collections.api.bag.primitive.MutableDoubleBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 724
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.toBag:()Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public org.eclipse.collections.api.LazyDoubleIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyDoubleIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 730
            new org.eclipse.collections.impl.lazy.primitive.LazyDoubleIterableAdapter
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.LazyDoubleIterableAdapter.<init>:(Lorg/eclipse/collections/api/DoubleIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  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$AbstractDoubleValuesCollection this
         0: .line 736
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  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$AbstractDoubleValuesCollection this
         0: .line 742
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.notEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public java.lang.String makeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 748
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.makeString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public java.lang.String makeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // java.lang.String separator
         0: .line 754
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* separator */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.makeString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String separator
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  separator  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      separator  

  public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String separator
        start local 3 // java.lang.String end
         0: .line 760
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* start */
            aload 2 /* separator */
            aload 3 /* end */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 3 // java.lang.String end
        end local 2 // java.lang.String separator
        end local 1 // java.lang.String start
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1      start  Ljava/lang/String;
            0    1     2  separator  Ljava/lang/String;
            0    1     3        end  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      start      
      separator  
      end        

  public void appendString(java.lang.Appendable);
    descriptor: (Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // java.lang.Appendable appendable
         0: .line 766
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* appendable */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.appendString:(Ljava/lang/Appendable;)V
         1: .line 767
            return
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    2     1  appendable  Ljava/lang/Appendable;
    MethodParameters:
            Name  Flags
      appendable  

  public void appendString(java.lang.Appendable, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String separator
         0: .line 772
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* appendable */
            aload 2 /* separator */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
         1: .line 773
            return
        end local 2 // java.lang.String separator
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    2     1  appendable  Ljava/lang/Appendable;
            0    2     2   separator  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      appendable  
      separator   

  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=5, locals=5, args_size=5
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection 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 778
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* appendable */
            aload 2 /* start */
            aload 3 /* separator */
            aload 4 /* end */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 779
            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$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    2     1  appendable  Ljava/lang/Appendable;
            0    2     2       start  Ljava/lang/String;
            0    2     3   separator  Ljava/lang/String;
            0    2     4         end  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  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$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 784
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.each:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 785
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            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$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 790
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.each:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 791
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  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=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 796
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.count:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)I
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    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=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 802
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    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=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 808
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    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$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 814
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.noneSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean add(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // double element
         0: .line 820
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call add() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // double element
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  element  D
    MethodParameters:
         Name  Flags
      element  

  public boolean addAll(double[]);
    descriptor: ([D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // double[] source
         0: .line 826
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  source  [D
    MethodParameters:
        Name  Flags
      source  

  public boolean addAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 832
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  source  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
        Name  Flags
      source  

  public boolean removeAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 838
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 840
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         2: .line 841
            goto 4
         3: .line 843
      StackMap locals: int org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            aload 0 /* this */
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.remove:(D)Z
            pop
         4: .line 841
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 3
         5: .line 845
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.size:()I
            if_icmpeq 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 3 // org.eclipse.collections.api.iterator.DoubleIterator iterator
        end local 2 // int oldSize
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    7     1    source  Lorg/eclipse/collections/api/DoubleIterable;
            1    7     2   oldSize  I
            2    7     3  iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
    MethodParameters:
        Name  Flags
      source  

  public boolean removeAll(double[]);
    descriptor: ([D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // double[] source
         0: .line 851
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 853
            aload 1 /* source */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection double[] int top top int int double[]
      StackMap stack:
         2: aload 7
            iload 5
            daload
            dstore 3 /* item */
        start local 3 // double item
         3: .line 855
            aload 0 /* this */
            dload 3 /* item */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.remove:(D)Z
            pop
        end local 3 // double item
         4: .line 853
            iinc 5 1
      StackMap locals:
      StackMap stack:
         5: iload 5
            iload 6
            if_icmplt 2
         6: .line 857
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.size:()I
            if_icmpeq 7
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection double[] int
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // int oldSize
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    8     1   source  [D
            1    8     2  oldSize  I
            3    4     3     item  D
    MethodParameters:
        Name  Flags
      source  

  public boolean retainAll(double[]);
    descriptor: ([D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // double[] source
         0: .line 863
            aload 0 /* this */
            aload 1 /* source */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.newSetWith:([D)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.retainAll:(Lorg/eclipse/collections/api/DoubleIterable;)Z
            ireturn
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  source  [D
    MethodParameters:
        Name  Flags
      source  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 869
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public double[] toArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
         0: .line 875
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.toArray:()[D
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;

  public double[] toArray(double[]);
    descriptor: ([D)[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
        start local 1 // double[] target
         0: .line 881
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap;
            aload 1 /* target */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap.toArray:([D)[D
            areturn
        end local 1 // double[] target
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection;
            0    1     1  target  [D
    MethodParameters:
        Name  Flags
      target  

  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$AbstractDoubleValuesCollection.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
            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$AbstractDoubleValuesCollection.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/collection/MutableCollection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)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
            invokeinterface org.eclipse.collections.api.collection.primitive.MutableDoubleCollection.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
            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$AbstractDoubleValuesCollection.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractMutableDoubleValuesMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap
InnerClasses:
  protected abstract AbstractDoubleValuesCollection = org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap$AbstractDoubleValuesCollection of org.eclipse.collections.impl.map.mutable.primitive.AbstractMutableDoubleValuesMap