public class it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap extends it.unimi.dsi.fastutil.doubles.AbstractDouble2BooleanSortedMap implements java.io.Serializable, java.lang.Cloneable, it.unimi.dsi.fastutil.Hash
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
  super_class: it.unimi.dsi.fastutil.doubles.AbstractDouble2BooleanSortedMap
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final boolean ASSERTS;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  protected transient double[] key;
    descriptor: [D
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient boolean[] value;
    descriptor: [Z
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient int mask;
    descriptor: I
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient boolean containsNullKey;
    descriptor: Z
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient int first;
    descriptor: I
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient int last;
    descriptor: I
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient long[] link;
    descriptor: [J
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient int n;
    descriptor: I
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient int maxFill;
    descriptor: I
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected final transient int minN;
    descriptor: I
    flags: (0x0094) ACC_PROTECTED, ACC_FINAL, ACC_TRANSIENT

  protected int size;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected final float f;
    descriptor: F
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected transient it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMap$FastSortedEntrySet entries;
    descriptor: Lit/unimi/dsi/fastutil/doubles/Double2BooleanSortedMap$FastSortedEntrySet;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient it.unimi.dsi.fastutil.doubles.DoubleSortedSet keys;
    descriptor: Lit/unimi/dsi/fastutil/doubles/DoubleSortedSet;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient it.unimi.dsi.fastutil.booleans.BooleanCollection values;
    descriptor: Lit/unimi/dsi/fastutil/booleans/BooleanCollection;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  public void <init>(int, float);
    descriptor: (IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int expected
        start local 2 // float f
         0: .line 153
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.doubles.AbstractDouble2BooleanSortedMap.<init>:()V
         1: .line 108
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
         2: .line 113
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
         3: .line 154
            fload 2 /* f */
            fconst_0
            fcmpg
            ifle 4
            fload 2 /* f */
            fconst_1
            fcmpl
            ifle 5
         4: .line 155
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap int float
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Load factor must be greater than 0 and smaller than or equal to 1"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 156
      StackMap locals:
      StackMap stack:
            iload 1 /* expected */
            ifge 7
         6: .line 157
            new java.lang.IllegalArgumentException
            dup
            ldc "The expected number of elements must be nonnegative"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 2 /* f */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.f:F
         8: .line 159
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* expected */
            fload 2 /* f */
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.minN:I
         9: .line 160
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
        10: .line 161
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            fload 2 /* f */
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.maxFill:I
        11: .line 162
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_1
            iadd
            newarray 7
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
        12: .line 163
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_1
            iadd
            newarray 4
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
        13: .line 164
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_1
            iadd
            newarray 11
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
        14: .line 165
            return
        end local 2 // float f
        end local 1 // int expected
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   15     1  expected  I
            0   15     2         f  F
    MethodParameters:
          Name  Flags
      expected  final
      f         final

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int expected
         0: .line 173
            aload 0 /* this */
            iload 1 /* expected */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.<init>:(IF)V
         1: .line 174
            return
        end local 1 // int expected
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    2     1  expected  I
    MethodParameters:
          Name  Flags
      expected  final

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 181
            aload 0 /* this */
            bipush 16
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.<init>:(IF)V
         1: .line 182
            return
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  public void <init>(java.util.Map<? extends java.lang.Double, ? extends java.lang.Boolean>, );
    descriptor: (Ljava/util/Map;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // java.util.Map m
        start local 2 // float f
         0: .line 192
            aload 0 /* this */
            aload 1 /* m */
            invokeinterface java.util.Map.size:()I
            fload 2 /* f */
            invokespecial it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.<init>:(IF)V
         1: .line 193
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.putAll:(Ljava/util/Map;)V
         2: .line 194
            return
        end local 2 // float f
        end local 1 // java.util.Map m
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    3     1     m  Ljava/util/Map<+Ljava/lang/Double;+Ljava/lang/Boolean;>;
            0    3     2     f  F
    Signature: (Ljava/util/Map<+Ljava/lang/Double;+Ljava/lang/Boolean;>;F)V
    MethodParameters:
      Name  Flags
      m     final
      f     final

  public void <init>(java.util.Map<? extends java.lang.Double, ? extends java.lang.Boolean>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // java.util.Map m
         0: .line 203
            aload 0 /* this */
            aload 1 /* m */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.<init>:(Ljava/util/Map;F)V
         1: .line 204
            return
        end local 1 // java.util.Map m
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    2     1     m  Ljava/util/Map<+Ljava/lang/Double;+Ljava/lang/Boolean;>;
    Signature: (Ljava/util/Map<+Ljava/lang/Double;+Ljava/lang/Boolean;>;)V
    MethodParameters:
      Name  Flags
      m     final

  public void <init>(it.unimi.dsi.fastutil.doubles.Double2BooleanMap, float);
    descriptor: (Lit/unimi/dsi/fastutil/doubles/Double2BooleanMap;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // it.unimi.dsi.fastutil.doubles.Double2BooleanMap m
        start local 2 // float f
         0: .line 214
            aload 0 /* this */
            aload 1 /* m */
            invokeinterface it.unimi.dsi.fastutil.doubles.Double2BooleanMap.size:()I
            fload 2 /* f */
            invokespecial it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.<init>:(IF)V
         1: .line 215
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.putAll:(Ljava/util/Map;)V
         2: .line 216
            return
        end local 2 // float f
        end local 1 // it.unimi.dsi.fastutil.doubles.Double2BooleanMap m
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    3     1     m  Lit/unimi/dsi/fastutil/doubles/Double2BooleanMap;
            0    3     2     f  F
    MethodParameters:
      Name  Flags
      m     final
      f     final

  public void <init>(it.unimi.dsi.fastutil.doubles.Double2BooleanMap);
    descriptor: (Lit/unimi/dsi/fastutil/doubles/Double2BooleanMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // it.unimi.dsi.fastutil.doubles.Double2BooleanMap m
         0: .line 225
            aload 0 /* this */
            aload 1 /* m */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.<init>:(Lit/unimi/dsi/fastutil/doubles/Double2BooleanMap;F)V
         1: .line 226
            return
        end local 1 // it.unimi.dsi.fastutil.doubles.Double2BooleanMap m
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    2     1     m  Lit/unimi/dsi/fastutil/doubles/Double2BooleanMap;
    MethodParameters:
      Name  Flags
      m     final

  public void <init>(double[], boolean[], float);
    descriptor: ([D[ZF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double[] k
        start local 2 // boolean[] v
        start local 3 // float f
         0: .line 240
            aload 0 /* this */
            aload 1 /* k */
            arraylength
            fload 3 /* f */
            invokespecial it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.<init>:(IF)V
         1: .line 241
            aload 1 /* k */
            arraylength
            aload 2 /* v */
            arraylength
            if_icmpeq 5
         2: .line 242
            new java.lang.IllegalArgumentException
            dup
         3: .line 243
            new java.lang.StringBuilder
            dup
            ldc "The key array and the value array have different lengths ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* k */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " and "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* v */
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 242
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 244
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap double[] boolean[] float
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 245
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* k */
            iload 4 /* i */
            daload
            aload 2 /* v */
            iload 4 /* i */
            baload
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.put:(DZ)Z
            pop
         8: .line 244
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            aload 1 /* k */
            arraylength
            if_icmplt 7
        end local 4 // int i
        10: .line 246
            return
        end local 3 // float f
        end local 2 // boolean[] v
        end local 1 // double[] k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   11     1     k  [D
            0   11     2     v  [Z
            0   11     3     f  F
            6   10     4     i  I
    MethodParameters:
      Name  Flags
      k     final
      v     final
      f     final

  public void <init>(double[], boolean[]);
    descriptor: ([D[Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double[] k
        start local 2 // boolean[] v
         0: .line 259
            aload 0 /* this */
            aload 1 /* k */
            aload 2 /* v */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.<init>:([D[ZF)V
         1: .line 260
            return
        end local 2 // boolean[] v
        end local 1 // double[] k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    2     1     k  [D
            0    2     2     v  [Z
    MethodParameters:
      Name  Flags
      k     final
      v     final

  private int realSize();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 262
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ifeq 1
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            iconst_1
            isub
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  private void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int capacity
         0: .line 265
            iload 1 /* capacity */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            istore 2 /* needed */
        start local 2 // int needed
         1: .line 266
            iload 2 /* needed */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            if_icmple 3
         2: .line 267
            aload 0 /* this */
            iload 2 /* needed */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.rehash:(I)V
         3: .line 268
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int needed
        end local 1 // int capacity
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    4     1  capacity  I
            1    4     2    needed  I
    MethodParameters:
          Name  Flags
      capacity  final

  private void tryCapacity(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // long capacity
         0: .line 270
            ldc 1073741824
         1: .line 271
            ldc 2
            lload 1 /* capacity */
            l2f
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.f:F
            fdiv
            f2d
            invokestatic java.lang.Math.ceil:(D)D
            d2l
            invokestatic it.unimi.dsi.fastutil.HashCommon.nextPowerOfTwo:(J)J
            invokestatic java.lang.Math.max:(JJ)J
         2: .line 270
            invokestatic java.lang.Math.min:(JJ)J
            l2i
            istore 3 /* needed */
        start local 3 // int needed
         3: .line 272
            iload 3 /* needed */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            if_icmple 5
         4: .line 273
            aload 0 /* this */
            iload 3 /* needed */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.rehash:(I)V
         5: .line 274
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int needed
        end local 1 // long capacity
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    6     1  capacity  J
            3    6     3    needed  I
    MethodParameters:
          Name  Flags
      capacity  final

  private boolean removeEntry(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int pos
         0: .line 276
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 1 /* pos */
            baload
            istore 2 /* oldValue */
        start local 2 // boolean oldValue
         1: .line 277
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
         2: .line 278
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.fixPointers:(I)V
         3: .line 279
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.shiftKeys:(I)V
         4: .line 280
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.minN:I
            if_icmple 6
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.maxFill:I
            iconst_4
            idiv
            if_icmpge 6
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            bipush 16
            if_icmple 6
         5: .line 281
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_2
            idiv
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.rehash:(I)V
         6: .line 282
      StackMap locals: int
      StackMap stack:
            iload 2 /* oldValue */
            ireturn
        end local 2 // boolean oldValue
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    7     1       pos  I
            1    7     2  oldValue  Z
    MethodParameters:
      Name  Flags
      pos   final

  private boolean removeNullEntry();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 285
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
         1: .line 286
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            baload
            istore 1 /* oldValue */
        start local 1 // boolean oldValue
         2: .line 287
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
         3: .line 288
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.fixPointers:(I)V
         4: .line 289
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.minN:I
            if_icmple 6
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.maxFill:I
            iconst_4
            idiv
            if_icmpge 6
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            bipush 16
            if_icmple 6
         5: .line 290
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_2
            idiv
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.rehash:(I)V
         6: .line 291
      StackMap locals: int
      StackMap stack:
            iload 1 /* oldValue */
            ireturn
        end local 1 // boolean oldValue
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            2    7     1  oldValue  Z

  public void putAll(java.util.Map<? extends java.lang.Double, ? extends java.lang.Boolean>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // java.util.Map m
         0: .line 295
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.f:F
            f2d
            ldc 0.5
            dcmpg
            ifgt 2
         1: .line 296
            aload 0 /* this */
            aload 1 /* m */
            invokeinterface java.util.Map.size:()I
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.ensureCapacity:(I)V
            goto 3
         2: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:()I
            aload 1 /* m */
            invokeinterface java.util.Map.size:()I
            iadd
            i2l
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.tryCapacity:(J)V
         3: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* m */
            invokespecial it.unimi.dsi.fastutil.doubles.AbstractDouble2BooleanSortedMap.putAll:(Ljava/util/Map;)V
         4: .line 301
            return
        end local 1 // java.util.Map m
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    5     1     m  Ljava/util/Map<+Ljava/lang/Double;+Ljava/lang/Boolean;>;
    Signature: (Ljava/util/Map<+Ljava/lang/Double;+Ljava/lang/Boolean;>;)V
    MethodParameters:
      Name  Flags
      m     

  private int find(double);
    descriptor: (D)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
         0: .line 304
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 4
         1: .line 305
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ifeq 2
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_1
            iadd
            ineg
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 5 /* key */
        start local 5 // double[] key
         5: .line 311
            aload 5 /* key */
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
         6: .line 312
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 6 /* pos */
        start local 6 // int pos
         7: .line 311
            daload
            dup2
            dstore 3 /* curr */
        start local 3 // double curr
         8: .line 310
            invokestatic java.lang.Double.doubleToLongBits:(D)J
         9: .line 312
            lconst_0
        10: .line 310
            lcmp
            ifne 12
        11: .line 313
            iload 6 /* pos */
            iconst_1
            iadd
            ineg
            ireturn
        12: .line 314
      StackMap locals: double double[] int
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 14
        13: .line 315
            iload 6 /* pos */
            ireturn
        14: .line 318
      StackMap locals:
      StackMap stack:
            aload 5 /* key */
            iload 6 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 6 /* pos */
            daload
            dup2
            dstore 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 16
        15: .line 319
            iload 6 /* pos */
            iconst_1
            iadd
            ineg
            ireturn
        16: .line 320
      StackMap locals:
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 14
        17: .line 321
            iload 6 /* pos */
            ireturn
        end local 6 // int pos
        end local 5 // double[] key
        end local 3 // double curr
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   18     1     k  D
            8   18     3  curr  D
            5   18     5   key  [D
            7   18     6   pos  I
    MethodParameters:
      Name  Flags
      k     final

  private void insert(int, double, boolean);
    descriptor: (IDZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=5, args_size=4
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int pos
        start local 2 // double k
        start local 4 // boolean v
         0: .line 325
            iload 1 /* pos */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            if_icmpne 2
         1: .line 326
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
         2: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            iload 1 /* pos */
            dload 2 /* k */
            dastore
         3: .line 328
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 1 /* pos */
            iload 4 /* v */
            bastore
         4: .line 329
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            ifne 8
         5: .line 330
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* pos */
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
         6: .line 332
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* pos */
            ldc -1
            lastore
         7: .line 333
            goto 11
         8: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            laload
            iload 1 /* pos */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
         9: .line 335
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* pos */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            ldc 4294967295
            lor
            lastore
        10: .line 336
            aload 0 /* this */
            iload 1 /* pos */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
        11: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            dup_x1
            iconst_1
            iadd
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.maxFill:I
            if_icmplt 13
        12: .line 339
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.rehash:(I)V
        13: .line 342
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean v
        end local 2 // double k
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   14     1   pos  I
            0   14     2     k  D
            0   14     4     v  Z
    MethodParameters:
      Name  Flags
      pos   final
      k     final
      v     final

  public boolean put(double, boolean);
    descriptor: (DZ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // boolean v
         0: .line 345
            aload 0 /* this */
            dload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.find:(D)I
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 346
            iload 4 /* pos */
            ifge 4
         2: .line 347
            aload 0 /* this */
            iload 4 /* pos */
            ineg
            iconst_1
            isub
            dload 1 /* k */
            iload 3 /* v */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.insert:(IDZ)V
         3: .line 348
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
         4: .line 350
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            baload
            istore 5 /* oldValue */
        start local 5 // boolean oldValue
         5: .line 351
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            iload 3 /* v */
            bastore
         6: .line 352
            iload 5 /* oldValue */
            ireturn
        end local 5 // boolean oldValue
        end local 4 // int pos
        end local 3 // boolean v
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    7     1         k  D
            0    7     3         v  Z
            1    7     4       pos  I
            5    7     5  oldValue  Z
    MethodParameters:
      Name  Flags
      k     final
      v     final

  protected final void shiftKeys(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int pos
         0: .line 365
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 6 /* key */
        start local 6 // double[] key
         1: .line 367
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap int top top top top double[]
      StackMap stack:
            iload 1 /* pos */
            dup
            istore 2 /* last */
        start local 2 // int last
         2: iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            istore 1 /* pos */
         3: .line 369
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap int int top top top double[]
      StackMap stack:
            aload 6 /* key */
            iload 1 /* pos */
            daload
            dup2
            dstore 4 /* curr */
        start local 4 // double curr
         4: invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 7
         5: .line 370
            aload 6 /* key */
            iload 2 /* last */
            dconst_0
            dastore
         6: .line 371
            return
         7: .line 373
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap int int top double double[]
      StackMap stack:
            dload 4 /* curr */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            istore 3 /* slot */
        start local 3 // int slot
         8: .line 374
            iload 2 /* last */
            iload 1 /* pos */
            if_icmpgt 9
            iload 2 /* last */
            iload 3 /* slot */
            if_icmpge 13
            iload 3 /* slot */
            iload 1 /* pos */
            if_icmple 11
            goto 13
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap int int int double double[]
      StackMap stack:
         9: iload 2 /* last */
            iload 3 /* slot */
            if_icmplt 11
            iload 3 /* slot */
            iload 1 /* pos */
            if_icmple 11
        10: .line 375
            goto 13
        11: .line 376
      StackMap locals:
      StackMap stack:
            iload 1 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            istore 1 /* pos */
        end local 4 // double curr
        end local 3 // int slot
        12: .line 368
            goto 3
        start local 3 // int slot
        start local 4 // double curr
        13: .line 378
      StackMap locals:
      StackMap stack:
            aload 6 /* key */
            iload 2 /* last */
            dload 4 /* curr */
            dastore
        14: .line 379
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 2 /* last */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 1 /* pos */
            baload
            bastore
        15: .line 380
            aload 0 /* this */
            iload 1 /* pos */
            iload 2 /* last */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.fixPointers:(II)V
        end local 4 // double curr
        end local 3 // int slot
        end local 2 // int last
        16: .line 366
            goto 1
        end local 6 // double[] key
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   17     1   pos  I
            2   16     2  last  I
            8   12     3  slot  I
           13   16     3  slot  I
            4   12     4  curr  D
           13   16     4  curr  D
            1   17     6   key  [D
    MethodParameters:
      Name  Flags
      pos   

  public boolean remove(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
         0: .line 386
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 4
         1: .line 387
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ifeq 3
         2: .line 388
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.removeNullEntry:()Z
            ireturn
         3: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
         4: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 5 /* key */
        start local 5 // double[] key
         5: .line 396
            aload 5 /* key */
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
         6: .line 397
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 6 /* pos */
        start local 6 // int pos
         7: .line 396
            daload
            dup2
            dstore 3 /* curr */
        start local 3 // double curr
         8: .line 395
            invokestatic java.lang.Double.doubleToLongBits:(D)J
         9: .line 397
            lconst_0
        10: .line 395
            lcmp
            ifne 12
        11: .line 398
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        12: .line 399
      StackMap locals: double double[] int
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 14
        13: .line 400
            aload 0 /* this */
            iload 6 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.removeEntry:(I)Z
            ireturn
        14: .line 402
      StackMap locals:
      StackMap stack:
            aload 5 /* key */
            iload 6 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 6 /* pos */
            daload
            dup2
            dstore 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 16
        15: .line 403
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        16: .line 404
      StackMap locals:
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 14
        17: .line 405
            aload 0 /* this */
            iload 6 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.removeEntry:(I)Z
            ireturn
        end local 6 // int pos
        end local 5 // double[] key
        end local 3 // double curr
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   18     1     k  D
            8   18     3  curr  D
            5   18     5   key  [D
            7   18     6   pos  I
    MethodParameters:
      Name  Flags
      k     final

  private boolean setValue(int, boolean);
    descriptor: (IZ)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int pos
        start local 2 // boolean v
         0: .line 409
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 1 /* pos */
            baload
            istore 3 /* oldValue */
        start local 3 // boolean oldValue
         1: .line 410
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 1 /* pos */
            iload 2 /* v */
            bastore
         2: .line 411
            iload 3 /* oldValue */
            ireturn
        end local 3 // boolean oldValue
        end local 2 // boolean v
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    3     1       pos  I
            0    3     2         v  Z
            1    3     3  oldValue  Z
    MethodParameters:
      Name  Flags
      pos   final
      v     final

  public boolean removeFirstBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 422
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            ifne 2
         1: .line 423
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            istore 1 /* pos */
        start local 1 // int pos
         3: .line 426
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* pos */
            laload
            l2i
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
         4: .line 427
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            iflt 6
         5: .line 429
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            dup2
            laload
            ldc -4294967296
            lor
            lastore
         6: .line 431
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
         7: .line 432
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 1 /* pos */
            baload
            istore 2 /* v */
        start local 2 // boolean v
         8: .line 433
            iload 1 /* pos */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            if_icmpne 11
         9: .line 434
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
        10: .line 435
            goto 12
        11: .line 436
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.shiftKeys:(I)V
        12: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.minN:I
            if_icmple 14
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.maxFill:I
            iconst_4
            idiv
            if_icmpge 14
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            bipush 16
            if_icmple 14
        13: .line 438
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_2
            idiv
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.rehash:(I)V
        14: .line 439
      StackMap locals:
      StackMap stack:
            iload 2 /* v */
            ireturn
        end local 2 // boolean v
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            3   15     1   pos  I
            8   15     2     v  Z

  public boolean removeLastBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 449
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            ifne 2
         1: .line 450
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            istore 1 /* pos */
        start local 1 // int pos
         3: .line 453
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* pos */
            laload
            bipush 32
            lushr
            l2i
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
         4: .line 454
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            iflt 6
         5: .line 456
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            dup2
            laload
            ldc 4294967295
            lor
            lastore
         6: .line 458
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
         7: .line 459
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 1 /* pos */
            baload
            istore 2 /* v */
        start local 2 // boolean v
         8: .line 460
            iload 1 /* pos */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            if_icmpne 11
         9: .line 461
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
        10: .line 462
            goto 12
        11: .line 463
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.shiftKeys:(I)V
        12: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.minN:I
            if_icmple 14
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.maxFill:I
            iconst_4
            idiv
            if_icmpge 14
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            bipush 16
            if_icmple 14
        13: .line 465
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_2
            idiv
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.rehash:(I)V
        14: .line 466
      StackMap locals:
      StackMap stack:
            iload 2 /* v */
            ireturn
        end local 2 // boolean v
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            3   15     1   pos  I
            8   15     2     v  Z

  private void moveIndexToFirst(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=6, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int i
         0: .line 469
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            iconst_1
            if_icmpeq 1
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            iload 1 /* i */
            if_icmpne 2
         1: .line 470
      StackMap locals:
      StackMap stack:
            return
         2: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            iload 1 /* i */
            if_icmpne 6
         3: .line 472
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* i */
            laload
            bipush 32
            lushr
            l2i
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
         4: .line 474
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            dup2
            laload
            ldc 4294967295
            lor
            lastore
         5: .line 475
            goto 11
         6: .line 476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* i */
            laload
            lstore 2 /* linki */
        start local 2 // long linki
         7: .line 477
            lload 2 /* linki */
            bipush 32
            lushr
            l2i
            istore 4 /* prev */
        start local 4 // int prev
         8: .line 478
            lload 2 /* linki */
            l2i
            istore 5 /* next */
        start local 5 // int next
         9: .line 479
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 4 /* prev */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 4 /* prev */
            laload
            lload 2 /* linki */
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        10: .line 480
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 5 /* next */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 5 /* next */
            laload
            lload 2 /* linki */
            ldc -4294967296
            land
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        end local 5 // int next
        end local 4 // int prev
        end local 2 // long linki
        11: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            laload
            iload 1 /* i */
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        12: .line 483
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* i */
            ldc -4294967296
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            i2l
            ldc 4294967295
            land
            lor
            lastore
        13: .line 484
            aload 0 /* this */
            iload 1 /* i */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
        14: .line 485
            return
        end local 1 // int i
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   15     1      i  I
            7   11     2  linki  J
            8   11     4   prev  I
            9   11     5   next  I
    MethodParameters:
      Name  Flags
      i     final

  private void moveIndexToLast(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=6, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int i
         0: .line 487
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            iconst_1
            if_icmpeq 1
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            iload 1 /* i */
            if_icmpne 2
         1: .line 488
      StackMap locals:
      StackMap stack:
            return
         2: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            iload 1 /* i */
            if_icmpne 6
         3: .line 490
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* i */
            laload
            l2i
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
         4: .line 492
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            dup2
            laload
            ldc -4294967296
            lor
            lastore
         5: .line 493
            goto 11
         6: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* i */
            laload
            lstore 2 /* linki */
        start local 2 // long linki
         7: .line 495
            lload 2 /* linki */
            bipush 32
            lushr
            l2i
            istore 4 /* prev */
        start local 4 // int prev
         8: .line 496
            lload 2 /* linki */
            l2i
            istore 5 /* next */
        start local 5 // int next
         9: .line 497
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 4 /* prev */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 4 /* prev */
            laload
            lload 2 /* linki */
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        10: .line 498
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 5 /* next */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 5 /* next */
            laload
            lload 2 /* linki */
            ldc -4294967296
            land
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        end local 5 // int next
        end local 4 // int prev
        end local 2 // long linki
        11: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            laload
            iload 1 /* i */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        12: .line 501
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* i */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            ldc 4294967295
            lor
            lastore
        13: .line 502
            aload 0 /* this */
            iload 1 /* i */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
        14: .line 503
            return
        end local 1 // int i
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   15     1      i  I
            7   11     2  linki  J
            8   11     4   prev  I
            9   11     5   next  I
    MethodParameters:
      Name  Flags
      i     final

  public boolean getAndMoveToFirst(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
         0: .line 514
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 5
         1: .line 515
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ifeq 4
         2: .line 516
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.moveIndexToFirst:(I)V
         3: .line 517
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            baload
            ireturn
         4: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
         5: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 5 /* key */
        start local 5 // double[] key
         6: .line 526
            aload 5 /* key */
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
         7: .line 527
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 6 /* pos */
        start local 6 // int pos
         8: .line 526
            daload
            dup2
            dstore 3 /* curr */
        start local 3 // double curr
         9: .line 525
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        10: .line 527
            lconst_0
        11: .line 525
            lcmp
            ifne 13
        12: .line 528
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        13: .line 529
      StackMap locals: double double[] int
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 16
        14: .line 530
            aload 0 /* this */
            iload 6 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.moveIndexToFirst:(I)V
        15: .line 531
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 6 /* pos */
            baload
            ireturn
        16: .line 535
      StackMap locals:
      StackMap stack:
            aload 5 /* key */
            iload 6 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 6 /* pos */
            daload
            dup2
            dstore 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 18
        17: .line 536
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        18: .line 537
      StackMap locals:
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 16
        19: .line 538
            aload 0 /* this */
            iload 6 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.moveIndexToFirst:(I)V
        20: .line 539
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 6 /* pos */
            baload
            ireturn
        end local 6 // int pos
        end local 5 // double[] key
        end local 3 // double curr
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   21     1     k  D
            9   21     3  curr  D
            6   21     5   key  [D
            8   21     6   pos  I
    MethodParameters:
      Name  Flags
      k     final

  public boolean getAndMoveToLast(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
         0: .line 553
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 5
         1: .line 554
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ifeq 4
         2: .line 555
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.moveIndexToLast:(I)V
         3: .line 556
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            baload
            ireturn
         4: .line 558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
         5: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 5 /* key */
        start local 5 // double[] key
         6: .line 565
            aload 5 /* key */
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
         7: .line 566
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 6 /* pos */
        start local 6 // int pos
         8: .line 565
            daload
            dup2
            dstore 3 /* curr */
        start local 3 // double curr
         9: .line 564
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        10: .line 566
            lconst_0
        11: .line 564
            lcmp
            ifne 13
        12: .line 567
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        13: .line 568
      StackMap locals: double double[] int
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 16
        14: .line 569
            aload 0 /* this */
            iload 6 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.moveIndexToLast:(I)V
        15: .line 570
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 6 /* pos */
            baload
            ireturn
        16: .line 574
      StackMap locals:
      StackMap stack:
            aload 5 /* key */
            iload 6 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 6 /* pos */
            daload
            dup2
            dstore 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 18
        17: .line 575
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        18: .line 576
      StackMap locals:
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 16
        19: .line 577
            aload 0 /* this */
            iload 6 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.moveIndexToLast:(I)V
        20: .line 578
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 6 /* pos */
            baload
            ireturn
        end local 6 // int pos
        end local 5 // double[] key
        end local 3 // double curr
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   21     1     k  D
            9   21     3  curr  D
            6   21     5   key  [D
            8   21     6   pos  I
    MethodParameters:
      Name  Flags
      k     final

  public boolean putAndMoveToFirst(double, boolean);
    descriptor: (DZ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // boolean v
         0: .line 595
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 7
         1: .line 596
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ifeq 4
         2: .line 597
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.moveIndexToFirst:(I)V
         3: .line 598
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iload 3 /* v */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.setValue:(IZ)Z
            ireturn
         4: .line 600
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
         5: .line 601
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            istore 4 /* pos */
        start local 4 // int pos
         6: .line 602
            goto 21
        end local 4 // int pos
         7: .line 604
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 7 /* key */
        start local 7 // double[] key
         8: .line 607
            aload 7 /* key */
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
         9: .line 608
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
        start local 4 // int pos
        10: .line 607
            daload
            dup2
            dstore 5 /* curr */
        start local 5 // double curr
        11: .line 606
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        12: .line 608
            lconst_0
        13: .line 606
            lcmp
            ifeq 21
        14: .line 609
            dload 5 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 20
        15: .line 610
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.moveIndexToFirst:(I)V
        16: .line 611
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* v */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.setValue:(IZ)Z
            ireturn
        17: .line 614
      StackMap locals: int double double[]
      StackMap stack:
            dload 5 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 20
        18: .line 615
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.moveIndexToFirst:(I)V
        19: .line 616
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* v */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.setValue:(IZ)Z
            ireturn
        20: .line 613
      StackMap locals:
      StackMap stack:
            aload 7 /* key */
            iload 4 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
            daload
            dup2
            dstore 5 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 17
        end local 7 // double[] key
        end local 5 // double curr
        21: .line 620
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            iload 4 /* pos */
            dload 1 /* k */
            dastore
        22: .line 621
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            iload 3 /* v */
            bastore
        23: .line 622
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            ifne 27
        24: .line 623
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* pos */
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
        25: .line 625
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 4 /* pos */
            ldc -1
            lastore
        26: .line 626
            goto 30
        27: .line 627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            laload
            iload 4 /* pos */
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        28: .line 628
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 4 /* pos */
            ldc -4294967296
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            i2l
            ldc 4294967295
            land
            lor
            lastore
        29: .line 629
            aload 0 /* this */
            iload 4 /* pos */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
        30: .line 631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            dup_x1
            iconst_1
            iadd
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.maxFill:I
            if_icmplt 32
        31: .line 632
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.rehash:(I)V
        32: .line 635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        end local 4 // int pos
        end local 3 // boolean v
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   33     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   33     1     k  D
            0   33     3     v  Z
            6    7     4   pos  I
           10   33     4   pos  I
           11   21     5  curr  D
            8   21     7   key  [D
    MethodParameters:
      Name  Flags
      k     final
      v     final

  public boolean putAndMoveToLast(double, boolean);
    descriptor: (DZ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // boolean v
         0: .line 650
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 7
         1: .line 651
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ifeq 4
         2: .line 652
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.moveIndexToLast:(I)V
         3: .line 653
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iload 3 /* v */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.setValue:(IZ)Z
            ireturn
         4: .line 655
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
         5: .line 656
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            istore 4 /* pos */
        start local 4 // int pos
         6: .line 657
            goto 21
        end local 4 // int pos
         7: .line 659
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 7 /* key */
        start local 7 // double[] key
         8: .line 662
            aload 7 /* key */
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
         9: .line 663
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
        start local 4 // int pos
        10: .line 662
            daload
            dup2
            dstore 5 /* curr */
        start local 5 // double curr
        11: .line 661
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        12: .line 663
            lconst_0
        13: .line 661
            lcmp
            ifeq 21
        14: .line 664
            dload 5 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 20
        15: .line 665
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.moveIndexToLast:(I)V
        16: .line 666
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* v */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.setValue:(IZ)Z
            ireturn
        17: .line 669
      StackMap locals: int double double[]
      StackMap stack:
            dload 5 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 20
        18: .line 670
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.moveIndexToLast:(I)V
        19: .line 671
            aload 0 /* this */
            iload 4 /* pos */
            iload 3 /* v */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.setValue:(IZ)Z
            ireturn
        20: .line 668
      StackMap locals:
      StackMap stack:
            aload 7 /* key */
            iload 4 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
            daload
            dup2
            dstore 5 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 17
        end local 7 // double[] key
        end local 5 // double curr
        21: .line 675
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            iload 4 /* pos */
            dload 1 /* k */
            dastore
        22: .line 676
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            iload 3 /* v */
            bastore
        23: .line 677
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            ifne 27
        24: .line 678
            aload 0 /* this */
            aload 0 /* this */
            iload 4 /* pos */
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
        25: .line 680
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 4 /* pos */
            ldc -1
            lastore
        26: .line 681
            goto 30
        27: .line 682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            laload
            iload 4 /* pos */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        28: .line 683
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 4 /* pos */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            ldc 4294967295
            lor
            lastore
        29: .line 684
            aload 0 /* this */
            iload 4 /* pos */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
        30: .line 686
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            dup_x1
            iconst_1
            iadd
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.maxFill:I
            if_icmplt 32
        31: .line 687
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.rehash:(I)V
        32: .line 690
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        end local 4 // int pos
        end local 3 // boolean v
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   33     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   33     1     k  D
            0   33     3     v  Z
            6    7     4   pos  I
           10   33     4   pos  I
           11   21     5  curr  D
            8   21     7   key  [D
    MethodParameters:
      Name  Flags
      k     final
      v     final

  public boolean get(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
         0: .line 695
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 4
         1: .line 696
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ifeq 2
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            baload
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 698
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 5 /* key */
        start local 5 // double[] key
         5: .line 702
            aload 5 /* key */
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
         6: .line 703
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 6 /* pos */
        start local 6 // int pos
         7: .line 702
            daload
            dup2
            dstore 3 /* curr */
        start local 3 // double curr
         8: .line 701
            invokestatic java.lang.Double.doubleToLongBits:(D)J
         9: .line 703
            lconst_0
        10: .line 701
            lcmp
            ifne 12
        11: .line 704
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        12: .line 705
      StackMap locals: double double[] int
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 14
        13: .line 706
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 6 /* pos */
            baload
            ireturn
        14: .line 709
      StackMap locals:
      StackMap stack:
            aload 5 /* key */
            iload 6 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 6 /* pos */
            daload
            dup2
            dstore 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 16
        15: .line 710
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        16: .line 711
      StackMap locals:
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 14
        17: .line 712
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 6 /* pos */
            baload
            ireturn
        end local 6 // int pos
        end local 5 // double[] key
        end local 3 // double curr
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   18     1     k  D
            8   18     3  curr  D
            5   18     5   key  [D
            7   18     6   pos  I
    MethodParameters:
      Name  Flags
      k     final

  public boolean containsKey(double);
    descriptor: (D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
         0: .line 718
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 2
         1: .line 719
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ireturn
         2: .line 721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 5 /* key */
        start local 5 // double[] key
         3: .line 725
            aload 5 /* key */
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
         4: .line 726
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 6 /* pos */
        start local 6 // int pos
         5: .line 725
            daload
            dup2
            dstore 3 /* curr */
        start local 3 // double curr
         6: .line 724
            invokestatic java.lang.Double.doubleToLongBits:(D)J
         7: .line 726
            lconst_0
         8: .line 724
            lcmp
            ifne 10
         9: .line 727
            iconst_0
            ireturn
        10: .line 728
      StackMap locals: double double[] int
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 12
        11: .line 729
            iconst_1
            ireturn
        12: .line 732
      StackMap locals:
      StackMap stack:
            aload 5 /* key */
            iload 6 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 6 /* pos */
            daload
            dup2
            dstore 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 14
        13: .line 733
            iconst_0
            ireturn
        14: .line 734
      StackMap locals:
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 3 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 12
        15: .line 735
            iconst_1
            ireturn
        end local 6 // int pos
        end local 5 // double[] key
        end local 3 // double curr
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   16     1     k  D
            6   16     3  curr  D
            3   16     5   key  [D
            5   16     6   pos  I
    MethodParameters:
      Name  Flags
      k     final

  public boolean containsValue(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // boolean v
         0: .line 740
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            astore 2 /* value */
        start local 2 // boolean[] value
         1: .line 741
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 3 /* key */
        start local 3 // double[] key
         2: .line 742
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ifeq 4
            aload 2 /* value */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            baload
            iload 1 /* v */
            if_icmpne 4
         3: .line 743
            iconst_1
            ireturn
         4: .line 744
      StackMap locals: boolean[] double[]
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 745
      StackMap locals: int
      StackMap stack:
            aload 3 /* key */
            iload 4 /* i */
            daload
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifeq 8
            aload 2 /* value */
            iload 4 /* i */
            baload
            iload 1 /* v */
            if_icmpne 8
         7: .line 746
            iconst_1
            ireturn
         8: .line 744
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iinc 4 /* i */ -1
            ifne 6
        end local 4 // int i
         9: .line 747
            iconst_0
            ireturn
        end local 3 // double[] key
        end local 2 // boolean[] value
        end local 1 // boolean v
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   10     1      v  Z
            1   10     2  value  [Z
            2   10     3    key  [D
            5    9     4      i  I
    MethodParameters:
      Name  Flags
      v     final

  public boolean getOrDefault(double, boolean);
    descriptor: (DZ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // boolean defaultValue
         0: .line 753
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 4
         1: .line 754
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ifeq 2
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            baload
            goto 3
      StackMap locals:
      StackMap stack:
         2: iload 3 /* defaultValue */
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 6 /* key */
        start local 6 // double[] key
         5: .line 760
            aload 6 /* key */
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
         6: .line 761
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 7 /* pos */
        start local 7 // int pos
         7: .line 760
            daload
            dup2
            dstore 4 /* curr */
        start local 4 // double curr
         8: .line 759
            invokestatic java.lang.Double.doubleToLongBits:(D)J
         9: .line 761
            lconst_0
        10: .line 759
            lcmp
            ifne 12
        11: .line 762
            iload 3 /* defaultValue */
            ireturn
        12: .line 763
      StackMap locals: double double[] int
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 4 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 14
        13: .line 764
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 7 /* pos */
            baload
            ireturn
        14: .line 767
      StackMap locals:
      StackMap stack:
            aload 6 /* key */
            iload 7 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 7 /* pos */
            daload
            dup2
            dstore 4 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 16
        15: .line 768
            iload 3 /* defaultValue */
            ireturn
        16: .line 769
      StackMap locals:
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 4 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 14
        17: .line 770
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 7 /* pos */
            baload
            ireturn
        end local 7 // int pos
        end local 6 // double[] key
        end local 4 // double curr
        end local 3 // boolean defaultValue
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0          this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   18     1             k  D
            0   18     3  defaultValue  Z
            8   18     4          curr  D
            5   18     6           key  [D
            7   18     7           pos  I
    MethodParameters:
              Name  Flags
      k             final
      defaultValue  final

  public boolean putIfAbsent(double, boolean);
    descriptor: (DZ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // boolean v
         0: .line 776
            aload 0 /* this */
            dload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.find:(D)I
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 777
            iload 4 /* pos */
            iflt 3
         2: .line 778
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            baload
            ireturn
         3: .line 779
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* pos */
            ineg
            iconst_1
            isub
            dload 1 /* k */
            iload 3 /* v */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.insert:(IDZ)V
         4: .line 780
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        end local 4 // int pos
        end local 3 // boolean v
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    5     1     k  D
            0    5     3     v  Z
            1    5     4   pos  I
    MethodParameters:
      Name  Flags
      k     final
      v     final

  public boolean remove(double, boolean);
    descriptor: (DZ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // boolean v
         0: .line 786
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 5
         1: .line 787
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ifeq 4
            iload 3 /* v */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            baload
            if_icmpne 4
         2: .line 788
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.removeNullEntry:()Z
            pop
         3: .line 789
            iconst_1
            ireturn
         4: .line 791
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 794
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 6 /* key */
        start local 6 // double[] key
         6: .line 798
            aload 6 /* key */
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
         7: .line 799
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 7 /* pos */
        start local 7 // int pos
         8: .line 798
            daload
            dup2
            dstore 4 /* curr */
        start local 4 // double curr
         9: .line 797
            invokestatic java.lang.Double.doubleToLongBits:(D)J
        10: .line 799
            lconst_0
        11: .line 797
            lcmp
            ifne 13
        12: .line 800
            iconst_0
            ireturn
        13: .line 801
      StackMap locals: double double[] int
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 4 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 16
            iload 3 /* v */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 7 /* pos */
            baload
            if_icmpne 16
        14: .line 802
            aload 0 /* this */
            iload 7 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.removeEntry:(I)Z
            pop
        15: .line 803
            iconst_1
            ireturn
        16: .line 806
      StackMap locals:
      StackMap stack:
            aload 6 /* key */
            iload 7 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            dup
            istore 7 /* pos */
            daload
            dup2
            dstore 4 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 18
        17: .line 807
            iconst_0
            ireturn
        18: .line 808
      StackMap locals:
      StackMap stack:
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            dload 4 /* curr */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lcmp
            ifne 16
            iload 3 /* v */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 7 /* pos */
            baload
            if_icmpne 16
        19: .line 809
            aload 0 /* this */
            iload 7 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.removeEntry:(I)Z
            pop
        20: .line 810
            iconst_1
            ireturn
        end local 7 // int pos
        end local 6 // double[] key
        end local 4 // double curr
        end local 3 // boolean v
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   21     1     k  D
            0   21     3     v  Z
            9   21     4  curr  D
            6   21     6   key  [D
            8   21     7   pos  I
    MethodParameters:
      Name  Flags
      k     final
      v     final

  public boolean replace(double, boolean, boolean);
    descriptor: (DZZ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // boolean oldValue
        start local 4 // boolean v
         0: .line 817
            aload 0 /* this */
            dload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.find:(D)I
            istore 5 /* pos */
        start local 5 // int pos
         1: .line 818
            iload 5 /* pos */
            iflt 2
            iload 3 /* oldValue */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 5 /* pos */
            baload
            if_icmpeq 3
         2: .line 819
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         3: .line 820
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 5 /* pos */
            iload 4 /* v */
            bastore
         4: .line 821
            iconst_1
            ireturn
        end local 5 // int pos
        end local 4 // boolean v
        end local 3 // boolean oldValue
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    5     1         k  D
            0    5     3  oldValue  Z
            0    5     4         v  Z
            1    5     5       pos  I
    MethodParameters:
          Name  Flags
      k         final
      oldValue  final
      v         final

  public boolean replace(double, boolean);
    descriptor: (DZ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // boolean v
         0: .line 826
            aload 0 /* this */
            dload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.find:(D)I
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 827
            iload 4 /* pos */
            ifge 3
         2: .line 828
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
         3: .line 829
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            baload
            istore 5 /* oldValue */
        start local 5 // boolean oldValue
         4: .line 830
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            iload 3 /* v */
            bastore
         5: .line 831
            iload 5 /* oldValue */
            ireturn
        end local 5 // boolean oldValue
        end local 4 // int pos
        end local 3 // boolean v
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    6     1         k  D
            0    6     3         v  Z
            1    6     4       pos  I
            4    6     5  oldValue  Z
    MethodParameters:
      Name  Flags
      k     final
      v     final

  public boolean computeIfAbsent(double, java.util.function.DoublePredicate);
    descriptor: (DLjava/util/function/DoublePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // java.util.function.DoublePredicate mappingFunction
         0: .line 836
            aload 3 /* mappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 837
            aload 0 /* this */
            dload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.find:(D)I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 838
            iload 4 /* pos */
            iflt 4
         3: .line 839
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            baload
            ireturn
         4: .line 840
      StackMap locals: int
      StackMap stack:
            aload 3 /* mappingFunction */
            dload 1 /* k */
            invokeinterface java.util.function.DoublePredicate.test:(D)Z
            istore 5 /* newValue */
        start local 5 // boolean newValue
         5: .line 841
            aload 0 /* this */
            iload 4 /* pos */
            ineg
            iconst_1
            isub
            dload 1 /* k */
            iload 5 /* newValue */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.insert:(IDZ)V
         6: .line 842
            iload 5 /* newValue */
            ireturn
        end local 5 // boolean newValue
        end local 4 // int pos
        end local 3 // java.util.function.DoublePredicate mappingFunction
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    7     1                k  D
            0    7     3  mappingFunction  Ljava/util/function/DoublePredicate;
            2    7     4              pos  I
            5    7     5         newValue  Z
    MethodParameters:
                 Name  Flags
      k                final
      mappingFunction  final

  public boolean computeIfAbsentNullable(double, java.util.function.DoubleFunction<? extends java.lang.Boolean>);
    descriptor: (DLjava/util/function/DoubleFunction;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // java.util.function.DoubleFunction mappingFunction
         0: .line 848
            aload 3 /* mappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 849
            aload 0 /* this */
            dload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.find:(D)I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 850
            iload 4 /* pos */
            iflt 4
         3: .line 851
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            baload
            ireturn
         4: .line 852
      StackMap locals: int
      StackMap stack:
            aload 3 /* mappingFunction */
            dload 1 /* k */
            invokeinterface java.util.function.DoubleFunction.apply:(D)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 5 /* newValue */
        start local 5 // java.lang.Boolean newValue
         5: .line 853
            aload 5 /* newValue */
            ifnonnull 7
         6: .line 854
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
         7: .line 855
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 5 /* newValue */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            istore 6 /* v */
        start local 6 // boolean v
         8: .line 856
            aload 0 /* this */
            iload 4 /* pos */
            ineg
            iconst_1
            isub
            dload 1 /* k */
            iload 6 /* v */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.insert:(IDZ)V
         9: .line 857
            iload 6 /* v */
            ireturn
        end local 6 // boolean v
        end local 5 // java.lang.Boolean newValue
        end local 4 // int pos
        end local 3 // java.util.function.DoubleFunction mappingFunction
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   10     1                k  D
            0   10     3  mappingFunction  Ljava/util/function/DoubleFunction<+Ljava/lang/Boolean;>;
            2   10     4              pos  I
            5   10     5         newValue  Ljava/lang/Boolean;
            8   10     6                v  Z
    Signature: (DLjava/util/function/DoubleFunction<+Ljava/lang/Boolean;>;)Z
    MethodParameters:
                 Name  Flags
      k                final
      mappingFunction  final

  public boolean computeIfPresent(double, java.util.function.BiFunction<? super java.lang.Double, ? super java.lang.Boolean, ? extends java.lang.Boolean>);
    descriptor: (DLjava/util/function/BiFunction;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // java.util.function.BiFunction remappingFunction
         0: .line 863
            aload 3 /* remappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 864
            aload 0 /* this */
            dload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.find:(D)I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 865
            iload 4 /* pos */
            ifge 4
         3: .line 866
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
         4: .line 867
      StackMap locals: int
      StackMap stack:
            aload 3 /* remappingFunction */
            dload 1 /* k */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            baload
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 5 /* newValue */
        start local 5 // java.lang.Boolean newValue
         5: .line 868
            aload 5 /* newValue */
            ifnonnull 10
         6: .line 869
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 8
         7: .line 870
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.removeNullEntry:()Z
            pop
            goto 9
         8: .line 872
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.removeEntry:(I)Z
            pop
         9: .line 873
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        10: .line 875
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            aload 5 /* newValue */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            dup_x2
            bastore
            ireturn
        end local 5 // java.lang.Boolean newValue
        end local 4 // int pos
        end local 3 // java.util.function.BiFunction remappingFunction
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   11     1                  k  D
            0   11     3  remappingFunction  Ljava/util/function/BiFunction<-Ljava/lang/Double;-Ljava/lang/Boolean;+Ljava/lang/Boolean;>;
            2   11     4                pos  I
            5   11     5           newValue  Ljava/lang/Boolean;
    Signature: (DLjava/util/function/BiFunction<-Ljava/lang/Double;-Ljava/lang/Boolean;+Ljava/lang/Boolean;>;)Z
    MethodParameters:
                   Name  Flags
      k                  final
      remappingFunction  final

  public boolean compute(double, java.util.function.BiFunction<? super java.lang.Double, ? super java.lang.Boolean, ? extends java.lang.Boolean>);
    descriptor: (DLjava/util/function/BiFunction;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // java.util.function.BiFunction remappingFunction
         0: .line 881
            aload 3 /* remappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 882
            aload 0 /* this */
            dload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.find:(D)I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 883
            aload 3 /* remappingFunction */
            dload 1 /* k */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
         3: .line 884
            iload 4 /* pos */
            iflt 4
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            baload
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            goto 5
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap double java.util.function.BiFunction int
      StackMap stack: java.util.function.BiFunction java.lang.Double
         4: aconst_null
         5: .line 883
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap double java.util.function.BiFunction int
      StackMap stack: java.util.function.BiFunction java.lang.Double java.lang.Boolean
            invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 5 /* newValue */
        start local 5 // java.lang.Boolean newValue
         6: .line 885
            aload 5 /* newValue */
            ifnonnull 12
         7: .line 886
            iload 4 /* pos */
            iflt 11
         8: .line 887
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 10
         9: .line 888
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.removeNullEntry:()Z
            pop
            goto 11
        10: .line 890
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.removeEntry:(I)Z
            pop
        11: .line 892
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        12: .line 894
      StackMap locals:
      StackMap stack:
            aload 5 /* newValue */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            istore 6 /* newVal */
        start local 6 // boolean newVal
        13: .line 895
            iload 4 /* pos */
            ifge 16
        14: .line 896
            aload 0 /* this */
            iload 4 /* pos */
            ineg
            iconst_1
            isub
            dload 1 /* k */
            iload 6 /* newVal */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.insert:(IDZ)V
        15: .line 897
            iload 6 /* newVal */
            ireturn
        16: .line 899
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 4 /* pos */
            iload 6 /* newVal */
            dup_x2
            bastore
            ireturn
        end local 6 // boolean newVal
        end local 5 // java.lang.Boolean newValue
        end local 4 // int pos
        end local 3 // java.util.function.BiFunction remappingFunction
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   17     0               this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   17     1                  k  D
            0   17     3  remappingFunction  Ljava/util/function/BiFunction<-Ljava/lang/Double;-Ljava/lang/Boolean;+Ljava/lang/Boolean;>;
            2   17     4                pos  I
            6   17     5           newValue  Ljava/lang/Boolean;
           13   17     6             newVal  Z
    Signature: (DLjava/util/function/BiFunction<-Ljava/lang/Double;-Ljava/lang/Boolean;+Ljava/lang/Boolean;>;)Z
    MethodParameters:
                   Name  Flags
      k                  final
      remappingFunction  final

  public boolean merge(double, boolean, java.util.function.BiFunction<? super java.lang.Boolean, ? super java.lang.Boolean, ? extends java.lang.Boolean>);
    descriptor: (DZLjava/util/function/BiFunction;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double k
        start local 3 // boolean v
        start local 4 // java.util.function.BiFunction remappingFunction
         0: .line 905
            aload 4 /* remappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 906
            aload 0 /* this */
            dload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.find:(D)I
            istore 5 /* pos */
        start local 5 // int pos
         2: .line 907
            iload 5 /* pos */
            ifge 5
         3: .line 908
            aload 0 /* this */
            iload 5 /* pos */
            ineg
            iconst_1
            isub
            dload 1 /* k */
            iload 3 /* v */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.insert:(IDZ)V
         4: .line 909
            iload 3 /* v */
            ireturn
         5: .line 911
      StackMap locals: int
      StackMap stack:
            aload 4 /* remappingFunction */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 5 /* pos */
            baload
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            iload 3 /* v */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 6 /* newValue */
        start local 6 // java.lang.Boolean newValue
         6: .line 912
            aload 6 /* newValue */
            ifnonnull 11
         7: .line 913
            dload 1 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 9
         8: .line 914
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.removeNullEntry:()Z
            pop
            goto 10
         9: .line 916
      StackMap locals: java.lang.Boolean
      StackMap stack:
            aload 0 /* this */
            iload 5 /* pos */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.removeEntry:(I)Z
            pop
        10: .line 917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.defRetValue:Z
            ireturn
        11: .line 919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 5 /* pos */
            aload 6 /* newValue */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            dup_x2
            bastore
            ireturn
        end local 6 // java.lang.Boolean newValue
        end local 5 // int pos
        end local 4 // java.util.function.BiFunction remappingFunction
        end local 3 // boolean v
        end local 1 // double k
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   12     1                  k  D
            0   12     3                  v  Z
            0   12     4  remappingFunction  Ljava/util/function/BiFunction<-Ljava/lang/Boolean;-Ljava/lang/Boolean;+Ljava/lang/Boolean;>;
            2   12     5                pos  I
            6   12     6           newValue  Ljava/lang/Boolean;
    Signature: (DZLjava/util/function/BiFunction<-Ljava/lang/Boolean;-Ljava/lang/Boolean;+Ljava/lang/Boolean;>;)Z
    MethodParameters:
                   Name  Flags
      k                  final
      v                  final
      remappingFunction  final

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 930
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            ifne 2
         1: .line 931
            return
         2: .line 932
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
         3: .line 933
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
         4: .line 934
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            dconst_0
            invokestatic java.util.Arrays.fill:([DD)V
         5: .line 935
            aload 0 /* this */
            aload 0 /* this */
            iconst_m1
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
         6: .line 936
            return
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 939
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            ireturn
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 943
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  protected void fixPointers(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=6, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int i
         0: .line 1029
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            ifne 3
         1: .line 1030
            aload 0 /* this */
            aload 0 /* this */
            iconst_m1
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
         2: .line 1031
            return
         3: .line 1033
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            iload 1 /* i */
            if_icmpne 8
         4: .line 1034
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* i */
            laload
            l2i
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
         5: .line 1035
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            iflt 7
         6: .line 1037
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            dup2
            laload
            ldc -4294967296
            lor
            lastore
         7: .line 1039
      StackMap locals:
      StackMap stack:
            return
         8: .line 1041
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            iload 1 /* i */
            if_icmpne 13
         9: .line 1042
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* i */
            laload
            bipush 32
            lushr
            l2i
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
        10: .line 1043
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            iflt 12
        11: .line 1045
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            dup2
            laload
            ldc 4294967295
            lor
            lastore
        12: .line 1047
      StackMap locals:
      StackMap stack:
            return
        13: .line 1049
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* i */
            laload
            lstore 2 /* linki */
        start local 2 // long linki
        14: .line 1050
            lload 2 /* linki */
            bipush 32
            lushr
            l2i
            istore 4 /* prev */
        start local 4 // int prev
        15: .line 1051
            lload 2 /* linki */
            l2i
            istore 5 /* next */
        start local 5 // int next
        16: .line 1052
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 4 /* prev */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 4 /* prev */
            laload
            lload 2 /* linki */
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        17: .line 1053
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 5 /* next */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 5 /* next */
            laload
            lload 2 /* linki */
            ldc -4294967296
            land
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        18: .line 1054
            return
        end local 5 // int next
        end local 4 // int prev
        end local 2 // long linki
        end local 1 // int i
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   19     1      i  I
           14   19     2  linki  J
           15   19     4   prev  I
           16   19     5   next  I
    MethodParameters:
      Name  Flags
      i     final

  protected void fixPointers(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=7, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int s
        start local 2 // int d
         0: .line 1066
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            iconst_1
            if_icmpne 4
         1: .line 1067
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* d */
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
         2: .line 1069
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 2 /* d */
            ldc -1
            lastore
         3: .line 1070
            return
         4: .line 1072
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            iload 1 /* s */
            if_icmpne 9
         5: .line 1073
            aload 0 /* this */
            iload 2 /* d */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
         6: .line 1074
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* s */
            laload
            l2i
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* s */
            laload
            l2i
            laload
            iload 2 /* d */
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
         7: .line 1075
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 2 /* d */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* s */
            laload
            lastore
         8: .line 1076
            return
         9: .line 1078
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            iload 1 /* s */
            if_icmpne 14
        10: .line 1079
            aload 0 /* this */
            iload 2 /* d */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
        11: .line 1080
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* s */
            laload
            bipush 32
            lushr
            l2i
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* s */
            laload
            bipush 32
            lushr
            l2i
            laload
            iload 2 /* d */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        12: .line 1081
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 2 /* d */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* s */
            laload
            lastore
        13: .line 1082
            return
        14: .line 1084
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 1 /* s */
            laload
            lstore 3 /* links */
        start local 3 // long links
        15: .line 1085
            lload 3 /* links */
            bipush 32
            lushr
            l2i
            istore 5 /* prev */
        start local 5 // int prev
        16: .line 1086
            lload 3 /* links */
            l2i
            istore 6 /* next */
        start local 6 // int next
        17: .line 1087
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 5 /* prev */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 5 /* prev */
            laload
            iload 2 /* d */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        18: .line 1088
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 6 /* next */
            dup2
            laload
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 6 /* next */
            laload
            iload 2 /* d */
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        19: .line 1089
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            iload 2 /* d */
            lload 3 /* links */
            lastore
        20: .line 1090
            return
        end local 6 // int next
        end local 5 // int prev
        end local 3 // long links
        end local 2 // int d
        end local 1 // int s
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   21     0   this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   21     1      s  I
            0   21     2      d  I
           15   21     3  links  J
           16   21     5   prev  I
           17   21     6   next  I
    MethodParameters:
      Name  Flags
      s     
      d     

  public double firstDoubleKey();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 1098
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            ifne 2
         1: .line 1099
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 1100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            daload
            dreturn
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  public double lastDoubleKey();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 1109
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            ifne 2
         1: .line 1110
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 1111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            daload
            dreturn
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  public it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMap tailMap(double);
    descriptor: (D)Lit/unimi/dsi/fastutil/doubles/Double2BooleanSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double from
         0: .line 1120
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // double from
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    1     1  from  D
    MethodParameters:
      Name  Flags
      from  

  public it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMap headMap(double);
    descriptor: (D)Lit/unimi/dsi/fastutil/doubles/Double2BooleanSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double to
         0: .line 1129
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // double to
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    1     1    to  D
    MethodParameters:
      Name  Flags
      to    

  public it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMap subMap(double, double);
    descriptor: (DD)Lit/unimi/dsi/fastutil/doubles/Double2BooleanSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // double from
        start local 3 // double to
         0: .line 1138
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 3 // double to
        end local 1 // double from
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    1     1  from  D
            0    1     3    to  D
    MethodParameters:
      Name  Flags
      from  
      to    

  public it.unimi.dsi.fastutil.doubles.DoubleComparator comparator();
    descriptor: ()Lit/unimi/dsi/fastutil/doubles/DoubleComparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 1147
            aconst_null
            areturn
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  public it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMap$FastSortedEntrySet double2BooleanEntrySet();
    descriptor: ()Lit/unimi/dsi/fastutil/doubles/Double2BooleanSortedMap$FastSortedEntrySet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 1565
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.entries:Lit/unimi/dsi/fastutil/doubles/Double2BooleanSortedMap$FastSortedEntrySet;
            ifnonnull 2
         1: .line 1566
            aload 0 /* this */
            new it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapEntrySet
            dup
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapEntrySet.<init>:(Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;)V
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.entries:Lit/unimi/dsi/fastutil/doubles/Double2BooleanSortedMap$FastSortedEntrySet;
         2: .line 1567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.entries:Lit/unimi/dsi/fastutil/doubles/Double2BooleanSortedMap$FastSortedEntrySet;
            areturn
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  public it.unimi.dsi.fastutil.doubles.DoubleSortedSet keySet();
    descriptor: ()Lit/unimi/dsi/fastutil/doubles/DoubleSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 1663
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.keys:Lit/unimi/dsi/fastutil/doubles/DoubleSortedSet;
            ifnonnull 2
         1: .line 1664
            aload 0 /* this */
            new it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$KeySet
            dup
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$KeySet.<init>:(Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;)V
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.keys:Lit/unimi/dsi/fastutil/doubles/DoubleSortedSet;
         2: .line 1665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.keys:Lit/unimi/dsi/fastutil/doubles/DoubleSortedSet;
            areturn
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  public it.unimi.dsi.fastutil.booleans.BooleanCollection values();
    descriptor: ()Lit/unimi/dsi/fastutil/booleans/BooleanCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 1691
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.values:Lit/unimi/dsi/fastutil/booleans/BooleanCollection;
            ifnonnull 2
         1: .line 1692
            aload 0 /* this */
            new it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$1
            dup
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$1.<init>:(Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;)V
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.values:Lit/unimi/dsi/fastutil/booleans/BooleanCollection;
         2: .line 1719
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.values:Lit/unimi/dsi/fastutil/booleans/BooleanCollection;
            areturn
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  public boolean trim();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 1736
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.trim:(I)Z
            ireturn
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  public boolean trim(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int n
         0: .line 1760
            iload 1 /* n */
            i2f
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.f:F
            fdiv
            f2d
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            invokestatic it.unimi.dsi.fastutil.HashCommon.nextPowerOfTwo:(I)I
            istore 2 /* l */
        start local 2 // int l
         1: .line 1761
            iload 2 /* l */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            if_icmpge 2
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            iload 2 /* l */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            if_icmple 3
         2: .line 1762
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
         3: .line 1764
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* l */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.rehash:(I)V
         4: .line 1765
            goto 7
      StackMap locals:
      StackMap stack: java.lang.OutOfMemoryError
         5: pop
         6: .line 1766
            iconst_0
            ireturn
         7: .line 1768
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // int l
        end local 1 // int n
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0    8     1     n  I
            1    8     2     l  I
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.OutOfMemoryError
    MethodParameters:
      Name  Flags
      n     final

  protected void rehash(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=15, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // int newN
         0: .line 1784
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 2 /* key */
        start local 2 // double[] key
         1: .line 1785
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            astore 3 /* value */
        start local 3 // boolean[] value
         2: .line 1786
            iload 1 /* newN */
            iconst_1
            isub
            istore 4 /* mask */
        start local 4 // int mask
         3: .line 1787
            iload 1 /* newN */
            iconst_1
            iadd
            newarray 7
            astore 5 /* newKey */
        start local 5 // double[] newKey
         4: .line 1788
            iload 1 /* newN */
            iconst_1
            iadd
            newarray 4
            astore 6 /* newValue */
        start local 6 // boolean[] newValue
         5: .line 1789
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            istore 7 /* i */
        start local 7 // int i
         6: iconst_m1
            istore 8 /* prev */
        start local 8 // int prev
         7: iconst_m1
            istore 9 /* newPrev */
        start local 9 // int newPrev
         8: .line 1790
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            astore 12 /* link */
        start local 12 // long[] link
         9: .line 1791
            iload 1 /* newN */
            iconst_1
            iadd
            newarray 11
            astore 13 /* newLink */
        start local 13 // long[] newLink
        10: .line 1792
            aload 0 /* this */
            iconst_m1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
        11: .line 1793
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            istore 14 /* j */
        start local 14 // int j
        12: goto 32
        13: .line 1794
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap int double[] boolean[] int double[] boolean[] int int int top top long[] long[] int
      StackMap stack:
            aload 2 /* key */
            iload 7 /* i */
            daload
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 16
        14: .line 1795
            iload 1 /* newN */
            istore 11 /* pos */
        start local 11 // int pos
        15: goto 20
        end local 11 // int pos
        16: .line 1797
      StackMap locals:
      StackMap stack:
            aload 2 /* key */
            iload 7 /* i */
            daload
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
            iload 4 /* mask */
            iand
            istore 11 /* pos */
        start local 11 // int pos
        17: .line 1798
            goto 19
        18: .line 1799
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap int double[] boolean[] int double[] boolean[] int int int top int long[] long[] int
      StackMap stack:
            iload 11 /* pos */
            iconst_1
            iadd
            iload 4 /* mask */
            iand
            istore 11 /* pos */
        19: .line 1798
      StackMap locals:
      StackMap stack:
            aload 5 /* newKey */
            iload 11 /* pos */
            daload
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 18
        20: .line 1801
      StackMap locals:
      StackMap stack:
            aload 5 /* newKey */
            iload 11 /* pos */
            aload 2 /* key */
            iload 7 /* i */
            daload
            dastore
        21: .line 1802
            aload 6 /* newValue */
            iload 11 /* pos */
            aload 3 /* value */
            iload 7 /* i */
            baload
            bastore
        22: .line 1803
            iload 8 /* prev */
            iconst_m1
            if_icmpeq 27
        23: .line 1804
            aload 13 /* newLink */
            iload 9 /* newPrev */
            dup2
            laload
            aload 13 /* newLink */
            iload 9 /* newPrev */
            laload
            iload 11 /* pos */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        24: .line 1805
            aload 13 /* newLink */
            iload 11 /* pos */
            dup2
            laload
            aload 13 /* newLink */
            iload 11 /* pos */
            laload
            iload 9 /* newPrev */
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        25: .line 1806
            iload 11 /* pos */
            istore 9 /* newPrev */
        26: .line 1807
            goto 29
        27: .line 1808
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 11 /* pos */
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            istore 9 /* newPrev */
        28: .line 1810
            aload 13 /* newLink */
            iload 11 /* pos */
            ldc -1
            lastore
        29: .line 1812
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            istore 10 /* t */
        start local 10 // int t
        30: .line 1813
            aload 12 /* link */
            iload 7 /* i */
            laload
            l2i
            istore 7 /* i */
        31: .line 1814
            iload 10 /* t */
            istore 8 /* prev */
        end local 11 // int pos
        end local 10 // int t
        32: .line 1793
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap int double[] boolean[] int double[] boolean[] int int int top top long[] long[] int
      StackMap stack:
            iload 14 /* j */
            iinc 14 /* j */ -1
            ifne 13
        end local 14 // int j
        33: .line 1816
            aload 0 /* this */
            aload 13 /* newLink */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
        34: .line 1817
            aload 0 /* this */
            iload 9 /* newPrev */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
        35: .line 1818
            iload 9 /* newPrev */
            iconst_m1
            if_icmpeq 37
        36: .line 1820
            aload 13 /* newLink */
            iload 9 /* newPrev */
            dup2
            laload
            ldc 4294967295
            lor
            lastore
        37: .line 1821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* newN */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
        38: .line 1822
            aload 0 /* this */
            iload 4 /* mask */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
        39: .line 1823
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.maxFill:I
        40: .line 1824
            aload 0 /* this */
            aload 5 /* newKey */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
        41: .line 1825
            aload 0 /* this */
            aload 6 /* newValue */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
        42: .line 1826
            return
        end local 13 // long[] newLink
        end local 12 // long[] link
        end local 9 // int newPrev
        end local 8 // int prev
        end local 7 // int i
        end local 6 // boolean[] newValue
        end local 5 // double[] newKey
        end local 4 // int mask
        end local 3 // boolean[] value
        end local 2 // double[] key
        end local 1 // int newN
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   43     0      this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   43     1      newN  I
            1   43     2       key  [D
            2   43     3     value  [Z
            3   43     4      mask  I
            4   43     5    newKey  [D
            5   43     6  newValue  [Z
            6   43     7         i  I
            7   43     8      prev  I
            8   43     9   newPrev  I
           30   32    10         t  I
           15   16    11       pos  I
           17   32    11       pos  I
            9   43    12      link  [J
           10   43    13   newLink  [J
           12   33    14         j  I
    MethodParameters:
      Name  Flags
      newN  final

  public it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap clone();
    descriptor: ()Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 1842
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
            astore 1 /* c */
        start local 1 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap c
         1: .line 1843
            goto 4
        end local 1 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap c
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
         2: pop
         3: .line 1844
            new java.lang.InternalError
            dup
            invokespecial java.lang.InternalError.<init>:()V
            athrow
        start local 1 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap c
         4: .line 1846
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
      StackMap stack:
            aload 1 /* c */
            aconst_null
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.keys:Lit/unimi/dsi/fastutil/doubles/DoubleSortedSet;
         5: .line 1847
            aload 1 /* c */
            aconst_null
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.values:Lit/unimi/dsi/fastutil/booleans/BooleanCollection;
         6: .line 1848
            aload 1 /* c */
            aconst_null
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.entries:Lit/unimi/dsi/fastutil/doubles/Double2BooleanSortedMap$FastSortedEntrySet;
         7: .line 1849
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
         8: .line 1850
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            invokevirtual double[].clone:()Ljava/lang/Object;
            checkcast double[]
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
         9: .line 1851
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            invokevirtual boolean[].clone:()Ljava/lang/Object;
            checkcast boolean[]
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
        10: .line 1852
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            invokevirtual long[].clone:()Ljava/lang/Object;
            checkcast long[]
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
        11: .line 1853
            aload 1 /* c */
            areturn
        end local 1 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap c
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            1    2     1     c  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            4   12     1     c  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 1866
            iconst_0
            istore 1 /* h */
        start local 1 // int h
         1: .line 1867
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.realSize:()I
            istore 2 /* j */
        start local 2 // int j
         2: iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: iconst_0
            istore 4 /* t */
        start local 4 // int t
         4: goto 13
         5: .line 1869
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap int int int int
      StackMap stack:
            iinc 3 /* i */ 1
         6: .line 1868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            iload 3 /* i */
            daload
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifeq 5
         7: .line 1870
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            iload 3 /* i */
            daload
            invokestatic it.unimi.dsi.fastutil.HashCommon.double2int:(D)I
            istore 4 /* t */
         8: .line 1871
            iload 4 /* t */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            iload 3 /* i */
            baload
            ifeq 9
            sipush 1231
            goto 10
      StackMap locals:
      StackMap stack: int
         9: sipush 1237
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap int int int int
      StackMap stack: int int
        10: ixor
            istore 4 /* t */
        11: .line 1872
            iload 1 /* h */
            iload 4 /* t */
            iadd
            istore 1 /* h */
        12: .line 1873
            iinc 3 /* i */ 1
        13: .line 1867
      StackMap locals:
      StackMap stack:
            iload 2 /* j */
            iinc 2 /* j */ -1
            ifne 6
        end local 4 // int t
        end local 3 // int i
        end local 2 // int j
        14: .line 1876
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
            ifeq 18
        15: .line 1877
            iload 1 /* h */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            baload
            ifeq 16
            sipush 1231
            goto 17
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap int
      StackMap stack: int
        16: sipush 1237
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap int
      StackMap stack: int int
        17: iadd
            istore 1 /* h */
        18: .line 1878
      StackMap locals:
      StackMap stack:
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            1   19     1     h  I
            2   14     2     j  I
            3   14     3     i  I
            4   14     4     t  I

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // java.io.ObjectOutputStream s
         0: .line 1881
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 2 /* key */
        start local 2 // double[] key
         1: .line 1882
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            astore 3 /* value */
        start local 3 // boolean[] value
         2: .line 1883
            new it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapIterator
            dup
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapIterator.<init>:(Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;)V
            astore 4 /* i */
        start local 4 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapIterator i
         3: .line 1884
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         4: .line 1885
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            istore 5 /* j */
        start local 5 // int j
         5: goto 9
         6: .line 1886
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap java.io.ObjectOutputStream double[] boolean[] it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapIterator int
      StackMap stack:
            aload 4 /* i */
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapIterator.nextEntry:()I
            istore 6 /* e */
        start local 6 // int e
         7: .line 1887
            aload 1 /* s */
            aload 2 /* key */
            iload 6 /* e */
            daload
            invokevirtual java.io.ObjectOutputStream.writeDouble:(D)V
         8: .line 1888
            aload 1 /* s */
            aload 3 /* value */
            iload 6 /* e */
            baload
            invokevirtual java.io.ObjectOutputStream.writeBoolean:(Z)V
        end local 6 // int e
         9: .line 1885
      StackMap locals:
      StackMap stack:
            iload 5 /* j */
            iinc 5 /* j */ -1
            ifne 6
        end local 5 // int j
        10: .line 1890
            return
        end local 4 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapIterator i
        end local 3 // boolean[] value
        end local 2 // double[] key
        end local 1 // java.io.ObjectOutputStream s
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   11     1      s  Ljava/io/ObjectOutputStream;
            1   11     2    key  [D
            2   11     3  value  [Z
            3   11     4      i  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap$MapIterator;
            5   10     5      j  I
            7    9     6      e  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=11, args_size=2
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
        start local 1 // java.io.ObjectInputStream s
         0: .line 1893
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 1894
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
         2: .line 1895
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.maxFill:I
         3: .line 1896
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
         4: .line 1897
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_1
            iadd
            newarray 7
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.key:[D
            astore 2 /* key */
        start local 2 // double[] key
         5: .line 1898
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_1
            iadd
            newarray 4
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.value:[Z
            astore 3 /* value */
        start local 3 // boolean[] value
         6: .line 1899
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            iconst_1
            iadd
            newarray 11
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.link:[J
            astore 4 /* link */
        start local 4 // long[] link
         7: .line 1900
            iconst_m1
            istore 5 /* prev */
        start local 5 // int prev
         8: .line 1901
            aload 0 /* this */
            aload 0 /* this */
            iconst_m1
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
         9: .line 1904
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.size:I
            istore 9 /* i */
        start local 9 // int i
        10: goto 30
        11: .line 1905
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap java.io.ObjectInputStream double[] boolean[] long[] int top top top int
      StackMap stack:
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.readDouble:()D
            dstore 6 /* k */
        start local 6 // double k
        12: .line 1906
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.readBoolean:()Z
            istore 8 /* v */
        start local 8 // boolean v
        13: .line 1907
            dload 6 /* k */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 17
        14: .line 1908
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.n:I
            istore 10 /* pos */
        start local 10 // int pos
        15: .line 1909
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.containsNullKey:Z
        16: .line 1910
            goto 21
        end local 10 // int pos
        17: .line 1911
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap java.io.ObjectInputStream double[] boolean[] long[] int double int int
      StackMap stack:
            dload 6 /* k */
            invokestatic java.lang.Double.doubleToRawLongBits:(D)J
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(J)J
            l2i
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            istore 10 /* pos */
        start local 10 // int pos
        18: .line 1912
            goto 20
        19: .line 1913
      StackMap locals: int
      StackMap stack:
            iload 10 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.mask:I
            iand
            istore 10 /* pos */
        20: .line 1912
      StackMap locals:
      StackMap stack:
            aload 2 /* key */
            iload 10 /* pos */
            daload
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            lconst_0
            lcmp
            ifne 19
        21: .line 1915
      StackMap locals:
      StackMap stack:
            aload 2 /* key */
            iload 10 /* pos */
            dload 6 /* k */
            dastore
        22: .line 1916
            aload 3 /* value */
            iload 10 /* pos */
            iload 8 /* v */
            bastore
        23: .line 1917
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            iconst_m1
            if_icmpeq 28
        24: .line 1918
            aload 4 /* link */
            iload 5 /* prev */
            dup2
            laload
            aload 4 /* link */
            iload 5 /* prev */
            laload
            iload 10 /* pos */
            i2l
            ldc 4294967295
            land
            lxor
            ldc 4294967295
            land
            lxor
            lastore
        25: .line 1919
            aload 4 /* link */
            iload 10 /* pos */
            dup2
            laload
            aload 4 /* link */
            iload 10 /* pos */
            laload
            iload 5 /* prev */
            i2l
            ldc 4294967295
            land
            bipush 32
            lshl
            lxor
            ldc -4294967296
            land
            lxor
            lastore
        26: .line 1920
            iload 10 /* pos */
            istore 5 /* prev */
        27: .line 1921
            goto 30
        28: .line 1922
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 10 /* pos */
            dup_x1
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.first:I
            istore 5 /* prev */
        29: .line 1924
            aload 4 /* link */
            iload 10 /* pos */
            dup2
            laload
            ldc -4294967296
            lor
            lastore
        end local 10 // int pos
        end local 8 // boolean v
        end local 6 // double k
        30: .line 1904
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap java.io.ObjectInputStream double[] boolean[] long[] int top top top int
      StackMap stack:
            iload 9 /* i */
            iinc 9 /* i */ -1
            ifne 11
        end local 9 // int i
        31: .line 1927
            aload 0 /* this */
            iload 5 /* prev */
            putfield it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.last:I
        32: .line 1928
            iload 5 /* prev */
            iconst_m1
            if_icmpeq 34
        33: .line 1930
            aload 4 /* link */
            iload 5 /* prev */
            dup2
            laload
            ldc 4294967295
            lor
            lastore
        34: .line 1933
      StackMap locals: it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap java.io.ObjectInputStream double[] boolean[] long[] int
      StackMap stack:
            return
        end local 5 // int prev
        end local 4 // long[] link
        end local 3 // boolean[] value
        end local 2 // double[] key
        end local 1 // java.io.ObjectInputStream s
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   35     0   this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            0   35     1      s  Ljava/io/ObjectInputStream;
            5   35     2    key  [D
            6   35     3  value  [Z
            7   35     4   link  [J
            8   35     5   prev  I
           12   30     6      k  D
           13   30     8      v  Z
           10   31     9      i  I
           15   17    10    pos  I
           18   30    10    pos  I
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      s     

  private void checkTable();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
         0: .line 1935
            return
        end local 0 // it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;

  public java.util.Set keySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.keySet:()Lit/unimi/dsi/fastutil/doubles/DoubleSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public it.unimi.dsi.fastutil.doubles.DoubleSet keySet();
    descriptor: ()Lit/unimi/dsi/fastutil/doubles/DoubleSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.keySet:()Lit/unimi/dsi/fastutil/doubles/DoubleSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public it.unimi.dsi.fastutil.objects.ObjectSet double2BooleanEntrySet();
    descriptor: ()Lit/unimi/dsi/fastutil/objects/ObjectSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.double2BooleanEntrySet:()Lit/unimi/dsi/fastutil/doubles/Double2BooleanSortedMap$FastSortedEntrySet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public it.unimi.dsi.fastutil.objects.ObjectSortedSet double2BooleanEntrySet();
    descriptor: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.double2BooleanEntrySet:()Lit/unimi/dsi/fastutil/doubles/Double2BooleanSortedMap$FastSortedEntrySet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Comparator comparator();
    descriptor: ()Ljava/util/Comparator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.comparator:()Lit/unimi/dsi/fastutil/doubles/DoubleComparator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Collection values();
    descriptor: ()Ljava/util/Collection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.values:()Lit/unimi/dsi/fastutil/booleans/BooleanCollection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap.clone:()Lit/unimi/dsi/fastutil/doubles/Double2BooleanLinkedOpenHashMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "Double2BooleanLinkedOpenHashMap.java"
NestMembers:
  it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$1  it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$EntryIterator  it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$FastEntryIterator  it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$KeyIterator  it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$KeySet  it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapEntry  it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapEntrySet  it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapIterator  it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$ValueIterator
InnerClasses:
  it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$1
  private EntryIterator = it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$EntryIterator of it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
  private FastEntryIterator = it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$FastEntryIterator of it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
  private final KeyIterator = it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$KeyIterator of it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
  private final KeySet = it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$KeySet of it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
  final MapEntry = it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapEntry of it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
  private final MapEntrySet = it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapEntrySet of it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
  private MapIterator = it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$MapIterator of it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
  private final ValueIterator = it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap$ValueIterator of it.unimi.dsi.fastutil.doubles.Double2BooleanLinkedOpenHashMap
  public abstract Entry = it.unimi.dsi.fastutil.doubles.Double2BooleanMap$Entry of it.unimi.dsi.fastutil.doubles.Double2BooleanMap
  public abstract FastSortedEntrySet = it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMap$FastSortedEntrySet of it.unimi.dsi.fastutil.doubles.Double2BooleanSortedMap