class org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet implements org.eclipse.collections.api.set.primitive.MutableDoubleSet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet
  super_class: java.lang.Object
{
  final org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap this$0;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

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

  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.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 3191
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.each:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 3192
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            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.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 3200
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 3201
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            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=3, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 3206
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         1: .line 3207
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3209
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            dconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 4
         3: .line 3211
            iinc 2 /* count */ 1
         4: .line 3213
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            dconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 6
         5: .line 3215
            iinc 2 /* count */ 1
         6: .line 3218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.DoublePredicate int top top int int double[]
      StackMap stack:
         7: aload 7
            iload 5
            daload
            dstore 3 /* key */
        start local 3 // double key
         8: .line 3220
            dload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 10
            aload 1 /* predicate */
            dload 3 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 10
         9: .line 3222
            iinc 2 /* count */ 1
        end local 3 // double key
        10: .line 3218
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 7
        12: .line 3225
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            1   13     2      count  I
            8   10     3        key  D
    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=7, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 3231
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 5
         1: .line 3233
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            dconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 3
         2: .line 3235
            iconst_1
            ireturn
         3: .line 3237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            dconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 5
         4: .line 3239
            iconst_1
            ireturn
         5: .line 3242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 10
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.DoublePredicate top top int int double[]
      StackMap stack:
         6: aload 6
            iload 4
            daload
            dstore 2 /* key */
        start local 2 // double key
         7: .line 3244
            dload 2 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 9
            aload 1 /* predicate */
            dload 2 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 9
         8: .line 3246
            iconst_1
            ireturn
        end local 2 // double key
         9: .line 3242
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        10: iload 4
            iload 5
            if_icmplt 6
        11: .line 3249
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            7    9     2        key  D
    MethodParameters:
           Name  Flags
      predicate  

  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=4, locals=9, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction function
         0: .line 3255
            aload 1 /* injectedValue */
            astore 3 /* result */
        start local 3 // java.lang.Object result
         1: .line 3256
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3258
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 3260
            aload 2 /* function */
            aload 3 /* result */
            dconst_0
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction.valueOf:(Ljava/lang/Object;D)Ljava/lang/Object;
            astore 3 /* result */
         4: .line 3262
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 3264
            aload 2 /* function */
            aload 3 /* result */
            dconst_1
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction.valueOf:(Ljava/lang/Object;D)Ljava/lang/Object;
            astore 3 /* result */
         6: .line 3267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet java.lang.Object org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction java.lang.Object top top int int double[]
      StackMap stack:
         7: aload 8
            iload 6
            daload
            dstore 4 /* key */
        start local 4 // double key
         8: .line 3269
            dload 4 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 10
         9: .line 3271
            aload 2 /* function */
            aload 3 /* result */
            dload 4 /* key */
            invokeinterface org.eclipse.collections.api.block.function.primitive.ObjectDoubleToObjectFunction.valueOf:(Ljava/lang/Object;D)Ljava/lang/Object;
            astore 3 /* result */
        end local 4 // double key
        10: .line 3267
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        11: iload 6
            iload 7
            if_icmplt 7
        12: .line 3274
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object result
        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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0   13     1  injectedValue  TT;
            0   13     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectDoubleToObjectFunction<-TT;+TT;>;
            1   13     3         result  TT;
            8   10     4            key  D
    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=5, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // int size
         0: .line 3280
            iload 1 /* size */
            ifgt 2
         1: .line 3282
            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 3284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.isEmpty:()Z
            ifeq 4
         3: .line 3286
            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;
            areturn
         4: .line 3289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.doubleIterator:()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         5: .line 3290
            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 3 /* result */
        start local 3 // org.eclipse.collections.api.list.MutableList result
         6: .line 3291
            goto 14
         7: .line 3293
      StackMap locals: org.eclipse.collections.api.iterator.DoubleIterator org.eclipse.collections.api.list.MutableList
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleSets.mutable:Lorg/eclipse/collections/api/factory/set/primitive/MutableDoubleSetFactory;
            invokeinterface org.eclipse.collections.api.factory.set.primitive.MutableDoubleSetFactory.empty:()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            astore 4 /* batch */
        start local 4 // org.eclipse.collections.api.set.primitive.MutableDoubleSet batch
         8: .line 3294
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         9: goto 12
        10: .line 3296
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableDoubleSet int
      StackMap stack:
            aload 4 /* batch */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokeinterface org.eclipse.collections.api.set.primitive.MutableDoubleSet.add:(D)Z
            pop
        11: .line 3294
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            iload 1 /* size */
            if_icmpge 13
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 10
        end local 5 // int i
        13: .line 3298
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            aload 4 /* batch */
            invokeinterface org.eclipse.collections.api.list.MutableList.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // org.eclipse.collections.api.set.primitive.MutableDoubleSet batch
        14: .line 3291
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 7
        15: .line 3300
            aload 3 /* result */
            areturn
        end local 3 // org.eclipse.collections.api.list.MutableList result
        end local 2 // org.eclipse.collections.api.iterator.DoubleIterator iterator
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0   16     1      size  I
            5   16     2  iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
            6   16     3    result  Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/DoubleIterable;>;
            8   14     4     batch  Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            9   13     5         i  I
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/DoubleIterable;>;
    MethodParameters:
      Name  Flags
      size  

  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=7, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 3306
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 5
         1: .line 3308
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            dconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 3
         2: .line 3310
            iconst_0
            ireturn
         3: .line 3312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            dconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 5
         4: .line 3314
            iconst_0
            ireturn
         5: .line 3317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 10
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.DoublePredicate top top int int double[]
      StackMap stack:
         6: aload 6
            iload 4
            daload
            dstore 2 /* key */
        start local 2 // double key
         7: .line 3319
            dload 2 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 9
            aload 1 /* predicate */
            dload 2 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 9
         8: .line 3321
            iconst_0
            ireturn
        end local 2 // double key
         9: .line 3317
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        10: iload 4
            iload 5
            if_icmplt 6
        11: .line 3324
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            7    9     2        key  D
    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.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 3330
            aload 0 /* this */
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    3     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.DoubleObjectHashMap$KeySet this
        start local 1 // double element
         0: .line 3336
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            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.DoubleObjectHashMap$KeySet this
        start local 1 // double[] source
         0: .line 3342
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            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.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 3348
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    1     1  source  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
        Name  Flags
      source  

  public boolean remove(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // double key
         0: .line 3354
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.size:()I
            istore 3 /* oldSize */
        start local 3 // int oldSize
         1: .line 3355
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            dload 1 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.removeKey:(D)Ljava/lang/Object;
            pop
         2: .line 3356
            iload 3 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.size:()I
            if_icmpeq 3
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         3: iconst_0
            ireturn
        end local 3 // int oldSize
        end local 1 // double key
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    4     1      key  D
            1    4     3  oldSize  I
    MethodParameters:
      Name  Flags
      key   

  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.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 3362
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 3363
            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 3364
            goto 4
         3: .line 3366
      StackMap locals: int org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.removeKey:(D)Ljava/lang/Object;
            pop
         4: .line 3364
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 3
         5: .line 3368
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            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.DoubleObjectHashMap$KeySet this
        start local 1 // double[] source
         0: .line 3374
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 3375
            aload 1 /* source */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet 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 3377
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            dload 3 /* item */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.removeKey:(D)Ljava/lang/Object;
            pop
        end local 3 // double item
         4: .line 3375
            iinc 5 1
      StackMap locals:
      StackMap stack:
         5: iload 5
            iload 6
            if_icmplt 2
         6: .line 3379
            iload 2 /* oldSize */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.size:()I
            if_icmpeq 7
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet 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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    8     1   source  [D
            1    8     2  oldSize  I
            3    4     3     item  D
    MethodParameters:
        Name  Flags
      source  

  public boolean retainAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 3385
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.size:()I
            istore 2 /* oldSize */
        start local 2 // int oldSize
         1: .line 3386
            aload 1 /* source */
            instanceof org.eclipse.collections.api.set.primitive.DoubleSet
            ifeq 2
            aload 1 /* source */
            checkcast org.eclipse.collections.api.set.primitive.DoubleSet
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 1 /* source */
            invokeinterface org.eclipse.collections.api.DoubleIterable.toSet:()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
      StackMap locals:
      StackMap stack: org.eclipse.collections.api.set.primitive.DoubleSet
         3: astore 3 /* sourceSet */
        start local 3 // org.eclipse.collections.api.set.primitive.DoubleSet sourceSet
         4: .line 3387
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            aload 3 /* sourceSet */
            invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/DoubleSet;)Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;
              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:
                  (DLjava/lang/Object;)Z
                  org/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet.lambda$0(Lorg/eclipse/collections/api/set/primitive/DoubleSet;DLjava/lang/Object;)Z (6)
                  (DLjava/lang/Object;)Z
                  1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;)Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            astore 4 /* retained */
        start local 4 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap retained
         5: .line 3388
            aload 4 /* retained */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.size:()I
            iload 2 /* oldSize */
            if_icmpeq 12
         6: .line 3390
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
         7: .line 3391
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.values:[Ljava/lang/Object;
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.values:[Ljava/lang/Object;
         8: .line 3392
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
         9: .line 3393
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.occupiedWithData:I
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.occupiedWithData:I
        10: .line 3394
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            aload 4 /* retained */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.occupiedWithSentinels:I
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.occupiedWithSentinels:I
        11: .line 3395
            iconst_1
            ireturn
        12: .line 3397
      StackMap locals: org.eclipse.collections.api.set.primitive.DoubleSet org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap retained
        end local 3 // org.eclipse.collections.api.set.primitive.DoubleSet sourceSet
        end local 2 // int oldSize
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0   13     1     source  Lorg/eclipse/collections/api/DoubleIterable;
            1   13     2    oldSize  I
            4   13     3  sourceSet  Lorg/eclipse/collections/api/set/primitive/DoubleSet;
            5   13     4   retained  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap<TV;>;
    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.DoubleObjectHashMap$KeySet this
        start local 1 // double[] source
         0: .line 3403
            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.DoubleObjectHashMap$KeySet.retainAll:(Lorg/eclipse/collections/api/DoubleIterable;)Z
            ireturn
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    1     1  source  [D
    MethodParameters:
        Name  Flags
      source  

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

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 3415
            new org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.<init>:()V
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.set.primitive.MutableDoubleSet result
         1: .line 3416
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3418
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            dconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 4
         3: .line 3420
            aload 2 /* result */
            dconst_0
            invokeinterface org.eclipse.collections.api.set.primitive.MutableDoubleSet.add:(D)Z
            pop
         4: .line 3422
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableDoubleSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            dconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 6
         5: .line 3424
            aload 2 /* result */
            dconst_1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableDoubleSet.add:(D)Z
            pop
         6: .line 3427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.DoublePredicate org.eclipse.collections.api.set.primitive.MutableDoubleSet top top int int double[]
      StackMap stack:
         7: aload 7
            iload 5
            daload
            dstore 3 /* key */
        start local 3 // double key
         8: .line 3429
            dload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 10
            aload 1 /* predicate */
            dload 3 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 10
         9: .line 3431
            aload 2 /* result */
            dload 3 /* key */
            invokeinterface org.eclipse.collections.api.set.primitive.MutableDoubleSet.add:(D)Z
            pop
        end local 3 // double key
        10: .line 3427
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 7
        12: .line 3434
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.set.primitive.MutableDoubleSet result
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            1   13     2     result  Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            8   10     3        key  D
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 3440
            new org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.<init>:()V
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.set.primitive.MutableDoubleSet result
         1: .line 3441
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3443
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
            aload 1 /* predicate */
            dconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 4
         3: .line 3445
            aload 2 /* result */
            dconst_0
            invokeinterface org.eclipse.collections.api.set.primitive.MutableDoubleSet.add:(D)Z
            pop
         4: .line 3447
      StackMap locals: org.eclipse.collections.api.set.primitive.MutableDoubleSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
            aload 1 /* predicate */
            dconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 6
         5: .line 3449
            aload 2 /* result */
            dconst_1
            invokeinterface org.eclipse.collections.api.set.primitive.MutableDoubleSet.add:(D)Z
            pop
         6: .line 3452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.DoublePredicate org.eclipse.collections.api.set.primitive.MutableDoubleSet top top int int double[]
      StackMap stack:
         7: aload 7
            iload 5
            daload
            dstore 3 /* key */
        start local 3 // double key
         8: .line 3454
            dload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 10
            aload 1 /* predicate */
            dload 3 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifne 10
         9: .line 3456
            aload 2 /* result */
            dload 3 /* key */
            invokeinterface org.eclipse.collections.api.set.primitive.MutableDoubleSet.add:(D)Z
            pop
        end local 3 // double key
        10: .line 3452
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 7
        12: .line 3459
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.set.primitive.MutableDoubleSet result
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0   13     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            1   13     2     result  Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            8   10     3        key  D
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet with(double);
    descriptor: (D)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // double element
         0: .line 3465
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    1     1  element  D
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet without(double);
    descriptor: (D)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // double element
         0: .line 3471
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    1     1  element  D
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet withAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 3477
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    1     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet withoutAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.DoubleIterable elements
         0: .line 3483
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    1     1  elements  Lorg/eclipse/collections/api/DoubleIterable;
    MethodParameters:
          Name  Flags
      elements  

  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=9, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
        start local 2 // double ifNone
         0: .line 3489
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 5
         1: .line 3491
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 3
            aload 1 /* predicate */
            dconst_0
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 3
         2: .line 3493
            dconst_0
            dreturn
         3: .line 3495
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 5
            aload 1 /* predicate */
            dconst_1
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 5
         4: .line 3497
            dconst_1
            dreturn
         5: .line 3500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 10
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet org.eclipse.collections.api.block.predicate.primitive.DoublePredicate double top top int int double[]
      StackMap stack:
         6: aload 8
            iload 6
            daload
            dstore 4 /* key */
        start local 4 // double key
         7: .line 3502
            dload 4 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 9
            aload 1 /* predicate */
            dload 4 /* key */
            invokeinterface org.eclipse.collections.api.block.predicate.primitive.DoublePredicate.accept:(D)Z
            ifeq 9
         8: .line 3504
            dload 4 /* key */
            dreturn
        end local 4 // double key
         9: .line 3500
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        10: iload 6
            iload 7
            if_icmplt 6
        11: .line 3507
            dload 2 /* ifNone */
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0   12     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            0   12     2     ifNone  D
            7    9     4        key  D
    MethodParameters:
           Name  Flags
      predicate  
      ifNone     

  public <V> org.eclipse.collections.api.set.MutableSet<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/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
         0: .line 3513
            getstatic org.eclipse.collections.impl.factory.Sets.mutable:Lorg/eclipse/collections/api/factory/set/MutableSetFactory;
            invokeinterface org.eclipse.collections.api.factory.set.MutableSetFactory.with:()Lorg/eclipse/collections/api/set/MutableSet;
            astore 2 /* result */
        start local 2 // org.eclipse.collections.api.set.MutableSet result
         1: .line 3514
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3516
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 3518
            aload 2 /* result */
            aload 1 /* function */
            dconst_0
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction.valueOf:(D)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
            pop
         4: .line 3520
      StackMap locals: org.eclipse.collections.api.set.MutableSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 3522
            aload 2 /* result */
            aload 1 /* function */
            dconst_1
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction.valueOf:(D)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
            pop
         6: .line 3525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction org.eclipse.collections.api.set.MutableSet top top int int double[]
      StackMap stack:
         7: aload 7
            iload 5
            daload
            dstore 3 /* key */
        start local 3 // double key
         8: .line 3527
            dload 3 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 10
         9: .line 3529
            aload 2 /* result */
            aload 1 /* function */
            dload 3 /* key */
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction.valueOf:(D)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.set.MutableSet.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // double key
        10: .line 3525
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 7
        12: .line 3532
            aload 2 /* result */
            areturn
        end local 2 // org.eclipse.collections.api.set.MutableSet result
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0   13     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
            1   13     2    result  Lorg/eclipse/collections/api/set/MutableSet<TV;>;
            8   10     3       key  D
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet asUnmodifiable();
    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.DoubleObjectHashMap$KeySet this
         0: .line 3538
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.UnmodifiableDoubleSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/UnmodifiableDoubleSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet asSynchronized();
    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.DoubleObjectHashMap$KeySet this
         0: .line 3544
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.SynchronizedDoubleSet.of:(Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;)Lorg/eclipse/collections/impl/set/mutable/primitive/SynchronizedDoubleSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
         0: .line 3553
            new org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet
            dup
            invokespecial org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.<init>:()V
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;

  public double sum();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=14, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
         0: .line 3559
            dconst_0
            dstore 1 /* result */
        start local 1 // double result
         1: .line 3560
            dconst_0
            dstore 3 /* compensation */
        start local 3 // double compensation
         2: .line 3561
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 13
         3: .line 3563
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 8
         4: .line 3565
            dconst_0
            dload 3 /* compensation */
            dsub
            dstore 5 /* adjustedValue */
        start local 5 // double adjustedValue
         5: .line 3566
            dload 1 /* result */
            dload 5 /* adjustedValue */
            dadd
            dstore 7 /* nextSum */
        start local 7 // double nextSum
         6: .line 3567
            dload 7 /* nextSum */
            dload 1 /* result */
            dsub
            dload 5 /* adjustedValue */
            dsub
            dstore 3 /* compensation */
         7: .line 3568
            dload 7 /* nextSum */
            dstore 1 /* result */
        end local 7 // double nextSum
        end local 5 // double adjustedValue
         8: .line 3570
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 13
         9: .line 3572
            dconst_1
            dload 3 /* compensation */
            dsub
            dstore 5 /* adjustedValue */
        start local 5 // double adjustedValue
        10: .line 3573
            dload 1 /* result */
            dload 5 /* adjustedValue */
            dadd
            dstore 7 /* nextSum */
        start local 7 // double nextSum
        11: .line 3574
            dload 7 /* nextSum */
            dload 1 /* result */
            dsub
            dload 5 /* adjustedValue */
            dsub
            dstore 3 /* compensation */
        12: .line 3575
            dload 7 /* nextSum */
            dstore 1 /* result */
        end local 7 // double nextSum
        end local 5 // double adjustedValue
        13: .line 3578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 21
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet double double top top int int double[]
      StackMap stack:
        14: aload 9
            iload 7
            daload
            dstore 5 /* key */
        start local 5 // double key
        15: .line 3580
            dload 5 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 20
        16: .line 3582
            dload 5 /* key */
            dload 3 /* compensation */
            dsub
            dstore 10 /* adjustedValue */
        start local 10 // double adjustedValue
        17: .line 3583
            dload 1 /* result */
            dload 10 /* adjustedValue */
            dadd
            dstore 12 /* nextSum */
        start local 12 // double nextSum
        18: .line 3584
            dload 12 /* nextSum */
            dload 1 /* result */
            dsub
            dload 10 /* adjustedValue */
            dsub
            dstore 3 /* compensation */
        19: .line 3585
            dload 12 /* nextSum */
            dstore 1 /* result */
        end local 12 // double nextSum
        end local 10 // double adjustedValue
        end local 5 // double key
        20: .line 3578
      StackMap locals:
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
        21: iload 7
            iload 8
            if_icmplt 14
        22: .line 3588
            dload 1 /* result */
            dreturn
        end local 3 // double compensation
        end local 1 // double result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   23     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            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
           15   20     5            key  D
           17   20    10  adjustedValue  D
           18   20    12        nextSum  D

  public double max();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
         0: .line 3594
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3596
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 3599
      StackMap locals:
      StackMap stack:
            dconst_0
            dstore 1 /* max */
        start local 1 // double max
         3: .line 3600
            iconst_0
            istore 3 /* isMaxSet */
        start local 3 // boolean isMaxSet
         4: .line 3602
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 11
         5: .line 3604
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 8
         6: .line 3606
            dconst_0
            dstore 1 /* max */
         7: .line 3607
            iconst_1
            istore 3 /* isMaxSet */
         8: .line 3609
      StackMap locals: double int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 11
         9: .line 3611
            dconst_1
            dstore 1 /* max */
        10: .line 3612
            iconst_1
            istore 3 /* isMaxSet */
        11: .line 3615
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        12: goto 17
        13: .line 3617
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 4 /* i */
            daload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 16
            iload 3 /* isMaxSet */
            ifeq 14
            dload 1 /* max */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 4 /* i */
            daload
            invokestatic java.lang.Double.compare:(DD)I
            ifge 16
        14: .line 3619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 4 /* i */
            daload
            dstore 1 /* max */
        15: .line 3620
            iconst_1
            istore 3 /* isMaxSet */
        16: .line 3615
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            arraylength
            if_icmplt 13
        end local 4 // int i
        18: .line 3623
            dload 1 /* max */
            dreturn
        end local 3 // boolean isMaxSet
        end local 1 // double max
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            3   19     1       max  D
            4   19     3  isMaxSet  Z
           12   18     4         i  I

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

  public double min();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
         0: .line 3640
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3642
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 3645
      StackMap locals:
      StackMap stack:
            dconst_0
            dstore 1 /* min */
        start local 1 // double min
         3: .line 3646
            iconst_0
            istore 3 /* isMinSet */
        start local 3 // boolean isMinSet
         4: .line 3648
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 11
         5: .line 3650
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 8
         6: .line 3652
            dconst_0
            dstore 1 /* min */
         7: .line 3653
            iconst_1
            istore 3 /* isMinSet */
         8: .line 3655
      StackMap locals: double int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 11
            iload 3 /* isMinSet */
            ifne 11
         9: .line 3657
            dconst_1
            dstore 1 /* min */
        10: .line 3658
            iconst_1
            istore 3 /* isMinSet */
        11: .line 3661
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        12: goto 17
        13: .line 3663
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 4 /* i */
            daload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 16
            iload 3 /* isMinSet */
            ifeq 14
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 4 /* i */
            daload
            dload 1 /* min */
            invokestatic java.lang.Double.compare:(DD)I
            ifge 16
        14: .line 3665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 4 /* i */
            daload
            dstore 1 /* min */
        15: .line 3666
            iconst_1
            istore 3 /* isMinSet */
        16: .line 3661
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            arraylength
            if_icmplt 13
        end local 4 // int i
        18: .line 3669
            dload 1 /* min */
            dreturn
        end local 3 // boolean isMinSet
        end local 1 // double min
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            3   19     1       min  D
            4   19     3  isMinSet  Z
           12   18     4         i  I

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

  public double average();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
         0: .line 3686
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3688
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 3690
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.sum:()D
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.size:()I
            i2d
            ddiv
            dreturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;

  public double median();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
         0: .line 3696
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isEmpty:()Z
            ifeq 2
         1: .line 3698
            new java.lang.ArithmeticException
            dup
            invokespecial java.lang.ArithmeticException.<init>:()V
            athrow
         2: .line 3700
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.toSortedArray:()[D
            astore 1 /* sortedArray */
        start local 1 // double[] sortedArray
         3: .line 3701
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            ishr
            istore 2 /* middleIndex */
        start local 2 // int middleIndex
         4: .line 3702
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            if_icmple 8
            aload 1 /* sortedArray */
            arraylength
            iconst_1
            iand
            ifne 8
         5: .line 3704
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            daload
            dstore 3 /* first */
        start local 3 // double first
         6: .line 3705
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            iconst_1
            isub
            daload
            dstore 5 /* second */
        start local 5 // double second
         7: .line 3706
            dload 3 /* first */
            dload 5 /* second */
            dadd
            ldc 2.0
            ddiv
            dreturn
        end local 5 // double second
        end local 3 // double first
         8: .line 3708
      StackMap locals: double[] int
      StackMap stack:
            aload 1 /* sortedArray */
            iload 2 /* middleIndex */
            daload
            dreturn
        end local 2 // int middleIndex
        end local 1 // double[] sortedArray
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            3    9     1  sortedArray  [D
            4    9     2  middleIndex  I
            6    8     3        first  D
            7    8     5       second  D

  public double[] toSortedArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
         0: .line 3714
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.toArray:()[D
            astore 1 /* array */
        start local 1 // double[] array
         1: .line 3715
            aload 1 /* array */
            invokestatic java.util.Arrays.sort:([D)V
         2: .line 3716
            aload 1 /* array */
            areturn
        end local 1 // double[] array
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            1    3     1  array  [D

  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.DoubleObjectHashMap$KeySet this
         0: .line 3722
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.sortThis:()Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;

  public double[] toArray();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
         0: .line 3728
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 3729
            iload 1 /* size */
            newarray 7
            astore 2 /* result */
        start local 2 // double[] result
         2: .line 3730
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            new org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet$1
            dup
            aload 0 /* this */
            aload 2 /* result */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet$1.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;[D)V
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         3: .line 3741
            aload 2 /* result */
            areturn
        end local 2 // double[] result
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            1    4     1    size  I
            2    4     2  result  [D

  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.DoubleObjectHashMap$KeySet this
        start local 1 // double value
         0: .line 3747
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            dload 1 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.containsKey:(D)Z
            ireturn
        end local 1 // double value
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    1     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(double[]);
    descriptor: ([D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // double[] source
         0: .line 3753
            aload 1 /* source */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet double[] top top int int double[]
      StackMap stack:
         1: aload 6
            iload 4
            daload
            dstore 2 /* item */
        start local 2 // double item
         2: .line 3755
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            dload 2 /* item */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.containsKey:(D)Z
            ifne 4
         3: .line 3757
            iconst_0
            ireturn
        end local 2 // double item
         4: .line 3753
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 1
         6: .line 3760
            iconst_1
            ireturn
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    7     1  source  [D
            2    4     2    item  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=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 3766
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         1: .line 3767
            goto 4
         2: .line 3769
      StackMap locals: org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.containsKey:(D)Z
            ifne 4
         3: .line 3771
            iconst_0
            ireturn
         4: .line 3767
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.hasNext:()Z
            ifne 2
         5: .line 3774
            iconst_1
            ireturn
        end local 2 // org.eclipse.collections.api.iterator.DoubleIterator iterator
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    6     1    source  Lorg/eclipse/collections/api/DoubleIterable;
            1    6     2  iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
    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.DoubleObjectHashMap$KeySet this
         0: .line 3780
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;

  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.DoubleObjectHashMap$KeySet this
         0: .line 3786
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet.newSet:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/DoubleHashSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;

  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.DoubleObjectHashMap$KeySet this
         0: .line 3792
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBag.newBag:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/DoubleHashBag;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;

  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.DoubleObjectHashMap$KeySet this
         0: .line 3798
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;

  public org.eclipse.collections.api.set.primitive.DoubleSet freeze();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/DoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
         0: .line 3804
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            iconst_1
            putfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.copyKeysOnWrite:Z
         1: .line 3805
            iconst_0
            istore 1 /* containsZeroKey */
        start local 1 // boolean containsZeroKey
         2: .line 3806
            iconst_0
            istore 2 /* containsOneKey */
        start local 2 // boolean containsOneKey
         3: .line 3807
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 6
         4: .line 3809
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            istore 1 /* containsZeroKey */
         5: .line 3810
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            istore 2 /* containsOneKey */
         6: .line 3812
      StackMap locals: int int
      StackMap stack:
            new org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.occupiedWithData:I
            iload 1 /* containsZeroKey */
            iload 2 /* containsOneKey */
            invokespecial org.eclipse.collections.impl.map.mutable.primitive.ImmutableDoubleMapKeySet.<init>:([DIZZ)V
            areturn
        end local 2 // boolean containsOneKey
        end local 1 // boolean containsZeroKey
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            2    7     1  containsZeroKey  Z
            3    7     2   containsOneKey  Z

  public org.eclipse.collections.api.set.primitive.ImmutableDoubleSet toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
         0: .line 3818
            getstatic org.eclipse.collections.impl.factory.primitive.DoubleSets.immutable:Lorg/eclipse/collections/api/factory/set/primitive/ImmutableDoubleSetFactory;
            aload 0 /* this */
            invokeinterface org.eclipse.collections.api.factory.set.primitive.ImmutableDoubleSetFactory.withAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;

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

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

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

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // java.lang.Object obj
         0: .line 3842
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 3844
            iconst_1
            ireturn
         2: .line 3847
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.eclipse.collections.api.set.primitive.DoubleSet
            ifne 4
         3: .line 3849
            iconst_0
            ireturn
         4: .line 3852
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.collections.api.set.primitive.DoubleSet
            astore 2 /* other */
        start local 2 // org.eclipse.collections.api.set.primitive.DoubleSet other
         5: .line 3853
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.size:()I
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.set.primitive.DoubleSet.size:()I
            if_icmpne 6
            aload 0 /* this */
            aload 2 /* other */
            invokeinterface org.eclipse.collections.api.set.primitive.DoubleSet.toArray:()[D
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.containsAll:([D)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: org.eclipse.collections.api.set.primitive.DoubleSet
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // org.eclipse.collections.api.set.primitive.DoubleSet other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    7     1    obj  Ljava/lang/Object;
            5    7     2  other  Lorg/eclipse/collections/api/set/primitive/DoubleSet;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
         0: .line 3859
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         1: .line 3861
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 6
         2: .line 3863
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 4
         3: .line 3865
            iload 1 /* result */
            dconst_0
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dconst_0
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         4: .line 3867
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 6
         5: .line 3869
            iload 1 /* result */
            dconst_1
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dconst_1
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         6: .line 3872
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: goto 11
         8: .line 3874
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 2 /* i */
            daload
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 10
         9: .line 3876
            iload 1 /* result */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 2 /* i */
            daload
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            iload 2 /* i */
            daload
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
        10: .line 3872
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            arraylength
            if_icmplt 8
        end local 2 // int i
        12: .line 3880
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            1   13     1  result  I
            7   12     2       i  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
         0: .line 3886
            aload 0 /* this */
            ldc "["
            ldc ", "
            ldc "]"
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;

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

  public java.lang.String makeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // java.lang.String separator
         0: .line 3898
            aload 0 /* this */
            ldc ""
            aload 1 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String separator
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            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=5, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String separator
        start local 3 // java.lang.String end
         0: .line 3904
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 4 /* stringBuilder */
        start local 4 // java.lang.Appendable stringBuilder
         1: .line 3905
            aload 0 /* this */
            aload 4 /* stringBuilder */
            aload 1 /* start */
            aload 2 /* separator */
            aload 3 /* end */
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 3906
            aload 4 /* stringBuilder */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 4 // java.lang.Appendable stringBuilder
        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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            0    3     1          start  Ljava/lang/String;
            0    3     2      separator  Ljava/lang/String;
            0    3     3            end  Ljava/lang/String;
            1    3     4  stringBuilder  Ljava/lang/Appendable;
    MethodParameters:
           Name  Flags
      start      
      separator  
      end        

  public void appendString(java.lang.Appendable);
    descriptor: (Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // java.lang.Appendable appendable
         0: .line 3912
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ", "
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
         1: .line 3913
            return
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            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=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String separator
         0: .line 3918
            aload 0 /* this */
            aload 1 /* appendable */
            ldc ""
            aload 2 /* separator */
            ldc ""
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 3919
            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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            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=3, locals=11, args_size=5
        start local 0 // org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet 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 3926
            aload 1 /* appendable */
            aload 2 /* start */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         1: .line 3927
            iconst_1
            istore 5 /* first */
        start local 5 // boolean first
         2: .line 3928
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            ifnull 11
         3: .line 3930
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsZeroKey:Z
            ifeq 6
         4: .line 3932
            aload 1 /* appendable */
            dconst_0
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         5: .line 3933
            iconst_0
            istore 5 /* first */
         6: .line 3935
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.sentinelValues:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$SentinelValues;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues.containsOneKey:Z
            ifeq 11
         7: .line 3937
            iload 5 /* first */
            ifne 9
         8: .line 3939
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
         9: .line 3941
      StackMap locals:
      StackMap stack:
            aload 1 /* appendable */
            dconst_1
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        10: .line 3942
            iconst_0
            istore 5 /* first */
        11: .line 3945
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap;
            getfield org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.keys:[D
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 19
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String int top top int int double[]
      StackMap stack:
        12: aload 10
            iload 8
            daload
            dstore 6 /* key */
        start local 6 // double key
        13: .line 3947
            dload 6 /* key */
            invokestatic org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.isNonSentinel:(D)Z
            ifeq 18
        14: .line 3949
            iload 5 /* first */
            ifne 16
        15: .line 3951
            aload 1 /* appendable */
            aload 3 /* separator */
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        16: .line 3953
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String int double int int double[]
      StackMap stack:
            aload 1 /* appendable */
            dload 6 /* key */
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            invokeinterface java.lang.Appendable.append:(Ljava/lang/CharSequence;)Ljava/lang/Appendable;
            pop
        17: .line 3954
            iconst_0
            istore 5 /* first */
        end local 6 // double key
        18: .line 3945
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet java.lang.Appendable java.lang.String java.lang.String java.lang.String int top top int int double[]
      StackMap stack:
            iinc 8 1
      StackMap locals:
      StackMap stack:
        19: iload 8
            iload 9
            if_icmplt 12
        20: .line 3957
            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 3958
            goto 24
        22: .line 3959
      StackMap locals: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet 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 3961
            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 3963
      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.DoubleObjectHashMap$KeySet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   25     0        this  Lorg/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet;
            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
           13   18     6         key  D
           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 org.eclipse.collections.api.iterator.DoubleIterator doubleIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/DoubleIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.doubleIterator:()Lorg/eclipse/collections/api/iterator/MutableDoubleIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollection toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.toImmutable:()Lorg/eclipse/collections/api/set/primitive/ImmutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection with(double);
    descriptor: (D)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            dload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.with:(D)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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: (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.DoubleObjectHashMap$KeySet.withAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.DoubleObjectHashMap$KeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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: (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.DoubleObjectHashMap$KeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.DoubleSet select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/set/primitive/DoubleSet;
    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.DoubleObjectHashMap$KeySet.select:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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: (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.DoubleObjectHashMap$KeySet.withoutAll:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            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.DoubleObjectHashMap$KeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/collection/MutableCollection;
    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.DoubleObjectHashMap$KeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable collect(org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/set/SetIterable;
    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.DoubleObjectHashMap$KeySet.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.asSynchronized:()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.DoubleSet tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/set/primitive/DoubleSet;
    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.set.primitive.MutableDoubleSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection tap(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    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.set.primitive.MutableDoubleSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            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.set.primitive.MutableDoubleSet.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            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.DoubleObjectHashMap$KeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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: (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.DoubleObjectHashMap$KeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.DoubleSet reject(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/set/primitive/DoubleSet;
    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.DoubleObjectHashMap$KeySet.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.asUnmodifiable:()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.newEmpty:()Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection without(double);
    descriptor: (D)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            dload 1
            invokevirtual org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet.without:(D)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static boolean lambda$0(org.eclipse.collections.api.set.primitive.DoubleSet, double, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/set/primitive/DoubleSet;DLjava/lang/Object;)Z
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=3
        start local 1 // double key
        start local 3 // java.lang.Object value
         0: .line 3387
            aload 0
            dload 1 /* key */
            invokeinterface org.eclipse.collections.api.set.primitive.DoubleSet.contains:(D)Z
            ireturn
        end local 3 // java.lang.Object value
        end local 1 // double key
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     1    key  D
            0    1     3  value  TV;

  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 6
            if_icmpne 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate"
            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 "(DLjava/lang/Object;)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/DoubleObjectHashMap$KeySet"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/set/primitive/DoubleSet;DLjava/lang/Object;)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.api.set.primitive.DoubleSet
            invokedynamic accept(Lorg/eclipse/collections/api/set/primitive/DoubleSet;)Lorg/eclipse/collections/api/block/predicate/primitive/DoubleObjectPredicate;
              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:
                  (DLjava/lang/Object;)Z
                  org/eclipse/collections/impl/map/mutable/primitive/DoubleObjectHashMap$KeySet.lambda$0(Lorg/eclipse/collections/api/set/primitive/DoubleSet;DLjava/lang/Object;)Z (6)
                  (DLjava/lang/Object;)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: "DoubleObjectHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private KeySet = org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet of org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap
  org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeySet$1
  private KeysSetIterator = org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$KeysSetIterator of org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap
  private final SentinelValues = org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap$SentinelValues of org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap