public class it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap extends it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap 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.bytes.Byte2CharOpenHashMap
  super_class: it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap
{
  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 byte[] key;
    descriptor: [B
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

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

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

  protected transient it.unimi.dsi.fastutil.chars.CharCollection values;
    descriptor: Lit/unimi/dsi/fastutil/chars/CharCollection;
    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.bytes.Byte2CharOpenHashMap this
        start local 1 // int expected
        start local 2 // float f
         0: .line 95
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.<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.bytes.Byte2CharOpenHashMap 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.bytes.Byte2CharOpenHashMap.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.bytes.Byte2CharOpenHashMap.n:I
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.minN:I
         7: .line 102
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
         8: .line 103
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            fload 2 /* f */
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.maxFill:I
         9: .line 104
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            iconst_1
            iadd
            newarray 8
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
        10: .line 105
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            iconst_1
            iadd
            newarray 5
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
        11: .line 106
            return
        end local 2 // float f
        end local 1 // int expected
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            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.bytes.Byte2CharOpenHashMap this
        start local 1 // int expected
         0: .line 114
            aload 0 /* this */
            iload 1 /* expected */
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.<init>:(IF)V
         1: .line 115
            return
        end local 1 // int expected
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            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.bytes.Byte2CharOpenHashMap this
         0: .line 122
            aload 0 /* this */
            bipush 16
            ldc 0.75
            invokespecial it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.<init>:(IF)V
         1: .line 123
            return
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;

  public void <init>(java.util.Map<? extends java.lang.Byte, ? extends java.lang.Character>, );
    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.bytes.Byte2CharOpenHashMap 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.bytes.Byte2CharOpenHashMap.<init>:(IF)V
         1: .line 134
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.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.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0    3     1     m  Ljava/util/Map<+Ljava/lang/Byte;+Ljava/lang/Character;>;
            0    3     2     f  F
    Signature: (Ljava/util/Map<+Ljava/lang/Byte;+Ljava/lang/Character;>;F)V
    MethodParameters:
      Name  Flags
      m     final
      f     final

  public void <init>(java.util.Map<? extends java.lang.Byte, ? extends java.lang.Character>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap 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.bytes.Byte2CharOpenHashMap.<init>:(Ljava/util/Map;F)V
         1: .line 145
            return
        end local 1 // java.util.Map m
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0    2     1     m  Ljava/util/Map<+Ljava/lang/Byte;+Ljava/lang/Character;>;
    Signature: (Ljava/util/Map<+Ljava/lang/Byte;+Ljava/lang/Character;>;)V
    MethodParameters:
      Name  Flags
      m     final

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

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

  public void <init>(byte[], char[], float);
    descriptor: ([B[CF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte[] k
        start local 2 // char[] v
        start local 3 // float f
         0: .line 181
            aload 0 /* this */
            aload 1 /* k */
            arraylength
            fload 3 /* f */
            invokespecial it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.<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.bytes.Byte2CharOpenHashMap byte[] char[] 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 */
            baload
            aload 2 /* v */
            iload 4 /* i */
            caload
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.put:(BC)C
            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 // char[] v
        end local 1 // byte[] k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   11     1     k  [B
            0   11     2     v  [C
            0   11     3     f  F
            6   10     4     i  I
    MethodParameters:
      Name  Flags
      k     final
      v     final
      f     final

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

  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.bytes.Byte2CharOpenHashMap this
        start local 1 // int capacity
         0: .line 206
            iload 1 /* capacity */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.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.bytes.Byte2CharOpenHashMap.n:I
            if_icmple 3
         2: .line 208
            aload 0 /* this */
            iload 2 /* needed */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.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.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            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.bytes.Byte2CharOpenHashMap 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.bytes.Byte2CharOpenHashMap.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.bytes.Byte2CharOpenHashMap.n:I
            if_icmple 5
         4: .line 214
            aload 0 /* this */
            iload 3 /* needed */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.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.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0    6     1  capacity  J
            3    6     3    needed  I
    MethodParameters:
          Name  Flags
      capacity  final

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

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

  public void putAll(java.util.Map<? extends java.lang.Byte, ? extends java.lang.Character>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // java.util.Map m
         0: .line 234
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.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.bytes.Byte2CharOpenHashMap.ensureCapacity:(I)V
            goto 3
         2: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.size:()I
            aload 1 /* m */
            invokeinterface java.util.Map.size:()I
            iadd
            i2l
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.tryCapacity:(J)V
         3: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* m */
            invokespecial it.unimi.dsi.fastutil.bytes.AbstractByte2CharMap.putAll:(Ljava/util/Map;)V
         4: .line 240
            return
        end local 1 // java.util.Map m
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0    5     1     m  Ljava/util/Map<+Ljava/lang/Byte;+Ljava/lang/Character;>;
    Signature: (Ljava/util/Map<+Ljava/lang/Byte;+Ljava/lang/Character;>;)V
    MethodParameters:
      Name  Flags
      m     

  private int find(byte);
    descriptor: (B)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
         0: .line 243
            iload 1 /* k */
            ifne 4
         1: .line 244
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.containsNullKey:Z
            ifeq 2
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.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.bytes.Byte2CharOpenHashMap.key:[B
            astore 3 /* key */
        start local 3 // byte[] 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.bytes.Byte2CharOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
        start local 4 // int pos
         6: baload
            dup
            istore 2 /* curr */
        start local 2 // byte curr
         7: ifne 9
         8: .line 250
            iload 4 /* pos */
            iconst_1
            iadd
            ineg
            ireturn
         9: .line 251
      StackMap locals: int byte[] 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.bytes.Byte2CharOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
            baload
            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 // byte[] key
        end local 2 // byte curr
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   15     1     k  B
            7   15     2  curr  B
            5   15     3   key  [B
            6   15     4   pos  I
    MethodParameters:
      Name  Flags
      k     final

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

  public char put(byte, char);
    descriptor: (BC)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
        start local 2 // char v
         0: .line 273
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.find:(B)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.bytes.Byte2CharOpenHashMap.insert:(IBC)V
         3: .line 276
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
         4: .line 278
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 3 /* pos */
            caload
            istore 4 /* oldValue */
        start local 4 // char oldValue
         5: .line 279
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 3 /* pos */
            iload 2 /* v */
            castore
         6: .line 280
            iload 4 /* oldValue */
            ireturn
        end local 4 // char oldValue
        end local 3 // int pos
        end local 2 // char v
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0    7     1         k  B
            0    7     2         v  C
            1    7     3       pos  I
            5    7     4  oldValue  C
    MethodParameters:
      Name  Flags
      k     final
      v     final

  protected final void shiftKeys(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // int pos
         0: .line 293
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            astore 5 /* key */
        start local 5 // byte[] key
         1: .line 295
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap int top top top byte[]
      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.bytes.Byte2CharOpenHashMap.mask:I
            iand
            istore 1 /* pos */
         3: .line 297
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap int int top top byte[]
      StackMap stack:
            aload 5 /* key */
            iload 1 /* pos */
            baload
            dup
            istore 4 /* curr */
        start local 4 // byte curr
         4: ifne 7
         5: .line 298
            aload 5 /* key */
            iload 2 /* last */
            iconst_0
            bastore
         6: .line 299
            return
         7: .line 301
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap int int top int byte[]
      StackMap stack:
            iload 4 /* curr */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
            iand
            istore 3 /* slot */
        start local 3 // int slot
         8: .line 302
            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.bytes.Byte2CharOpenHashMap int int int int byte[]
      StackMap stack:
         9: iload 2 /* last */
            iload 3 /* slot */
            if_icmplt 11
            iload 3 /* slot */
            iload 1 /* pos */
            if_icmple 11
        10: .line 303
            goto 13
        11: .line 304
      StackMap locals:
      StackMap stack:
            iload 1 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
            iand
            istore 1 /* pos */
        end local 4 // byte curr
        end local 3 // int slot
        12: .line 296
            goto 3
        start local 3 // int slot
        start local 4 // byte curr
        13: .line 306
      StackMap locals:
      StackMap stack:
            aload 5 /* key */
            iload 2 /* last */
            iload 4 /* curr */
            bastore
        14: .line 307
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 2 /* last */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 1 /* pos */
            caload
            castore
        end local 4 // byte curr
        end local 3 // int slot
        end local 2 // int last
        15: .line 294
            goto 1
        end local 5 // byte[] key
        end local 1 // int pos
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   16     1   pos  I
            2   15     2  last  I
            8   12     3  slot  I
           13   15     3  slot  I
            4   12     4  curr  B
           13   15     4  curr  B
            1   16     5   key  [B
    MethodParameters:
      Name  Flags
      pos   

  public char remove(byte);
    descriptor: (B)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
         0: .line 313
            iload 1 /* k */
            ifne 4
         1: .line 314
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.containsNullKey:Z
            ifeq 3
         2: .line 315
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.removeNullEntry:()C
            ireturn
         3: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
         4: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            astore 3 /* key */
        start local 3 // byte[] key
         5: .line 322
            aload 3 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
        start local 4 // int pos
         6: baload
            dup
            istore 2 /* curr */
        start local 2 // byte curr
         7: ifne 9
         8: .line 323
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
         9: .line 324
      StackMap locals: int byte[] int
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 11
        10: .line 325
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.removeEntry:(I)C
            ireturn
        11: .line 327
      StackMap locals:
      StackMap stack:
            aload 3 /* key */
            iload 4 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
            baload
            dup
            istore 2 /* curr */
            ifne 13
        12: .line 328
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
        13: .line 329
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 11
        14: .line 330
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.removeEntry:(I)C
            ireturn
        end local 4 // int pos
        end local 3 // byte[] key
        end local 2 // byte curr
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   15     1     k  B
            7   15     2  curr  B
            5   15     3   key  [B
            6   15     4   pos  I
    MethodParameters:
      Name  Flags
      k     final

  public char get(byte);
    descriptor: (B)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
         0: .line 336
            iload 1 /* k */
            ifne 4
         1: .line 337
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.containsNullKey:Z
            ifeq 2
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            caload
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
      StackMap locals:
      StackMap stack: int
         3: ireturn
         4: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            astore 3 /* key */
        start local 3 // byte[] key
         5: .line 342
            aload 3 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
        start local 4 // int pos
         6: baload
            dup
            istore 2 /* curr */
        start local 2 // byte curr
         7: ifne 9
         8: .line 343
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
         9: .line 344
      StackMap locals: int byte[] int
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 11
        10: .line 345
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 4 /* pos */
            caload
            ireturn
        11: .line 348
      StackMap locals:
      StackMap stack:
            aload 3 /* key */
            iload 4 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
            baload
            dup
            istore 2 /* curr */
            ifne 13
        12: .line 349
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
        13: .line 350
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 11
        14: .line 351
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 4 /* pos */
            caload
            ireturn
        end local 4 // int pos
        end local 3 // byte[] key
        end local 2 // byte curr
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   15     1     k  B
            7   15     2  curr  B
            5   15     3   key  [B
            6   15     4   pos  I
    MethodParameters:
      Name  Flags
      k     final

  public boolean containsKey(byte);
    descriptor: (B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
         0: .line 357
            iload 1 /* k */
            ifne 2
         1: .line 358
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.containsNullKey:Z
            ireturn
         2: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            astore 3 /* key */
        start local 3 // byte[] key
         3: .line 363
            aload 3 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
        start local 4 // int pos
         4: baload
            dup
            istore 2 /* curr */
        start local 2 // byte curr
         5: ifne 7
         6: .line 364
            iconst_0
            ireturn
         7: .line 365
      StackMap locals: int byte[] int
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 9
         8: .line 366
            iconst_1
            ireturn
         9: .line 369
      StackMap locals:
      StackMap stack:
            aload 3 /* key */
            iload 4 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
            iand
            dup
            istore 4 /* pos */
            baload
            dup
            istore 2 /* curr */
            ifne 11
        10: .line 370
            iconst_0
            ireturn
        11: .line 371
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            iload 2 /* curr */
            if_icmpne 9
        12: .line 372
            iconst_1
            ireturn
        end local 4 // int pos
        end local 3 // byte[] key
        end local 2 // byte curr
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   13     1     k  B
            5   13     2  curr  B
            3   13     3   key  [B
            4   13     4   pos  I
    MethodParameters:
      Name  Flags
      k     final

  public boolean containsValue(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // char v
         0: .line 377
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            astore 2 /* value */
        start local 2 // char[] value
         1: .line 378
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            astore 3 /* key */
        start local 3 // byte[] key
         2: .line 379
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.containsNullKey:Z
            ifeq 4
            aload 2 /* value */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            caload
            iload 1 /* v */
            if_icmpne 4
         3: .line 380
            iconst_1
            ireturn
         4: .line 381
      StackMap locals: char[] byte[]
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 382
      StackMap locals: int
      StackMap stack:
            aload 3 /* key */
            iload 4 /* i */
            baload
            ifeq 8
            aload 2 /* value */
            iload 4 /* i */
            caload
            iload 1 /* v */
            if_icmpne 8
         7: .line 383
            iconst_1
            ireturn
         8: .line 381
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            iinc 4 /* i */ -1
            ifne 6
        end local 4 // int i
         9: .line 384
            iconst_0
            ireturn
        end local 3 // byte[] key
        end local 2 // char[] value
        end local 1 // char v
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   10     1      v  C
            1   10     2  value  [C
            2   10     3    key  [B
            5    9     4      i  I
    MethodParameters:
      Name  Flags
      v     final

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

  public char putIfAbsent(byte, char);
    descriptor: (BC)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
        start local 2 // char v
         0: .line 411
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.find:(B)I
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 412
            iload 3 /* pos */
            iflt 3
         2: .line 413
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 3 /* pos */
            caload
            ireturn
         3: .line 414
      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.bytes.Byte2CharOpenHashMap.insert:(IBC)V
         4: .line 415
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
        end local 3 // int pos
        end local 2 // char v
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0    5     1     k  B
            0    5     2     v  C
            1    5     3   pos  I
    MethodParameters:
      Name  Flags
      k     final
      v     final

  public boolean remove(byte, char);
    descriptor: (BC)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
        start local 2 // char v
         0: .line 421
            iload 1 /* k */
            ifne 5
         1: .line 422
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.containsNullKey:Z
            ifeq 4
            iload 2 /* v */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            caload
            if_icmpne 4
         2: .line 423
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.removeNullEntry:()C
            pop
         3: .line 424
            iconst_1
            ireturn
         4: .line 426
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            astore 4 /* key */
        start local 4 // byte[] key
         6: .line 432
            aload 4 /* key */
            iload 1 /* k */
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
            iand
            dup
            istore 5 /* pos */
        start local 5 // int pos
         7: baload
            dup
            istore 3 /* curr */
        start local 3 // byte curr
         8: ifne 10
         9: .line 433
            iconst_0
            ireturn
        10: .line 434
      StackMap locals: int byte[] int
      StackMap stack:
            iload 1 /* k */
            iload 3 /* curr */
            if_icmpne 13
            iload 2 /* v */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 5 /* pos */
            caload
            if_icmpne 13
        11: .line 435
            aload 0 /* this */
            iload 5 /* pos */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.removeEntry:(I)C
            pop
        12: .line 436
            iconst_1
            ireturn
        13: .line 439
      StackMap locals:
      StackMap stack:
            aload 4 /* key */
            iload 5 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
            iand
            dup
            istore 5 /* pos */
            baload
            dup
            istore 3 /* curr */
            ifne 15
        14: .line 440
            iconst_0
            ireturn
        15: .line 441
      StackMap locals:
      StackMap stack:
            iload 1 /* k */
            iload 3 /* curr */
            if_icmpne 13
            iload 2 /* v */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 5 /* pos */
            caload
            if_icmpne 13
        16: .line 442
            aload 0 /* this */
            iload 5 /* pos */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.removeEntry:(I)C
            pop
        17: .line 443
            iconst_1
            ireturn
        end local 5 // int pos
        end local 4 // byte[] key
        end local 3 // byte curr
        end local 2 // char v
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   18     1     k  B
            0   18     2     v  C
            8   18     3  curr  B
            6   18     4   key  [B
            7   18     5   pos  I
    MethodParameters:
      Name  Flags
      k     final
      v     final

  public boolean replace(byte, char, char);
    descriptor: (BCC)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
        start local 2 // char oldValue
        start local 3 // char v
         0: .line 450
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.find:(B)I
            istore 4 /* pos */
        start local 4 // int pos
         1: .line 451
            iload 4 /* pos */
            iflt 2
            iload 2 /* oldValue */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 4 /* pos */
            caload
            if_icmpeq 3
         2: .line 452
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
         3: .line 453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 4 /* pos */
            iload 3 /* v */
            castore
         4: .line 454
            iconst_1
            ireturn
        end local 4 // int pos
        end local 3 // char v
        end local 2 // char oldValue
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0    5     1         k  B
            0    5     2  oldValue  C
            0    5     3         v  C
            1    5     4       pos  I
    MethodParameters:
          Name  Flags
      k         final
      oldValue  final
      v         final

  public char replace(byte, char);
    descriptor: (BC)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
        start local 2 // char v
         0: .line 459
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.find:(B)I
            istore 3 /* pos */
        start local 3 // int pos
         1: .line 460
            iload 3 /* pos */
            ifge 3
         2: .line 461
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
         3: .line 462
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 3 /* pos */
            caload
            istore 4 /* oldValue */
        start local 4 // char oldValue
         4: .line 463
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 3 /* pos */
            iload 2 /* v */
            castore
         5: .line 464
            iload 4 /* oldValue */
            ireturn
        end local 4 // char oldValue
        end local 3 // int pos
        end local 2 // char v
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0    6     1         k  B
            0    6     2         v  C
            1    6     3       pos  I
            4    6     4  oldValue  C
    MethodParameters:
      Name  Flags
      k     final
      v     final

  public char computeIfAbsent(byte, java.util.function.IntUnaryOperator);
    descriptor: (BLjava/util/function/IntUnaryOperator;)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
        start local 2 // java.util.function.IntUnaryOperator mappingFunction
         0: .line 469
            aload 2 /* mappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 470
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.find:(B)I
            istore 3 /* pos */
        start local 3 // int pos
         2: .line 471
            iload 3 /* pos */
            iflt 4
         3: .line 472
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 3 /* pos */
            caload
            ireturn
         4: .line 473
      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.safeIntToChar:(I)C
            istore 4 /* newValue */
        start local 4 // char newValue
         5: .line 474
            aload 0 /* this */
            iload 3 /* pos */
            ineg
            iconst_1
            isub
            iload 1 /* k */
            iload 4 /* newValue */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.insert:(IBC)V
         6: .line 475
            iload 4 /* newValue */
            ireturn
        end local 4 // char newValue
        end local 3 // int pos
        end local 2 // java.util.function.IntUnaryOperator mappingFunction
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0    7     1                k  B
            0    7     2  mappingFunction  Ljava/util/function/IntUnaryOperator;
            2    7     3              pos  I
            5    7     4         newValue  C
    MethodParameters:
                 Name  Flags
      k                final
      mappingFunction  final

  public char computeIfAbsentNullable(byte, java.util.function.IntFunction<? extends java.lang.Character>);
    descriptor: (BLjava/util/function/IntFunction;)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
        start local 2 // java.util.function.IntFunction mappingFunction
         0: .line 481
            aload 2 /* mappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 482
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.find:(B)I
            istore 3 /* pos */
        start local 3 // int pos
         2: .line 483
            iload 3 /* pos */
            iflt 4
         3: .line 484
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 3 /* pos */
            caload
            ireturn
         4: .line 485
      StackMap locals: int
      StackMap stack:
            aload 2 /* mappingFunction */
            iload 1 /* k */
            invokeinterface java.util.function.IntFunction.apply:(I)Ljava/lang/Object;
            checkcast java.lang.Character
            astore 4 /* newValue */
        start local 4 // java.lang.Character newValue
         5: .line 486
            aload 4 /* newValue */
            ifnonnull 7
         6: .line 487
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
         7: .line 488
      StackMap locals: java.lang.Character
      StackMap stack:
            aload 4 /* newValue */
            invokevirtual java.lang.Character.charValue:()C
            istore 5 /* v */
        start local 5 // char v
         8: .line 489
            aload 0 /* this */
            iload 3 /* pos */
            ineg
            iconst_1
            isub
            iload 1 /* k */
            iload 5 /* v */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.insert:(IBC)V
         9: .line 490
            iload 5 /* v */
            ireturn
        end local 5 // char v
        end local 4 // java.lang.Character newValue
        end local 3 // int pos
        end local 2 // java.util.function.IntFunction mappingFunction
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   10     1                k  B
            0   10     2  mappingFunction  Ljava/util/function/IntFunction<+Ljava/lang/Character;>;
            2   10     3              pos  I
            5   10     4         newValue  Ljava/lang/Character;
            8   10     5                v  C
    Signature: (BLjava/util/function/IntFunction<+Ljava/lang/Character;>;)C
    MethodParameters:
                 Name  Flags
      k                final
      mappingFunction  final

  public char computeIfPresent(byte, java.util.function.BiFunction<? super java.lang.Byte, ? super java.lang.Character, ? extends java.lang.Character>);
    descriptor: (BLjava/util/function/BiFunction;)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
        start local 2 // java.util.function.BiFunction remappingFunction
         0: .line 496
            aload 2 /* remappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 497
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.find:(B)I
            istore 3 /* pos */
        start local 3 // int pos
         2: .line 498
            iload 3 /* pos */
            ifge 4
         3: .line 499
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
         4: .line 500
      StackMap locals: int
      StackMap stack:
            aload 2 /* remappingFunction */
            iload 1 /* k */
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 3 /* pos */
            caload
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Character
            astore 4 /* newValue */
        start local 4 // java.lang.Character newValue
         5: .line 501
            aload 4 /* newValue */
            ifnonnull 10
         6: .line 502
            iload 1 /* k */
            ifne 8
         7: .line 503
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.removeNullEntry:()C
            pop
            goto 9
         8: .line 505
      StackMap locals: java.lang.Character
      StackMap stack:
            aload 0 /* this */
            iload 3 /* pos */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.removeEntry:(I)C
            pop
         9: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
        10: .line 508
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 3 /* pos */
            aload 4 /* newValue */
            invokevirtual java.lang.Character.charValue:()C
            dup_x2
            castore
            ireturn
        end local 4 // java.lang.Character newValue
        end local 3 // int pos
        end local 2 // java.util.function.BiFunction remappingFunction
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   11     1                  k  B
            0   11     2  remappingFunction  Ljava/util/function/BiFunction<-Ljava/lang/Byte;-Ljava/lang/Character;+Ljava/lang/Character;>;
            2   11     3                pos  I
            5   11     4           newValue  Ljava/lang/Character;
    Signature: (BLjava/util/function/BiFunction<-Ljava/lang/Byte;-Ljava/lang/Character;+Ljava/lang/Character;>;)C
    MethodParameters:
                   Name  Flags
      k                  final
      remappingFunction  final

  public char compute(byte, java.util.function.BiFunction<? super java.lang.Byte, ? super java.lang.Character, ? extends java.lang.Character>);
    descriptor: (BLjava/util/function/BiFunction;)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
        start local 2 // java.util.function.BiFunction remappingFunction
         0: .line 514
            aload 2 /* remappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 515
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.find:(B)I
            istore 3 /* pos */
        start local 3 // int pos
         2: .line 516
            aload 2 /* remappingFunction */
            iload 1 /* k */
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
         3: .line 517
            iload 3 /* pos */
            iflt 4
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 3 /* pos */
            caload
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            goto 5
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap int java.util.function.BiFunction int
      StackMap stack: java.util.function.BiFunction java.lang.Byte
         4: aconst_null
         5: .line 516
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap int java.util.function.BiFunction int
      StackMap stack: java.util.function.BiFunction java.lang.Byte java.lang.Character
            invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Character
            astore 4 /* newValue */
        start local 4 // java.lang.Character newValue
         6: .line 518
            aload 4 /* newValue */
            ifnonnull 12
         7: .line 519
            iload 3 /* pos */
            iflt 11
         8: .line 520
            iload 1 /* k */
            ifne 10
         9: .line 521
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.removeNullEntry:()C
            pop
            goto 11
        10: .line 523
      StackMap locals: java.lang.Character
      StackMap stack:
            aload 0 /* this */
            iload 3 /* pos */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.removeEntry:(I)C
            pop
        11: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
        12: .line 527
      StackMap locals:
      StackMap stack:
            aload 4 /* newValue */
            invokevirtual java.lang.Character.charValue:()C
            istore 5 /* newVal */
        start local 5 // char newVal
        13: .line 528
            iload 3 /* pos */
            ifge 16
        14: .line 529
            aload 0 /* this */
            iload 3 /* pos */
            ineg
            iconst_1
            isub
            iload 1 /* k */
            iload 5 /* newVal */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.insert:(IBC)V
        15: .line 530
            iload 5 /* newVal */
            ireturn
        16: .line 532
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 3 /* pos */
            iload 5 /* newVal */
            dup_x2
            castore
            ireturn
        end local 5 // char newVal
        end local 4 // java.lang.Character newValue
        end local 3 // int pos
        end local 2 // java.util.function.BiFunction remappingFunction
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   17     0               this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   17     1                  k  B
            0   17     2  remappingFunction  Ljava/util/function/BiFunction<-Ljava/lang/Byte;-Ljava/lang/Character;+Ljava/lang/Character;>;
            2   17     3                pos  I
            6   17     4           newValue  Ljava/lang/Character;
           13   17     5             newVal  C
    Signature: (BLjava/util/function/BiFunction<-Ljava/lang/Byte;-Ljava/lang/Character;+Ljava/lang/Character;>;)C
    MethodParameters:
                   Name  Flags
      k                  final
      remappingFunction  final

  public char merge(byte, char, java.util.function.BiFunction<? super java.lang.Character, ? super java.lang.Character, ? extends java.lang.Character>);
    descriptor: (BCLjava/util/function/BiFunction;)C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
        start local 1 // byte k
        start local 2 // char v
        start local 3 // java.util.function.BiFunction remappingFunction
         0: .line 538
            aload 3 /* remappingFunction */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 539
            aload 0 /* this */
            iload 1 /* k */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.find:(B)I
            istore 4 /* pos */
        start local 4 // int pos
         2: .line 540
            iload 4 /* pos */
            ifge 5
         3: .line 541
            aload 0 /* this */
            iload 4 /* pos */
            ineg
            iconst_1
            isub
            iload 1 /* k */
            iload 2 /* v */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.insert:(IBC)V
         4: .line 542
            iload 2 /* v */
            ireturn
         5: .line 544
      StackMap locals: int
      StackMap stack:
            aload 3 /* remappingFunction */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 4 /* pos */
            caload
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            iload 2 /* v */
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Character
            astore 5 /* newValue */
        start local 5 // java.lang.Character newValue
         6: .line 545
            aload 5 /* newValue */
            ifnonnull 11
         7: .line 546
            iload 1 /* k */
            ifne 9
         8: .line 547
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.removeNullEntry:()C
            pop
            goto 10
         9: .line 549
      StackMap locals: java.lang.Character
      StackMap stack:
            aload 0 /* this */
            iload 4 /* pos */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.removeEntry:(I)C
            pop
        10: .line 550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.defRetValue:C
            ireturn
        11: .line 552
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 4 /* pos */
            aload 5 /* newValue */
            invokevirtual java.lang.Character.charValue:()C
            dup_x2
            castore
            ireturn
        end local 5 // java.lang.Character newValue
        end local 4 // int pos
        end local 3 // java.util.function.BiFunction remappingFunction
        end local 2 // char v
        end local 1 // byte k
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   12     1                  k  B
            0   12     2                  v  C
            0   12     3  remappingFunction  Ljava/util/function/BiFunction<-Ljava/lang/Character;-Ljava/lang/Character;+Ljava/lang/Character;>;
            2   12     4                pos  I
            6   12     5           newValue  Ljava/lang/Character;
    Signature: (BCLjava/util/function/BiFunction<-Ljava/lang/Character;-Ljava/lang/Character;+Ljava/lang/Character;>;)C
    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.bytes.Byte2CharOpenHashMap this
         0: .line 563
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.size:I
            ifne 2
         1: .line 564
            return
         2: .line 565
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.size:I
         3: .line 566
            aload 0 /* this */
            iconst_0
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.containsNullKey:Z
         4: .line 567
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            iconst_0
            invokestatic java.util.Arrays.fill:([BB)V
         5: .line 568
            return
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;

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

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

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

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

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

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

  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.bytes.Byte2CharOpenHashMap this
        start local 1 // int n
         0: .line 1052
            iload 1 /* n */
            i2f
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.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 1053
            iload 2 /* l */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            if_icmpge 2
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.size:I
            iload 2 /* l */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            if_icmple 3
         2: .line 1054
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
         3: .line 1056
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* l */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.rehash:(I)V
         4: .line 1057
            goto 7
      StackMap locals:
      StackMap stack: java.lang.OutOfMemoryError
         5: pop
         6: .line 1058
            iconst_0
            ireturn
         7: .line 1060
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // int l
        end local 1 // int n
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            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.bytes.Byte2CharOpenHashMap this
        start local 1 // int newN
         0: .line 1076
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            astore 2 /* key */
        start local 2 // byte[] key
         1: .line 1077
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            astore 3 /* value */
        start local 3 // char[] value
         2: .line 1078
            iload 1 /* newN */
            iconst_1
            isub
            istore 4 /* mask */
        start local 4 // int mask
         3: .line 1079
            iload 1 /* newN */
            iconst_1
            iadd
            newarray 8
            astore 5 /* newKey */
        start local 5 // byte[] newKey
         4: .line 1080
            iload 1 /* newN */
            iconst_1
            iadd
            newarray 5
            astore 6 /* newValue */
        start local 6 // char[] newValue
         5: .line 1081
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            istore 7 /* i */
        start local 7 // int i
         6: .line 1082
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.realSize:()I
            istore 9 /* j */
        start local 9 // int j
         7: goto 14
         8: .line 1083
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap int byte[] char[] int byte[] char[] int top int
      StackMap stack:
            aload 2 /* key */
            iinc 7 /* i */ -1
            iload 7 /* i */
            baload
            ifeq 8
         9: .line 1084
            aload 5 /* newKey */
            aload 2 /* key */
            iload 7 /* i */
            baload
            invokestatic it.unimi.dsi.fastutil.HashCommon.mix:(I)I
            iload 4 /* mask */
            iand
            dup
            istore 8 /* pos */
        start local 8 // int pos
        10: baload
            ifeq 12
        11: .line 1085
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap int byte[] char[] int byte[] char[] int int int
      StackMap stack:
            aload 5 /* newKey */
            iload 8 /* pos */
            iconst_1
            iadd
            iload 4 /* mask */
            iand
            dup
            istore 8 /* pos */
            baload
            ifne 11
        12: .line 1086
      StackMap locals:
      StackMap stack:
            aload 5 /* newKey */
            iload 8 /* pos */
            aload 2 /* key */
            iload 7 /* i */
            baload
            bastore
        13: .line 1087
            aload 6 /* newValue */
            iload 8 /* pos */
            aload 3 /* value */
            iload 7 /* i */
            caload
            castore
        end local 8 // int pos
        14: .line 1082
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap int byte[] char[] int byte[] char[] int top int
      StackMap stack:
            iload 9 /* j */
            iinc 9 /* j */ -1
            ifne 8
        end local 9 // int j
        15: .line 1089
            aload 6 /* newValue */
            iload 1 /* newN */
            aload 3 /* value */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            caload
            castore
        16: .line 1090
            aload 0 /* this */
            iload 1 /* newN */
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
        17: .line 1091
            aload 0 /* this */
            iload 4 /* mask */
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
        18: .line 1092
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.maxFill:I
        19: .line 1093
            aload 0 /* this */
            aload 5 /* newKey */
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
        20: .line 1094
            aload 0 /* this */
            aload 6 /* newValue */
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
        21: .line 1095
            return
        end local 7 // int i
        end local 6 // char[] newValue
        end local 5 // byte[] newKey
        end local 4 // int mask
        end local 3 // char[] value
        end local 2 // byte[] key
        end local 1 // int newN
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   22     1      newN  I
            1   22     2       key  [B
            2   22     3     value  [C
            3   22     4      mask  I
            4   22     5    newKey  [B
            5   22     6  newValue  [C
            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.bytes.Byte2CharOpenHashMap clone();
    descriptor: ()Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
         0: .line 1111
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
            astore 1 /* c */
        start local 1 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap c
         1: .line 1112
            goto 4
        end local 1 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap c
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
         2: pop
         3: .line 1113
            new java.lang.InternalError
            dup
            invokespecial java.lang.InternalError.<init>:()V
            athrow
        start local 1 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap c
         4: .line 1115
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap
      StackMap stack:
            aload 1 /* c */
            aconst_null
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.keys:Lit/unimi/dsi/fastutil/bytes/ByteSet;
         5: .line 1116
            aload 1 /* c */
            aconst_null
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.values:Lit/unimi/dsi/fastutil/chars/CharCollection;
         6: .line 1117
            aload 1 /* c */
            aconst_null
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.entries:Lit/unimi/dsi/fastutil/bytes/Byte2CharMap$FastEntrySet;
         7: .line 1118
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.containsNullKey:Z
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.containsNullKey:Z
         8: .line 1119
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
         9: .line 1120
            aload 1 /* c */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            invokevirtual char[].clone:()Ljava/lang/Object;
            checkcast char[]
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
        10: .line 1121
            aload 1 /* c */
            areturn
        end local 1 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap c
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            1    2     1     c  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            4   11     1     c  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
      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.bytes.Byte2CharOpenHashMap this
         0: .line 1134
            iconst_0
            istore 1 /* h */
        start local 1 // int h
         1: .line 1135
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.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 1137
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap int int int int
      StackMap stack:
            iinc 3 /* i */ 1
         6: .line 1136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            iload 3 /* i */
            baload
            ifeq 5
         7: .line 1138
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            iload 3 /* i */
            baload
            istore 4 /* t */
         8: .line 1139
            iload 4 /* t */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            iload 3 /* i */
            caload
            ixor
            istore 4 /* t */
         9: .line 1140
            iload 1 /* h */
            iload 4 /* t */
            iadd
            istore 1 /* h */
        10: .line 1141
            iinc 3 /* i */ 1
        11: .line 1135
      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 1144
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.containsNullKey:Z
            ifeq 14
        13: .line 1145
            iload 1 /* h */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            caload
            iadd
            istore 1 /* h */
        14: .line 1146
      StackMap locals:
      StackMap stack:
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            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.bytes.Byte2CharOpenHashMap this
        start local 1 // java.io.ObjectOutputStream s
         0: .line 1149
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            astore 2 /* key */
        start local 2 // byte[] key
         1: .line 1150
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            astore 3 /* value */
        start local 3 // char[] value
         2: .line 1151
            new it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap$MapIterator
            dup
            aload 0 /* this */
            invokespecial it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap$MapIterator.<init>:(Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;)V
            astore 4 /* i */
        start local 4 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap$MapIterator i
         3: .line 1152
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         4: .line 1153
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.size:I
            istore 5 /* j */
        start local 5 // int j
         5: goto 9
         6: .line 1154
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap java.io.ObjectOutputStream byte[] char[] it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap$MapIterator int
      StackMap stack:
            aload 4 /* i */
            invokevirtual it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap$MapIterator.nextEntry:()I
            istore 6 /* e */
        start local 6 // int e
         7: .line 1155
            aload 1 /* s */
            aload 2 /* key */
            iload 6 /* e */
            baload
            invokevirtual java.io.ObjectOutputStream.writeByte:(I)V
         8: .line 1156
            aload 1 /* s */
            aload 3 /* value */
            iload 6 /* e */
            caload
            invokevirtual java.io.ObjectOutputStream.writeChar:(I)V
        end local 6 // int e
         9: .line 1153
      StackMap locals:
      StackMap stack:
            iload 5 /* j */
            iinc 5 /* j */ -1
            ifne 6
        end local 5 // int j
        10: .line 1158
            return
        end local 4 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap$MapIterator i
        end local 3 // char[] value
        end local 2 // byte[] key
        end local 1 // java.io.ObjectOutputStream s
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   11     1      s  Ljava/io/ObjectOutputStream;
            1   11     2    key  [B
            2   11     3  value  [C
            3   11     4      i  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap$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.bytes.Byte2CharOpenHashMap this
        start local 1 // java.io.ObjectInputStream s
         0: .line 1161
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 1162
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.size:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.arraySize:(IF)I
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
         2: .line 1163
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.f:F
            invokestatic it.unimi.dsi.fastutil.HashCommon.maxFill:(IF)I
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.maxFill:I
         3: .line 1164
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            iconst_1
            isub
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
         4: .line 1165
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            iconst_1
            iadd
            newarray 8
            dup_x1
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.key:[B
            astore 2 /* key */
        start local 2 // byte[] key
         5: .line 1166
            aload 0 /* this */
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            iconst_1
            iadd
            newarray 5
            dup_x1
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.value:[C
            astore 3 /* value */
        start local 3 // char[] value
         6: .line 1169
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.size:I
            istore 6 /* i */
        start local 6 // int i
         7: goto 20
         8: .line 1170
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap java.io.ObjectInputStream byte[] char[] top top int
      StackMap stack:
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.readByte:()B
            istore 4 /* k */
        start local 4 // byte k
         9: .line 1171
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.readChar:()C
            istore 5 /* v */
        start local 5 // char v
        10: .line 1172
            iload 4 /* k */
            ifne 14
        11: .line 1173
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.n:I
            istore 7 /* pos */
        start local 7 // int pos
        12: .line 1174
            aload 0 /* this */
            iconst_1
            putfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.containsNullKey:Z
        13: .line 1175
            goto 18
        end local 7 // int pos
        14: .line 1176
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap java.io.ObjectInputStream byte[] char[] 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.bytes.Byte2CharOpenHashMap.mask:I
            iand
            istore 7 /* pos */
        start local 7 // int pos
        15: .line 1177
            goto 17
        16: .line 1178
      StackMap locals: int
      StackMap stack:
            iload 7 /* pos */
            iconst_1
            iadd
            aload 0 /* this */
            getfield it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap.mask:I
            iand
            istore 7 /* pos */
        17: .line 1177
      StackMap locals:
      StackMap stack:
            aload 2 /* key */
            iload 7 /* pos */
            baload
            ifne 16
        18: .line 1180
      StackMap locals:
      StackMap stack:
            aload 2 /* key */
            iload 7 /* pos */
            iload 4 /* k */
            bastore
        19: .line 1181
            aload 3 /* value */
            iload 7 /* pos */
            iload 5 /* v */
            castore
        end local 7 // int pos
        end local 5 // char v
        end local 4 // byte k
        20: .line 1169
      StackMap locals: it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap java.io.ObjectInputStream byte[] char[] top top int
      StackMap stack:
            iload 6 /* i */
            iinc 6 /* i */ -1
            ifne 8
        end local 6 // int i
        21: .line 1185
            return
        end local 3 // char[] value
        end local 2 // byte[] key
        end local 1 // java.io.ObjectInputStream s
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;
            0   22     1      s  Ljava/io/ObjectInputStream;
            5   22     2    key  [B
            6   22     3  value  [C
            9   20     4      k  B
           10   20     5      v  C
            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.bytes.Byte2CharOpenHashMap this
         0: .line 1187
            return
        end local 0 // it.unimi.dsi.fastutil.bytes.Byte2CharOpenHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/bytes/Byte2CharOpenHashMap;

  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.bytes.Byte2CharOpenHashMap.keySet:()Lit/unimi/dsi/fastutil/bytes/ByteSet;
            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.bytes.Byte2CharOpenHashMap.values:()Lit/unimi/dsi/fastutil/chars/CharCollection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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