public class it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap extends it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap 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.ints.Int2ByteOpenHashMap
  super_class: it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap
{
  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 int[] key;
    descriptor: [I
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected transient byte[] value;
    descriptor: [B
    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 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.ints.Int2ByteMap$FastEntrySet entries;
    descriptor: Lit/unimi/dsi/fastutil/ints/Int2ByteMap$FastEntrySet;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

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

  protected transient it.unimi.dsi.fastutil.bytes.ByteCollection values;
    descriptor: Lit/unimi/dsi/fastutil/bytes/ByteCollection;
    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.ints.Int2ByteOpenHashMap this
        start local 1 // int expected
        start local 2 // float f
         0: .line 95
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.<init>:()V
         1: .line 96
            fload 2 /* f */
            fconst_0
            fcmpg
            ifle 2
            fload 2 /* f */
            fconst_1
            fcmpl
            ifle 3
         2: .line 97
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap 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
         3: .line 98
      StackMap locals:
      StackMap stack:
            iload 1 /* expected */
            ifge 5
         4: .line 99
            new java.lang.IllegalArgumentException
            dup
            ldc "The expected number of elements must be nonnegative"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 2 /* f */
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.f:F
         6: .line 101
            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.ints.Int2ByteOpenHashMap.n:I
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.minN:I
         7: .line 102
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
         8: .line 103
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            fload 2 /* f */
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.maxFill:I
         9: .line 104
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            iconst_1
            iadd
            newarray 10
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
        10: .line 105
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            iconst_1
            iadd
            newarray 8
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
        11: .line 106
            return
        end local 2 // float f
        end local 1 // int expected
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   12     1  expected  I
            0   12     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.ints.Int2ByteOpenHashMap this
        start local 1 // int expected
         0: .line 114
            aload 0 /* this */
            iload 1 /* expected */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.<init>:(IF)V
         1: .line 115
            return
        end local 1 // int expected
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            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.ints.Int2ByteOpenHashMap this
         0: .line 122
            aload 0 /* this */
            bipush 16
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.<init>:(IF)V
         1: .line 123
            return
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;

  public void <init>(java.util.Map<? extends java.lang.Integer, ? extends java.lang.Byte>, );
    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.ints.Int2ByteOpenHashMap this
        start local 1 // java.util.Map m
        start local 2 // float f
         0: .line 133
            aload 0 /* this */
            aload 1 /* m */
            invokeinterface java.util.Map.size:()I
            fload 2 /* f */
            invokespecial it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.<init>:(IF)V
         1: .line 134
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.putAll:(Ljava/util/Map;)V
         2: .line 135
            return
        end local 2 // float f
        end local 1 // java.util.Map m
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0    3     1     m  Ljava/util/Map<+Ljava/lang/Integer;+Ljava/lang/Byte;>;
            0    3     2     f  F
    Signature: (Ljava/util/Map<+Ljava/lang/Integer;+Ljava/lang/Byte;>;F)V
    MethodParameters:
      Name  Flags
      m     final
      f     final

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

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

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

  public void <init>(int[], byte[], float);
    descriptor: ([I[BF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int[] k
        start local 2 // byte[] v
        start local 3 // float f
         0: .line 181
            aload 0 /* this */
            aload 1 /* k */
            arraylength
            fload 3 /* f */
            invokespecial it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.<init>:(IF)V
         1: .line 182
            aload 1 /* k */
            arraylength
            aload 2 /* v */
            arraylength
            if_icmpeq 5
         2: .line 183
            new java.lang.IllegalArgumentException
            dup
         3: .line 184
            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 183
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 185
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap int[] byte[] float
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 186
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* k */
            iload 4 /* i */
            iaload
            aload 2 /* v */
            iload 4 /* i */
            baload
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.put:(IB)B
            pop
         8: .line 185
            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 187
            return
        end local 3 // float f
        end local 2 // byte[] v
        end local 1 // int[] k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   11     1     k  [I
            0   11     2     v  [B
            0   11     3     f  F
            6   10     4     i  I
    MethodParameters:
      Name  Flags
      k     final
      v     final
      f     final

  public void <init>(int[], byte[]);
    descriptor: ([I[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int[] k
        start local 2 // byte[] v
         0: .line 200
            aload 0 /* this */
            aload 1 /* k */
            aload 2 /* v */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.<init>:([I[BF)V
         1: .line 201
            return
        end local 2 // byte[] v
        end local 1 // int[] k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0    2     1     k  [I
            0    2     2     v  [B
    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.ints.Int2ByteOpenHashMap this
         0: .line 203
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
            ifeq 1
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            iconst_1
            isub
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;

  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.ints.Int2ByteOpenHashMap this
        start local 1 // int capacity
         0: .line 206
            iload 1 /* capacity */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            istore 2 /* needed */
        start local 2 // int needed
         1: .line 207
            iload 2 /* needed */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            if_icmple 3
         2: .line 208
            aload 0 /* this */
            iload 2 /* needed */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.rehash:(I)V
         3: .line 209
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int needed
        end local 1 // int capacity
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            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.ints.Int2ByteOpenHashMap this
        start local 1 // long capacity
         0: .line 211
            ldc 1073741824
         1: .line 212
            ldc 2
            lload 1 /* capacity */
            l2f
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.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 211
            invokestatic java.lang.Math.min:(JJ)J
            l2i
            istore 3 /* needed */
        start local 3 // int needed
         3: .line 213
            iload 3 /* needed */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            if_icmple 5
         4: .line 214
            aload 0 /* this */
            iload 3 /* needed */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.rehash:(I)V
         5: .line 215
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int needed
        end local 1 // long capacity
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0    6     1  capacity  J
            3    6     3    needed  I
    MethodParameters:
          Name  Flags
      capacity  final

  private byte removeEntry(int);
    descriptor: (I)B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int pos
         0: .line 217
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 1 /* pos */
            baload
            istore 2 /* oldValue */
        start local 2 // byte oldValue
         1: .line 218
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
         2: .line 219
            aload 0 /* this */
            iload 1 /* pos */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.shiftKeys:(I)V
         3: .line 220
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.minN:I
            if_icmple 5
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.maxFill:I
            iconst_4
            idiv
            if_icmpge 5
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            bipush 16
            if_icmple 5
         4: .line 221
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            iconst_2
            idiv
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.rehash:(I)V
         5: .line 222
      StackMap locals: int
      StackMap stack:
            iload 2 /* oldValue */
            ireturn
        end local 2 // byte oldValue
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0    6     1       pos  I
            1    6     2  oldValue  B
    MethodParameters:
      Name  Flags
      pos   final

  private byte removeNullEntry();
    descriptor: ()B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
         0: .line 225
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
         1: .line 226
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            baload
            istore 1 /* oldValue */
        start local 1 // byte oldValue
         2: .line 227
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
         3: .line 228
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.minN:I
            if_icmple 5
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.maxFill:I
            iconst_4
            idiv
            if_icmpge 5
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            bipush 16
            if_icmple 5
         4: .line 229
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            iconst_2
            idiv
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.rehash:(I)V
         5: .line 230
      StackMap locals: int
      StackMap stack:
            iload 1 /* oldValue */
            ireturn
        end local 1 // byte oldValue
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            2    6     1  oldValue  B

  public void putAll(java.util.Map<? extends java.lang.Integer, ? extends java.lang.Byte>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // java.util.Map m
         0: .line 234
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.f:F
            f2d
            ldc 0.5
            dcmpg
            ifgt 2
         1: .line 235
            aload 0 /* this */
            aload 1 /* m */
            invokeinterface java.util.Map.size:()I
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.ensureCapacity:(I)V
            goto 3
         2: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:()I
            aload 1 /* m */
            invokeinterface java.util.Map.size:()I
            iadd
            i2l
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.tryCapacity:(J)V
         3: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* m */
            invokespecial it.unimi.dsi.fastutil.ints.AbstractInt2ByteMap.putAll:(Ljava/util/Map;)V
         4: .line 240
            return
        end local 1 // java.util.Map m
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0    5     1     m  Ljava/util/Map<+Ljava/lang/Integer;+Ljava/lang/Byte;>;
    Signature: (Ljava/util/Map<+Ljava/lang/Integer;+Ljava/lang/Byte;>;)V
    MethodParameters:
      Name  Flags
      m     

  private int find(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
         0: .line 243
            iload 1 /* k */
            ifne 4
         1: .line 244
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
            ifeq 2
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            iconst_1
            iadd
            ineg
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            astore 3 /* key */
        start local 3 // int[] key
         5: .line 249
            aload 3 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
        start local 4 // int pos
         6: iaload
            dup
            istore 2 /* curr */
        start local 2 // int curr
         7: ifne 9
         8: .line 250
            iload 4 /* pos */
            iconst_1
            iadd
            ineg
            ireturn
         9: .line 251
      StackMap locals: int int[] int
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 11
        10: .line 252
            iload 4 /* pos */
            ireturn
        11: .line 255
      StackMap locals:
      StackMap stack:
            aload 3 /* key */
            iload 4 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
            iaload
            dup
            istore 2 /* curr */
            ifne 13
        12: .line 256
            iload 4 /* pos */
            iconst_1
            iadd
            ineg
            ireturn
        13: .line 257
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 11
        14: .line 258
            iload 4 /* pos */
            ireturn
        end local 4 // int pos
        end local 3 // int[] key
        end local 2 // int curr
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   15     1     k  I
            7   15     2  curr  I
            5   15     3   key  [I
            6   15     4   pos  I
    MethodParameters:
      Name  Flags
      k     final

  private void insert(int, int, byte);
    descriptor: (IIB)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int pos
        start local 2 // int k
        start local 3 // byte v
         0: .line 262
            iload 1 /* pos */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            if_icmpne 2
         1: .line 263
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
         2: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            iload 1 /* pos */
            iload 2 /* k */
            iastore
         3: .line 265
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 1 /* pos */
            iload 3 /* v */
            bastore
         4: .line 266
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            dup_x1
            iconst_1
            iadd
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.maxFill:I
            if_icmplt 6
         5: .line 267
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.rehash:(I)V
         6: .line 270
      StackMap locals:
      StackMap stack:
            return
        end local 3 // byte v
        end local 2 // int k
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0    7     1   pos  I
            0    7     2     k  I
            0    7     3     v  B
    MethodParameters:
      Name  Flags
      pos   final
      k     final
      v     final

  public byte put(int, byte);
    descriptor: (IB)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
        start local 2 // byte v
         0: .line 273
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.find:(I)I
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 274
            iload 3 /* pos */
            ifge 4
         2: .line 275
            aload 0 /* this */
            iload 3 /* pos */
            ineg
            iconst_1
            isub
            iload 1 /* k */
            iload 2 /* v */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.insert:(IIB)V
         3: .line 276
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
         4: .line 278
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* pos */
            baload
            istore 4 /* oldValue */
        start local 4 // byte oldValue
         5: .line 279
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* pos */
            iload 2 /* v */
            bastore
         6: .line 280
            iload 4 /* oldValue */
            ireturn
        end local 4 // byte oldValue
        end local 3 // int pos
        end local 2 // byte v
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0    7     1         k  I
            0    7     2         v  B
            1    7     3       pos  I
            5    7     4  oldValue  B
    MethodParameters:
      Name  Flags
      k     final
      v     final

  private byte addToValue(int, byte);
    descriptor: (IB)B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int pos
        start local 2 // byte incr
         0: .line 283
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 1 /* pos */
            baload
            istore 3 /* oldValue */
        start local 3 // byte oldValue
         1: .line 284
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 1 /* pos */
            iload 3 /* oldValue */
            iload 2 /* incr */
            iadd
            i2b
            bastore
         2: .line 285
            iload 3 /* oldValue */
            ireturn
        end local 3 // byte oldValue
        end local 2 // byte incr
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0    3     1       pos  I
            0    3     2      incr  B
            1    3     3  oldValue  B
    MethodParameters:
      Name  Flags
      pos   final
      incr  final

  public byte addTo(int, byte);
    descriptor: (IB)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
        start local 2 // byte incr
         0: .line 305
            iload 1 /* k */
            ifne 6
         1: .line 306
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
            ifeq 3
         2: .line 307
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            iload 2 /* incr */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.addToValue:(IB)B
            ireturn
         3: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            istore 3 /* pos */
        start local 3 // int pos
         4: .line 309
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
         5: .line 310
            goto 15
        end local 3 // int pos
         6: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            astore 5 /* key */
        start local 5 // int[] key
         7: .line 314
            aload 5 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 3 /* pos */
        start local 3 // int pos
         8: iaload
            dup
            istore 4 /* curr */
        start local 4 // int curr
         9: ifeq 15
        10: .line 315
            iload 4 /* curr */
            iload 1 /* k */
            if_icmpne 14
        11: .line 316
            aload 0 /* this */
            iload 3 /* pos */
            iload 2 /* incr */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.addToValue:(IB)B
            ireturn
        12: .line 318
      StackMap locals: int int int[]
      StackMap stack:
            iload 4 /* curr */
            iload 1 /* k */
            if_icmpne 14
        13: .line 319
            aload 0 /* this */
            iload 3 /* pos */
            iload 2 /* incr */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.addToValue:(IB)B
            ireturn
        14: .line 317
      StackMap locals:
      StackMap stack:
            aload 5 /* key */
            iload 3 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 3 /* pos */
            iaload
            dup
            istore 4 /* curr */
            ifne 12
        end local 5 // int[] key
        end local 4 // int curr
        15: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            iload 3 /* pos */
            iload 1 /* k */
            iastore
        16: .line 323
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* pos */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            iload 2 /* incr */
            iadd
            i2b
            bastore
        17: .line 324
            aload 0 /* this */
            dup
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            dup_x1
            iconst_1
            iadd
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.maxFill:I
            if_icmplt 19
        18: .line 325
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.rehash:(I)V
        19: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
        end local 3 // int pos
        end local 2 // byte incr
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   20     1     k  I
            0   20     2  incr  B
            4    6     3   pos  I
            8   20     3   pos  I
            9   15     4  curr  I
            7   15     5   key  [I
    MethodParameters:
      Name  Flags
      k     final
      incr  final

  protected final void shiftKeys(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int pos
         0: .line 341
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            astore 5 /* key */
        start local 5 // int[] key
         1: .line 343
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap int top top top int[]
      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.ints.Int2ByteOpenHashMap.mask:I
            iand
            istore 1 /* pos */
         3: .line 345
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap int int top top int[]
      StackMap stack:
            aload 5 /* key */
            iload 1 /* pos */
            iaload
            dup
            istore 4 /* curr */
        start local 4 // int curr
         4: ifne 7
         5: .line 346
            aload 5 /* key */
            iload 2 /* last */
            iconst_0
            iastore
         6: .line 347
            return
         7: .line 349
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap int int top int int[]
      StackMap stack:
            iload 4 /* curr */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            istore 3 /* slot */
        start local 3 // int slot
         8: .line 350
            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.ints.Int2ByteOpenHashMap int int int int int[]
      StackMap stack:
         9: iload 2 /* last */
            iload 3 /* slot */
            if_icmplt 11
            iload 3 /* slot */
            iload 1 /* pos */
            if_icmple 11
        10: .line 351
            goto 13
        11: .line 352
      StackMap locals:
      StackMap stack:
            iload 1 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            istore 1 /* pos */
        end local 4 // int curr
        end local 3 // int slot
        12: .line 344
            goto 3
        start local 3 // int slot
        start local 4 // int curr
        13: .line 354
      StackMap locals:
      StackMap stack:
            aload 5 /* key */
            iload 2 /* last */
            iload 4 /* curr */
            iastore
        14: .line 355
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 2 /* last */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 1 /* pos */
            baload
            bastore
        end local 4 // int curr
        end local 3 // int slot
        end local 2 // int last
        15: .line 342
            goto 1
        end local 5 // int[] key
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   16     1   pos  I
            2   15     2  last  I
            8   12     3  slot  I
           13   15     3  slot  I
            4   12     4  curr  I
           13   15     4  curr  I
            1   16     5   key  [I
    MethodParameters:
      Name  Flags
      pos   

  public byte remove(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
         0: .line 361
            iload 1 /* k */
            ifne 4
         1: .line 362
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
            ifeq 3
         2: .line 363
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.removeNullEntry:()B
            ireturn
         3: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
         4: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            astore 3 /* key */
        start local 3 // int[] key
         5: .line 370
            aload 3 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
        start local 4 // int pos
         6: iaload
            dup
            istore 2 /* curr */
        start local 2 // int curr
         7: ifne 9
         8: .line 371
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
         9: .line 372
      StackMap locals: int int[] int
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 11
        10: .line 373
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.removeEntry:(I)B
            ireturn
        11: .line 375
      StackMap locals:
      StackMap stack:
            aload 3 /* key */
            iload 4 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
            iaload
            dup
            istore 2 /* curr */
            ifne 13
        12: .line 376
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
        13: .line 377
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 11
        14: .line 378
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.removeEntry:(I)B
            ireturn
        end local 4 // int pos
        end local 3 // int[] key
        end local 2 // int curr
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   15     1     k  I
            7   15     2  curr  I
            5   15     3   key  [I
            6   15     4   pos  I
    MethodParameters:
      Name  Flags
      k     final

  public byte get(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
         0: .line 384
            iload 1 /* k */
            ifne 4
         1: .line 385
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
            ifeq 2
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            baload
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            astore 3 /* key */
        start local 3 // int[] key
         5: .line 390
            aload 3 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
        start local 4 // int pos
         6: iaload
            dup
            istore 2 /* curr */
        start local 2 // int curr
         7: ifne 9
         8: .line 391
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
         9: .line 392
      StackMap locals: int int[] int
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 11
        10: .line 393
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 4 /* pos */
            baload
            ireturn
        11: .line 396
      StackMap locals:
      StackMap stack:
            aload 3 /* key */
            iload 4 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
            iaload
            dup
            istore 2 /* curr */
            ifne 13
        12: .line 397
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
        13: .line 398
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 11
        14: .line 399
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 4 /* pos */
            baload
            ireturn
        end local 4 // int pos
        end local 3 // int[] key
        end local 2 // int curr
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   15     1     k  I
            7   15     2  curr  I
            5   15     3   key  [I
            6   15     4   pos  I
    MethodParameters:
      Name  Flags
      k     final

  public boolean containsKey(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
         0: .line 405
            iload 1 /* k */
            ifne 2
         1: .line 406
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
            ireturn
         2: .line 408
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            astore 3 /* key */
        start local 3 // int[] key
         3: .line 411
            aload 3 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
        start local 4 // int pos
         4: iaload
            dup
            istore 2 /* curr */
        start local 2 // int curr
         5: ifne 7
         6: .line 412
            iconst_0
            ireturn
         7: .line 413
      StackMap locals: int int[] int
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 9
         8: .line 414
            iconst_1
            ireturn
         9: .line 417
      StackMap locals:
      StackMap stack:
            aload 3 /* key */
            iload 4 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
            iaload
            dup
            istore 2 /* curr */
            ifne 11
        10: .line 418
            iconst_0
            ireturn
        11: .line 419
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 9
        12: .line 420
            iconst_1
            ireturn
        end local 4 // int pos
        end local 3 // int[] key
        end local 2 // int curr
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   13     1     k  I
            5   13     2  curr  I
            3   13     3   key  [I
            4   13     4   pos  I
    MethodParameters:
      Name  Flags
      k     final

  public boolean containsValue(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // byte v
         0: .line 425
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            astore 2 /* value */
        start local 2 // byte[] value
         1: .line 426
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            astore 3 /* key */
        start local 3 // int[] key
         2: .line 427
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
            ifeq 4
            aload 2 /* value */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            baload
            iload 1 /* v */
            if_icmpne 4
         3: .line 428
            iconst_1
            ireturn
         4: .line 429
      StackMap locals: byte[] int[]
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 430
      StackMap locals: int
      StackMap stack:
            aload 3 /* key */
            iload 4 /* i */
            iaload
            ifeq 8
            aload 2 /* value */
            iload 4 /* i */
            baload
            iload 1 /* v */
            if_icmpne 8
         7: .line 431
            iconst_1
            ireturn
         8: .line 429
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iinc 4 /* i */ -1
            ifne 6
        end local 4 // int i
         9: .line 432
            iconst_0
            ireturn
        end local 3 // int[] key
        end local 2 // byte[] value
        end local 1 // byte v
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   10     1      v  B
            1   10     2  value  [B
            2   10     3    key  [I
            5    9     4      i  I
    MethodParameters:
      Name  Flags
      v     final

  public byte getOrDefault(int, byte);
    descriptor: (IB)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
        start local 2 // byte defaultValue
         0: .line 438
            iload 1 /* k */
            ifne 4
         1: .line 439
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
            ifeq 2
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            baload
            goto 3
      StackMap locals:
      StackMap stack:
         2: iload 2 /* defaultValue */
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            astore 4 /* key */
        start local 4 // int[] key
         5: .line 444
            aload 4 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 5 /* pos */
        start local 5 // int pos
         6: iaload
            dup
            istore 3 /* curr */
        start local 3 // int curr
         7: ifne 9
         8: .line 445
            iload 2 /* defaultValue */
            ireturn
         9: .line 446
      StackMap locals: int int[] int
      StackMap stack:
            iload 1 /* k */
            iload 3 /* curr */
            if_icmpne 11
        10: .line 447
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 5 /* pos */
            baload
            ireturn
        11: .line 450
      StackMap locals:
      StackMap stack:
            aload 4 /* key */
            iload 5 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 5 /* pos */
            iaload
            dup
            istore 3 /* curr */
            ifne 13
        12: .line 451
            iload 2 /* defaultValue */
            ireturn
        13: .line 452
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            iload 3 /* curr */
            if_icmpne 11
        14: .line 453
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 5 /* pos */
            baload
            ireturn
        end local 5 // int pos
        end local 4 // int[] key
        end local 3 // int curr
        end local 2 // byte defaultValue
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   15     1             k  I
            0   15     2  defaultValue  B
            7   15     3          curr  I
            5   15     4           key  [I
            6   15     5           pos  I
    MethodParameters:
              Name  Flags
      k             final
      defaultValue  final

  public byte putIfAbsent(int, byte);
    descriptor: (IB)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
        start local 2 // byte v
         0: .line 459
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.find:(I)I
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 460
            iload 3 /* pos */
            iflt 3
         2: .line 461
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* pos */
            baload
            ireturn
         3: .line 462
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* pos */
            ineg
            iconst_1
            isub
            iload 1 /* k */
            iload 2 /* v */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.insert:(IIB)V
         4: .line 463
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
        end local 3 // int pos
        end local 2 // byte v
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0    5     1     k  I
            0    5     2     v  B
            1    5     3   pos  I
    MethodParameters:
      Name  Flags
      k     final
      v     final

  public boolean remove(int, byte);
    descriptor: (IB)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
        start local 2 // byte v
         0: .line 469
            iload 1 /* k */
            ifne 5
         1: .line 470
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
            ifeq 4
            iload 2 /* v */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            baload
            if_icmpne 4
         2: .line 471
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.removeNullEntry:()B
            pop
         3: .line 472
            iconst_1
            ireturn
         4: .line 474
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            astore 4 /* key */
        start local 4 // int[] key
         6: .line 480
            aload 4 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 5 /* pos */
        start local 5 // int pos
         7: iaload
            dup
            istore 3 /* curr */
        start local 3 // int curr
         8: ifne 10
         9: .line 481
            iconst_0
            ireturn
        10: .line 482
      StackMap locals: int int[] int
      StackMap stack:
            iload 1 /* k */
            iload 3 /* curr */
            if_icmpne 13
            iload 2 /* v */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 5 /* pos */
            baload
            if_icmpne 13
        11: .line 483
            aload 0 /* this */
            iload 5 /* pos */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.removeEntry:(I)B
            pop
        12: .line 484
            iconst_1
            ireturn
        13: .line 487
      StackMap locals:
      StackMap stack:
            aload 4 /* key */
            iload 5 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            dup
            istore 5 /* pos */
            iaload
            dup
            istore 3 /* curr */
            ifne 15
        14: .line 488
            iconst_0
            ireturn
        15: .line 489
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            iload 3 /* curr */
            if_icmpne 13
            iload 2 /* v */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 5 /* pos */
            baload
            if_icmpne 13
        16: .line 490
            aload 0 /* this */
            iload 5 /* pos */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.removeEntry:(I)B
            pop
        17: .line 491
            iconst_1
            ireturn
        end local 5 // int pos
        end local 4 // int[] key
        end local 3 // int curr
        end local 2 // byte v
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   18     1     k  I
            0   18     2     v  B
            8   18     3  curr  I
            6   18     4   key  [I
            7   18     5   pos  I
    MethodParameters:
      Name  Flags
      k     final
      v     final

  public boolean replace(int, byte, byte);
    descriptor: (IBB)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
        start local 2 // byte oldValue
        start local 3 // byte v
         0: .line 498
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.find:(I)I
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 499
            iload 4 /* pos */
            iflt 2
            iload 2 /* oldValue */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 4 /* pos */
            baload
            if_icmpeq 3
         2: .line 500
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         3: .line 501
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 4 /* pos */
            iload 3 /* v */
            bastore
         4: .line 502
            iconst_1
            ireturn
        end local 4 // int pos
        end local 3 // byte v
        end local 2 // byte oldValue
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0    5     1         k  I
            0    5     2  oldValue  B
            0    5     3         v  B
            1    5     4       pos  I
    MethodParameters:
          Name  Flags
      k         final
      oldValue  final
      v         final

  public byte replace(int, byte);
    descriptor: (IB)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
        start local 2 // byte v
         0: .line 507
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.find:(I)I
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 508
            iload 3 /* pos */
            ifge 3
         2: .line 509
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
         3: .line 510
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* pos */
            baload
            istore 4 /* oldValue */
        start local 4 // byte oldValue
         4: .line 511
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* pos */
            iload 2 /* v */
            bastore
         5: .line 512
            iload 4 /* oldValue */
            ireturn
        end local 4 // byte oldValue
        end local 3 // int pos
        end local 2 // byte v
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0    6     1         k  I
            0    6     2         v  B
            1    6     3       pos  I
            4    6     4  oldValue  B
    MethodParameters:
      Name  Flags
      k     final
      v     final

  public byte computeIfAbsent(int, java.util.function.IntUnaryOperator);
    descriptor: (ILjava/util/function/IntUnaryOperator;)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
        start local 2 // java.util.function.IntUnaryOperator mappingFunction
         0: .line 517
            aload 2 /* mappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 518
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.find:(I)I
            istore 3 /* pos */
        start local 3 // int pos
         2: .line 519
            iload 3 /* pos */
            iflt 4
         3: .line 520
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* pos */
            baload
            ireturn
         4: .line 521
      StackMap locals: int
      StackMap stack:
            aload 2 /* mappingFunction */
            iload 1 /* k */
            invokeinterface java.util.function.IntUnaryOperator.applyAsInt:(I)I
            invokestatic it.unimi.dsi.fastutil.SafeMath.safeIntToByte:(I)B
            istore 4 /* newValue */
        start local 4 // byte newValue
         5: .line 522
            aload 0 /* this */
            iload 3 /* pos */
            ineg
            iconst_1
            isub
            iload 1 /* k */
            iload 4 /* newValue */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.insert:(IIB)V
         6: .line 523
            iload 4 /* newValue */
            ireturn
        end local 4 // byte newValue
        end local 3 // int pos
        end local 2 // java.util.function.IntUnaryOperator mappingFunction
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0    7     1                k  I
            0    7     2  mappingFunction  Ljava/util/function/IntUnaryOperator;
            2    7     3              pos  I
            5    7     4         newValue  B
    MethodParameters:
                 Name  Flags
      k                final
      mappingFunction  final

  public byte computeIfAbsentNullable(int, java.util.function.IntFunction<? extends java.lang.Byte>);
    descriptor: (ILjava/util/function/IntFunction;)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
        start local 2 // java.util.function.IntFunction mappingFunction
         0: .line 529
            aload 2 /* mappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 530
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.find:(I)I
            istore 3 /* pos */
        start local 3 // int pos
         2: .line 531
            iload 3 /* pos */
            iflt 4
         3: .line 532
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* pos */
            baload
            ireturn
         4: .line 533
      StackMap locals: int
      StackMap stack:
            aload 2 /* mappingFunction */
            iload 1 /* k */
            invokeinterface java.util.function.IntFunction.apply:(I)Ljava/lang/Object;
            checkcast java.lang.Byte
            astore 4 /* newValue */
        start local 4 // java.lang.Byte newValue
         5: .line 534
            aload 4 /* newValue */
            ifnonnull 7
         6: .line 535
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
         7: .line 536
      StackMap locals: java.lang.Byte
      StackMap stack:
            aload 4 /* newValue */
            invokevirtual java.lang.Byte.byteValue:()B
            istore 5 /* v */
        start local 5 // byte v
         8: .line 537
            aload 0 /* this */
            iload 3 /* pos */
            ineg
            iconst_1
            isub
            iload 1 /* k */
            iload 5 /* v */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.insert:(IIB)V
         9: .line 538
            iload 5 /* v */
            ireturn
        end local 5 // byte v
        end local 4 // java.lang.Byte newValue
        end local 3 // int pos
        end local 2 // java.util.function.IntFunction mappingFunction
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   10     1                k  I
            0   10     2  mappingFunction  Ljava/util/function/IntFunction<+Ljava/lang/Byte;>;
            2   10     3              pos  I
            5   10     4         newValue  Ljava/lang/Byte;
            8   10     5                v  B
    Signature: (ILjava/util/function/IntFunction<+Ljava/lang/Byte;>;)B
    MethodParameters:
                 Name  Flags
      k                final
      mappingFunction  final

  public byte computeIfPresent(int, java.util.function.BiFunction<? super java.lang.Integer, ? super java.lang.Byte, ? extends java.lang.Byte>);
    descriptor: (ILjava/util/function/BiFunction;)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
        start local 2 // java.util.function.BiFunction remappingFunction
         0: .line 544
            aload 2 /* remappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 545
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.find:(I)I
            istore 3 /* pos */
        start local 3 // int pos
         2: .line 546
            iload 3 /* pos */
            ifge 4
         3: .line 547
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
         4: .line 548
      StackMap locals: int
      StackMap stack:
            aload 2 /* remappingFunction */
            iload 1 /* k */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* pos */
            baload
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Byte
            astore 4 /* newValue */
        start local 4 // java.lang.Byte newValue
         5: .line 549
            aload 4 /* newValue */
            ifnonnull 10
         6: .line 550
            iload 1 /* k */
            ifne 8
         7: .line 551
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.removeNullEntry:()B
            pop
            goto 9
         8: .line 553
      StackMap locals: java.lang.Byte
      StackMap stack:
            aload 0 /* this */
            iload 3 /* pos */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.removeEntry:(I)B
            pop
         9: .line 554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
        10: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* pos */
            aload 4 /* newValue */
            invokevirtual java.lang.Byte.byteValue:()B
            dup_x2
            bastore
            ireturn
        end local 4 // java.lang.Byte newValue
        end local 3 // int pos
        end local 2 // java.util.function.BiFunction remappingFunction
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   11     1                  k  I
            0   11     2  remappingFunction  Ljava/util/function/BiFunction<-Ljava/lang/Integer;-Ljava/lang/Byte;+Ljava/lang/Byte;>;
            2   11     3                pos  I
            5   11     4           newValue  Ljava/lang/Byte;
    Signature: (ILjava/util/function/BiFunction<-Ljava/lang/Integer;-Ljava/lang/Byte;+Ljava/lang/Byte;>;)B
    MethodParameters:
                   Name  Flags
      k                  final
      remappingFunction  final

  public byte compute(int, java.util.function.BiFunction<? super java.lang.Integer, ? super java.lang.Byte, ? extends java.lang.Byte>);
    descriptor: (ILjava/util/function/BiFunction;)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
        start local 2 // java.util.function.BiFunction remappingFunction
         0: .line 562
            aload 2 /* remappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 563
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.find:(I)I
            istore 3 /* pos */
        start local 3 // int pos
         2: .line 564
            aload 2 /* remappingFunction */
            iload 1 /* k */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iload 3 /* pos */
            iflt 3
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* pos */
            baload
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            goto 4
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap int java.util.function.BiFunction int
      StackMap stack: java.util.function.BiFunction java.lang.Integer
         3: aconst_null
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap int java.util.function.BiFunction int
      StackMap stack: java.util.function.BiFunction java.lang.Integer java.lang.Byte
         4: invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Byte
            astore 4 /* newValue */
        start local 4 // java.lang.Byte newValue
         5: .line 565
            aload 4 /* newValue */
            ifnonnull 11
         6: .line 566
            iload 3 /* pos */
            iflt 10
         7: .line 567
            iload 1 /* k */
            ifne 9
         8: .line 568
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.removeNullEntry:()B
            pop
            goto 10
         9: .line 570
      StackMap locals: java.lang.Byte
      StackMap stack:
            aload 0 /* this */
            iload 3 /* pos */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.removeEntry:(I)B
            pop
        10: .line 572
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
        11: .line 574
      StackMap locals:
      StackMap stack:
            aload 4 /* newValue */
            invokevirtual java.lang.Byte.byteValue:()B
            istore 5 /* newVal */
        start local 5 // byte newVal
        12: .line 575
            iload 3 /* pos */
            ifge 15
        13: .line 576
            aload 0 /* this */
            iload 3 /* pos */
            ineg
            iconst_1
            isub
            iload 1 /* k */
            iload 5 /* newVal */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.insert:(IIB)V
        14: .line 577
            iload 5 /* newVal */
            ireturn
        15: .line 579
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* pos */
            iload 5 /* newVal */
            dup_x2
            bastore
            ireturn
        end local 5 // byte newVal
        end local 4 // java.lang.Byte newValue
        end local 3 // int pos
        end local 2 // java.util.function.BiFunction remappingFunction
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   16     0               this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   16     1                  k  I
            0   16     2  remappingFunction  Ljava/util/function/BiFunction<-Ljava/lang/Integer;-Ljava/lang/Byte;+Ljava/lang/Byte;>;
            2   16     3                pos  I
            5   16     4           newValue  Ljava/lang/Byte;
           12   16     5             newVal  B
    Signature: (ILjava/util/function/BiFunction<-Ljava/lang/Integer;-Ljava/lang/Byte;+Ljava/lang/Byte;>;)B
    MethodParameters:
                   Name  Flags
      k                  final
      remappingFunction  final

  public byte merge(int, byte, java.util.function.BiFunction<? super java.lang.Byte, ? super java.lang.Byte, ? extends java.lang.Byte>);
    descriptor: (IBLjava/util/function/BiFunction;)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int k
        start local 2 // byte v
        start local 3 // java.util.function.BiFunction remappingFunction
         0: .line 585
            aload 3 /* remappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 586
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.find:(I)I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 587
            iload 4 /* pos */
            ifge 5
         3: .line 588
            aload 0 /* this */
            iload 4 /* pos */
            ineg
            iconst_1
            isub
            iload 1 /* k */
            iload 2 /* v */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.insert:(IIB)V
         4: .line 589
            iload 2 /* v */
            ireturn
         5: .line 591
      StackMap locals: int
      StackMap stack:
            aload 3 /* remappingFunction */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 4 /* pos */
            baload
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            iload 2 /* v */
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Byte
            astore 5 /* newValue */
        start local 5 // java.lang.Byte newValue
         6: .line 592
            aload 5 /* newValue */
            ifnonnull 11
         7: .line 593
            iload 1 /* k */
            ifne 9
         8: .line 594
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.removeNullEntry:()B
            pop
            goto 10
         9: .line 596
      StackMap locals: java.lang.Byte
      StackMap stack:
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.removeEntry:(I)B
            pop
        10: .line 597
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.defRetValue:B
            ireturn
        11: .line 599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 4 /* pos */
            aload 5 /* newValue */
            invokevirtual java.lang.Byte.byteValue:()B
            dup_x2
            bastore
            ireturn
        end local 5 // java.lang.Byte newValue
        end local 4 // int pos
        end local 3 // java.util.function.BiFunction remappingFunction
        end local 2 // byte v
        end local 1 // int k
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   12     1                  k  I
            0   12     2                  v  B
            0   12     3  remappingFunction  Ljava/util/function/BiFunction<-Ljava/lang/Byte;-Ljava/lang/Byte;+Ljava/lang/Byte;>;
            2   12     4                pos  I
            6   12     5           newValue  Ljava/lang/Byte;
    Signature: (IBLjava/util/function/BiFunction<-Ljava/lang/Byte;-Ljava/lang/Byte;+Ljava/lang/Byte;>;)B
    MethodParameters:
                   Name  Flags
      k                  final
      v                  final
      remappingFunction  final

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
         0: .line 610
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            ifne 2
         1: .line 611
            return
         2: .line 612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
         3: .line 613
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
         4: .line 614
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            iconst_0
            invokestatic java.util.Arrays.fill:([II)V
         5: .line 615
            return
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;

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

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

  public it.unimi.dsi.fastutil.ints.Int2ByteMap$FastEntrySet int2ByteEntrySet();
    descriptor: ()Lit/unimi/dsi/fastutil/ints/Int2ByteMap$FastEntrySet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
         0: .line 947
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.entries:Lit/unimi/dsi/fastutil/ints/Int2ByteMap$FastEntrySet;
            ifnonnull 2
         1: .line 948
            aload 0 /* this */
            new it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapEntrySet
            dup
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapEntrySet.<init>:(Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;)V
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.entries:Lit/unimi/dsi/fastutil/ints/Int2ByteMap$FastEntrySet;
         2: .line 949
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.entries:Lit/unimi/dsi/fastutil/ints/Int2ByteMap$FastEntrySet;
            areturn
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;

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

  public it.unimi.dsi.fastutil.bytes.ByteCollection values();
    descriptor: ()Lit/unimi/dsi/fastutil/bytes/ByteCollection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
         0: .line 1030
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.values:Lit/unimi/dsi/fastutil/bytes/ByteCollection;
            ifnonnull 2
         1: .line 1031
            aload 0 /* this */
            new it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$1
            dup
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$1.<init>:(Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;)V
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.values:Lit/unimi/dsi/fastutil/bytes/ByteCollection;
         2: .line 1058
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.values:Lit/unimi/dsi/fastutil/bytes/ByteCollection;
            areturn
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;

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

  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.ints.Int2ByteOpenHashMap this
        start local 1 // int n
         0: .line 1099
            iload 1 /* n */
            i2f
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.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 1100
            iload 2 /* l */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            if_icmpge 2
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            iload 2 /* l */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            if_icmple 3
         2: .line 1101
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
         3: .line 1103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* l */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.rehash:(I)V
         4: .line 1104
            goto 7
      StackMap locals:
      StackMap stack: java.lang.OutOfMemoryError
         5: pop
         6: .line 1105
            iconst_0
            ireturn
         7: .line 1107
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // int l
        end local 1 // int n
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            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=4, locals=10, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // int newN
         0: .line 1123
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            astore 2 /* key */
        start local 2 // int[] key
         1: .line 1124
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            astore 3 /* value */
        start local 3 // byte[] value
         2: .line 1125
            iload 1 /* newN */
            iconst_1
            isub
            istore 4 /* mask */
        start local 4 // int mask
         3: .line 1126
            iload 1 /* newN */
            iconst_1
            iadd
            newarray 10
            astore 5 /* newKey */
        start local 5 // int[] newKey
         4: .line 1127
            iload 1 /* newN */
            iconst_1
            iadd
            newarray 8
            astore 6 /* newValue */
        start local 6 // byte[] newValue
         5: .line 1128
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            istore 7 /* i */
        start local 7 // int i
         6: .line 1129
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.realSize:()I
            istore 9 /* j */
        start local 9 // int j
         7: goto 14
         8: .line 1130
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap int int[] byte[] int int[] byte[] int top int
      StackMap stack:
            aload 2 /* key */
            iinc 7 /* i */ -1
            iload 7 /* i */
            iaload
            ifeq 8
         9: .line 1131
            aload 5 /* newKey */
            aload 2 /* key */
            iload 7 /* i */
            iaload
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            iload 4 /* mask */
            iand
            dup
            istore 8 /* pos */
        start local 8 // int pos
        10: iaload
            ifeq 12
        11: .line 1132
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap int int[] byte[] int int[] byte[] int int int
      StackMap stack:
            aload 5 /* newKey */
            iload 8 /* pos */
            iconst_1
            iadd
            iload 4 /* mask */
            iand
            dup
            istore 8 /* pos */
            iaload
            ifne 11
        12: .line 1133
      StackMap locals:
      StackMap stack:
            aload 5 /* newKey */
            iload 8 /* pos */
            aload 2 /* key */
            iload 7 /* i */
            iaload
            iastore
        13: .line 1134
            aload 6 /* newValue */
            iload 8 /* pos */
            aload 3 /* value */
            iload 7 /* i */
            baload
            bastore
        end local 8 // int pos
        14: .line 1129
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap int int[] byte[] int int[] byte[] int top int
      StackMap stack:
            iload 9 /* j */
            iinc 9 /* j */ -1
            ifne 8
        end local 9 // int j
        15: .line 1136
            aload 6 /* newValue */
            iload 1 /* newN */
            aload 3 /* value */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            baload
            bastore
        16: .line 1137
            aload 0 /* this */
            iload 1 /* newN */
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
        17: .line 1138
            aload 0 /* this */
            iload 4 /* mask */
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
        18: .line 1139
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.maxFill:I
        19: .line 1140
            aload 0 /* this */
            aload 5 /* newKey */
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
        20: .line 1141
            aload 0 /* this */
            aload 6 /* newValue */
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
        21: .line 1142
            return
        end local 7 // int i
        end local 6 // byte[] newValue
        end local 5 // int[] newKey
        end local 4 // int mask
        end local 3 // byte[] value
        end local 2 // int[] key
        end local 1 // int newN
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   22     1      newN  I
            1   22     2       key  [I
            2   22     3     value  [B
            3   22     4      mask  I
            4   22     5    newKey  [I
            5   22     6  newValue  [B
            6   22     7         i  I
           10   14     8       pos  I
            7   15     9         j  I
    MethodParameters:
      Name  Flags
      newN  final

  public it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap clone();
    descriptor: ()Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
         0: .line 1158
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
            astore 1 /* c */
        start local 1 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap c
         1: .line 1159
            goto 4
        end local 1 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap c
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
         2: pop
         3: .line 1160
            new java.lang.InternalError
            dup
            invokespecial java.lang.InternalError.<init>:()V
            athrow
        start local 1 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap c
         4: .line 1162
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
      StackMap stack:
            aload 1 /* c */
            aconst_null
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.keys:Lit/unimi/dsi/fastutil/ints/IntSet;
         5: .line 1163
            aload 1 /* c */
            aconst_null
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.values:Lit/unimi/dsi/fastutil/bytes/ByteCollection;
         6: .line 1164
            aload 1 /* c */
            aconst_null
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.entries:Lit/unimi/dsi/fastutil/ints/Int2ByteMap$FastEntrySet;
         7: .line 1165
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
         8: .line 1166
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
         9: .line 1167
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
        10: .line 1168
            aload 1 /* c */
            areturn
        end local 1 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap c
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            1    2     1     c  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            4   11     1     c  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
         0: .line 1181
            iconst_0
            istore 1 /* h */
        start local 1 // int h
         1: .line 1182
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.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 11
         5: .line 1184
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap int int int int
      StackMap stack:
            iinc 3 /* i */ 1
         6: .line 1183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            iload 3 /* i */
            iaload
            ifeq 5
         7: .line 1185
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            iload 3 /* i */
            iaload
            istore 4 /* t */
         8: .line 1186
            iload 4 /* t */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            iload 3 /* i */
            baload
            ixor
            istore 4 /* t */
         9: .line 1187
            iload 1 /* h */
            iload 4 /* t */
            iadd
            istore 1 /* h */
        10: .line 1188
            iinc 3 /* i */ 1
        11: .line 1182
      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
        12: .line 1191
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
            ifeq 14
        13: .line 1192
            iload 1 /* h */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            baload
            iadd
            istore 1 /* h */
        14: .line 1193
      StackMap locals:
      StackMap stack:
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            1   15     1     h  I
            2   12     2     j  I
            3   12     3     i  I
            4   12     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.ints.Int2ByteOpenHashMap this
        start local 1 // java.io.ObjectOutputStream s
         0: .line 1196
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            astore 2 /* key */
        start local 2 // int[] key
         1: .line 1197
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            astore 3 /* value */
        start local 3 // byte[] value
         2: .line 1198
            new it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapIterator
            dup
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapIterator.<init>:(Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;)V
            astore 4 /* i */
        start local 4 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapIterator i
         3: .line 1199
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         4: .line 1200
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            istore 5 /* j */
        start local 5 // int j
         5: goto 9
         6: .line 1201
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap java.io.ObjectOutputStream int[] byte[] it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapIterator int
      StackMap stack:
            aload 4 /* i */
            invokevirtual it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapIterator.nextEntry:()I
            istore 6 /* e */
        start local 6 // int e
         7: .line 1202
            aload 1 /* s */
            aload 2 /* key */
            iload 6 /* e */
            iaload
            invokevirtual java.io.ObjectOutputStream.writeInt:(I)V
         8: .line 1203
            aload 1 /* s */
            aload 3 /* value */
            iload 6 /* e */
            baload
            invokevirtual java.io.ObjectOutputStream.writeByte:(I)V
        end local 6 // int e
         9: .line 1200
      StackMap locals:
      StackMap stack:
            iload 5 /* j */
            iinc 5 /* j */ -1
            ifne 6
        end local 5 // int j
        10: .line 1205
            return
        end local 4 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapIterator i
        end local 3 // byte[] value
        end local 2 // int[] key
        end local 1 // java.io.ObjectOutputStream s
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   11     1      s  Ljava/io/ObjectOutputStream;
            1   11     2    key  [I
            2   11     3  value  [B
            3   11     4      i  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap$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=3, locals=8, args_size=2
        start local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
        start local 1 // java.io.ObjectInputStream s
         0: .line 1208
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 1209
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
         2: .line 1210
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.maxFill:I
         3: .line 1211
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
         4: .line 1212
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            iconst_1
            iadd
            newarray 10
            dup_x1
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.key:[I
            astore 2 /* key */
        start local 2 // int[] key
         5: .line 1213
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            iconst_1
            iadd
            newarray 8
            dup_x1
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.value:[B
            astore 3 /* value */
        start local 3 // byte[] value
         6: .line 1216
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.size:I
            istore 6 /* i */
        start local 6 // int i
         7: goto 20
         8: .line 1217
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap java.io.ObjectInputStream int[] byte[] top top int
      StackMap stack:
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            istore 4 /* k */
        start local 4 // int k
         9: .line 1218
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.readByte:()B
            istore 5 /* v */
        start local 5 // byte v
        10: .line 1219
            iload 4 /* k */
            ifne 14
        11: .line 1220
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.n:I
            istore 7 /* pos */
        start local 7 // int pos
        12: .line 1221
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.containsNullKey:Z
        13: .line 1222
            goto 18
        end local 7 // int pos
        14: .line 1223
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap java.io.ObjectInputStream int[] byte[] int int int
      StackMap stack:
            iload 4 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            istore 7 /* pos */
        start local 7 // int pos
        15: .line 1224
            goto 17
        16: .line 1225
      StackMap locals: int
      StackMap stack:
            iload 7 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap.mask:I
            iand
            istore 7 /* pos */
        17: .line 1224
      StackMap locals:
      StackMap stack:
            aload 2 /* key */
            iload 7 /* pos */
            iaload
            ifne 16
        18: .line 1227
      StackMap locals:
      StackMap stack:
            aload 2 /* key */
            iload 7 /* pos */
            iload 4 /* k */
            iastore
        19: .line 1228
            aload 3 /* value */
            iload 7 /* pos */
            iload 5 /* v */
            bastore
        end local 7 // int pos
        end local 5 // byte v
        end local 4 // int k
        20: .line 1216
      StackMap locals: it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap java.io.ObjectInputStream int[] byte[] top top int
      StackMap stack:
            iload 6 /* i */
            iinc 6 /* i */ -1
            ifne 8
        end local 6 // int i
        21: .line 1232
            return
        end local 3 // byte[] value
        end local 2 // int[] key
        end local 1 // java.io.ObjectInputStream s
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            0   22     1      s  Ljava/io/ObjectInputStream;
            5   22     2    key  [I
            6   22     3  value  [B
            9   20     4      k  I
           10   20     5      v  B
            7   21     6      i  I
           12   14     7    pos  I
           15   20     7    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.ints.Int2ByteOpenHashMap this
         0: .line 1234
            return
        end local 0 // it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;

  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.ints.Int2ByteOpenHashMap.keySet:()Lit/unimi/dsi/fastutil/ints/IntSet;
            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.ints.Int2ByteOpenHashMap.values:()Lit/unimi/dsi/fastutil/bytes/ByteCollection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public it.unimi.dsi.fastutil.objects.ObjectSet int2ByteEntrySet();
    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.ints.Int2ByteOpenHashMap.int2ByteEntrySet:()Lit/unimi/dsi/fastutil/ints/Int2ByteMap$FastEntrySet;
            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.ints.Int2ByteOpenHashMap.clone:()Lit/unimi/dsi/fastutil/ints/Int2ByteOpenHashMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "Int2ByteOpenHashMap.java"
NestMembers:
  it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$1  it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$EntryIterator  it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$FastEntryIterator  it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$KeyIterator  it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$KeySet  it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapEntry  it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapEntrySet  it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapIterator  it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$ValueIterator
InnerClasses:
  public abstract Entry = it.unimi.dsi.fastutil.ints.Int2ByteMap$Entry of it.unimi.dsi.fastutil.ints.Int2ByteMap
  public abstract FastEntrySet = it.unimi.dsi.fastutil.ints.Int2ByteMap$FastEntrySet of it.unimi.dsi.fastutil.ints.Int2ByteMap
  it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$1
  private EntryIterator = it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$EntryIterator of it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
  private FastEntryIterator = it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$FastEntryIterator of it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
  private final KeyIterator = it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$KeyIterator of it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
  private final KeySet = it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$KeySet of it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
  final MapEntry = it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapEntry of it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
  private final MapEntrySet = it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapEntrySet of it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
  private MapIterator = it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$MapIterator of it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap
  private final ValueIterator = it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap$ValueIterator of it.unimi.dsi.fastutil.ints.Int2ByteOpenHashMap