class com.google.common.collect.CompactHashMap<K, V> extends java.util.AbstractMap<K, V> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.CompactHashMap
  super_class: java.util.AbstractMap
{
  private static final int MAXIMUM_CAPACITY;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1073741824

  static final float DEFAULT_LOAD_FACTOR;
    descriptor: F
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1.0

  private static final long NEXT_MASK;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4294967295

  private static final long HASH_MASK;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4294967296

  static final int DEFAULT_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static final int UNSET;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private transient int[] table;
    descriptor: [I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()

  transient long[] entries;
    descriptor: [J
    flags: (0x0080) ACC_TRANSIENT
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD, location=[ARRAY_ELEMENT]
        com.google.common.annotations.VisibleForTesting()

  transient java.lang.Object[] keys;
    descriptor: [Ljava/lang/Object;
    flags: (0x0080) ACC_TRANSIENT
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD, location=[ARRAY_ELEMENT]
        com.google.common.annotations.VisibleForTesting()

  transient java.lang.Object[] values;
    descriptor: [Ljava/lang/Object;
    flags: (0x0080) ACC_TRANSIENT
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()
    RuntimeInvisibleTypeAnnotations: 
      FIELD, location=[ARRAY_ELEMENT]
        com.google.common.annotations.VisibleForTesting()

  transient float loadFactor;
    descriptor: F
    flags: (0x0080) ACC_TRANSIENT

  transient int modCount;
    descriptor: I
    flags: (0x0080) ACC_TRANSIENT

  private transient int threshold;
    descriptor: I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient int size;
    descriptor: I
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient java.util.Set<K> keySetView;
    descriptor: Ljava/util/Set;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Ljava/util/Set<TK;>;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()

  private transient java.util.Set<java.util.Map$Entry<K, V>> entrySetView;
    descriptor: Ljava/util/Set;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()

  private transient java.util.Collection<V> valuesView;
    descriptor: Ljava/util/Collection;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Ljava/util/Collection<TV;>;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.MonotonicNonNull()

  public static <K, V> com.google.common.collect.CompactHashMap<K, V> create();
    descriptor: ()Lcom/google/common/collect/CompactHashMap;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 87
            new com.google.common.collect.CompactHashMap
            dup
            invokespecial com.google.common.collect.CompactHashMap.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>()Lcom/google/common/collect/CompactHashMap<TK;TV;>;

  public static <K, V> com.google.common.collect.CompactHashMap<K, V> createWithExpectedSize(int);
    descriptor: (I)Lcom/google/common/collect/CompactHashMap;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int expectedSize
         0: .line 100
            new com.google.common.collect.CompactHashMap
            dup
            iload 0 /* expectedSize */
            invokespecial com.google.common.collect.CompactHashMap.<init>:(I)V
            areturn
        end local 0 // int expectedSize
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  expectedSize  I
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(I)Lcom/google/common/collect/CompactHashMap<TK;TV;>;
    MethodParameters:
              Name  Flags
      expectedSize  

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 167
            aload 0 /* this */
            invokespecial java.util.AbstractMap.<init>:()V
         1: .line 168
            aload 0 /* this */
            iconst_3
            fconst_1
            invokevirtual com.google.common.collect.CompactHashMap.init:(IF)V
         2: .line 169
            return
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // int capacity
         0: .line 177
            aload 0 /* this */
            iload 1 /* capacity */
            fconst_1
            invokespecial com.google.common.collect.CompactHashMap.<init>:(IF)V
         1: .line 178
            return
        end local 1 // int capacity
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    2     1  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  void <init>(int, float);
    descriptor: (IF)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // int expectedSize
        start local 2 // float loadFactor
         0: .line 180
            aload 0 /* this */
            invokespecial java.util.AbstractMap.<init>:()V
         1: .line 181
            aload 0 /* this */
            iload 1 /* expectedSize */
            fload 2 /* loadFactor */
            invokevirtual com.google.common.collect.CompactHashMap.init:(IF)V
         2: .line 182
            return
        end local 2 // float loadFactor
        end local 1 // int expectedSize
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    3     1  expectedSize  I
            0    3     2    loadFactor  F
    MethodParameters:
              Name  Flags
      expectedSize  
      loadFactor    

  void init(int, float);
    descriptor: (IF)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // int expectedSize
        start local 2 // float loadFactor
         0: .line 186
            iload 1 /* expectedSize */
            iflt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Initial capacity must be non-negative"
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/Object;)V
         3: .line 187
            fload 2 /* loadFactor */
            fconst_0
            fcmpl
            ifle 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "Illegal load factor"
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/Object;)V
         6: .line 188
            iload 1 /* expectedSize */
            fload 2 /* loadFactor */
            f2d
            invokestatic com.google.common.collect.Hashing.closedTableSize:(ID)I
            istore 3 /* buckets */
        start local 3 // int buckets
         7: .line 189
            aload 0 /* this */
            iload 3 /* buckets */
            invokestatic com.google.common.collect.CompactHashMap.newTable:(I)[I
            putfield com.google.common.collect.CompactHashMap.table:[I
         8: .line 190
            aload 0 /* this */
            fload 2 /* loadFactor */
            putfield com.google.common.collect.CompactHashMap.loadFactor:F
         9: .line 192
            aload 0 /* this */
            iload 1 /* expectedSize */
            anewarray java.lang.Object
            putfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
        10: .line 193
            aload 0 /* this */
            iload 1 /* expectedSize */
            anewarray java.lang.Object
            putfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
        11: .line 195
            aload 0 /* this */
            iload 1 /* expectedSize */
            invokestatic com.google.common.collect.CompactHashMap.newEntries:(I)[J
            putfield com.google.common.collect.CompactHashMap.entries:[J
        12: .line 196
            aload 0 /* this */
            iconst_1
            iload 3 /* buckets */
            i2f
            fload 2 /* loadFactor */
            fmul
            f2i
            invokestatic java.lang.Math.max:(II)I
            putfield com.google.common.collect.CompactHashMap.threshold:I
        13: .line 197
            return
        end local 3 // int buckets
        end local 2 // float loadFactor
        end local 1 // int expectedSize
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0   14     1  expectedSize  I
            0   14     2    loadFactor  F
            7   14     3       buckets  I
    MethodParameters:
              Name  Flags
      expectedSize  
      loadFactor    

  private static int[] newTable(int);
    descriptor: (I)[I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int size
         0: .line 200
            iload 0 /* size */
            newarray 10
            astore 1 /* array */
        start local 1 // int[] array
         1: .line 201
            aload 1 /* array */
            iconst_m1
            invokestatic java.util.Arrays.fill:([II)V
         2: .line 202
            aload 1 /* array */
            areturn
        end local 1 // int[] array
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   size  I
            1    3     1  array  [I
    MethodParameters:
      Name  Flags
      size  

  private static long[] newEntries(int);
    descriptor: (I)[J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // int size
         0: .line 206
            iload 0 /* size */
            newarray 11
            astore 1 /* array */
        start local 1 // long[] array
         1: .line 207
            aload 1 /* array */
            ldc -1
            invokestatic java.util.Arrays.fill:([JJ)V
         2: .line 208
            aload 1 /* array */
            areturn
        end local 1 // long[] array
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   size  I
            1    3     1  array  [J
    MethodParameters:
      Name  Flags
      size  

  private int hashTableMask();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 212
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.table:[I
            arraylength
            iconst_1
            isub
            ireturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;

  private static int getHash(long);
    descriptor: (J)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // long entry
         0: .line 216
            lload 0 /* entry */
            bipush 32
            lushr
            l2i
            ireturn
        end local 0 // long entry
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  entry  J
    MethodParameters:
       Name  Flags
      entry  

  private static int getNext(long);
    descriptor: (J)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // long entry
         0: .line 221
            lload 0 /* entry */
            l2i
            ireturn
        end local 0 // long entry
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  entry  J
    MethodParameters:
       Name  Flags
      entry  

  private static long swapNext(long, int);
    descriptor: (JI)J
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // long entry
        start local 2 // int newNext
         0: .line 226
            ldc -4294967296
            lload 0 /* entry */
            land
            ldc 4294967295
            iload 2 /* newNext */
            i2l
            land
            lor
            lreturn
        end local 2 // int newNext
        end local 0 // long entry
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    entry  J
            0    1     2  newNext  I
    MethodParameters:
         Name  Flags
      entry    
      newNext  

  void accessEntry(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // int index
         0: .line 235
            return
        end local 1 // int index
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public V put(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=14, args_size=3
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 240
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            astore 3 /* entries */
        start local 3 // long[] entries
         1: .line 241
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            astore 4 /* keys */
        start local 4 // java.lang.Object[] keys
         2: .line 242
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            astore 5 /* values */
        start local 5 // java.lang.Object[] values
         3: .line 244
            aload 1 /* key */
            invokestatic com.google.common.collect.Hashing.smearedHash:(Ljava/lang/Object;)I
            istore 6 /* hash */
        start local 6 // int hash
         4: .line 245
            iload 6 /* hash */
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashMap.hashTableMask:()I
            iand
            istore 7 /* tableIndex */
        start local 7 // int tableIndex
         5: .line 246
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            istore 8 /* newEntryIndex */
        start local 8 // int newEntryIndex
         6: .line 247
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.table:[I
            iload 7 /* tableIndex */
            iaload
            istore 9 /* next */
        start local 9 // int next
         7: .line 248
            iload 9 /* next */
            iconst_m1
            if_icmpne 10
         8: .line 249
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.table:[I
            iload 7 /* tableIndex */
            iload 8 /* newEntryIndex */
            iastore
         9: .line 250
            goto 20
        10: .line 254
      StackMap locals: com.google.common.collect.CompactHashMap java.lang.Object java.lang.Object long[] java.lang.Object[] java.lang.Object[] int int int int
      StackMap stack:
            iload 9 /* next */
            istore 10 /* last */
        start local 10 // int last
        11: .line 255
            aload 3 /* entries */
            iload 9 /* next */
            laload
            lstore 11 /* entry */
        start local 11 // long entry
        12: .line 256
            lload 11 /* entry */
            invokestatic com.google.common.collect.CompactHashMap.getHash:(J)I
            iload 6 /* hash */
            if_icmpne 17
            aload 1 /* key */
            aload 4 /* keys */
            iload 9 /* next */
            aaload
            invokestatic com.google.common.base.Objects.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 17
        13: .line 259
            aload 5 /* values */
            iload 9 /* next */
            aaload
            astore 13 /* oldValue */
        start local 13 // java.lang.Object oldValue
        14: .line 261
            aload 5 /* values */
            iload 9 /* next */
            aload 2 /* value */
            aastore
        15: .line 262
            aload 0 /* this */
            iload 9 /* next */
            invokevirtual com.google.common.collect.CompactHashMap.accessEntry:(I)V
        16: .line 263
            aload 13 /* oldValue */
            areturn
        end local 13 // java.lang.Object oldValue
        17: .line 265
      StackMap locals: int long
      StackMap stack:
            lload 11 /* entry */
            invokestatic com.google.common.collect.CompactHashMap.getNext:(J)I
            istore 9 /* next */
        18: .line 266
            iload 9 /* next */
            iconst_m1
            if_icmpne 10
        19: .line 267
            aload 3 /* entries */
            iload 10 /* last */
            lload 11 /* entry */
            iload 8 /* newEntryIndex */
            invokestatic com.google.common.collect.CompactHashMap.swapNext:(JI)J
            lastore
        end local 11 // long entry
        end local 10 // int last
        20: .line 269
      StackMap locals:
      StackMap stack:
            iload 8 /* newEntryIndex */
            ldc 2147483647
            if_icmpne 22
        21: .line 270
            new java.lang.IllegalStateException
            dup
            ldc "Cannot contain more than Integer.MAX_VALUE elements!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 272
      StackMap locals:
      StackMap stack:
            iload 8 /* newEntryIndex */
            iconst_1
            iadd
            istore 10 /* newSize */
        start local 10 // int newSize
        23: .line 273
            aload 0 /* this */
            iload 10 /* newSize */
            invokevirtual com.google.common.collect.CompactHashMap.resizeMeMaybe:(I)V
        24: .line 274
            aload 0 /* this */
            iload 8 /* newEntryIndex */
            aload 1 /* key */
            aload 2 /* value */
            iload 6 /* hash */
            invokevirtual com.google.common.collect.CompactHashMap.insertEntry:(ILjava/lang/Object;Ljava/lang/Object;I)V
        25: .line 275
            aload 0 /* this */
            iload 10 /* newSize */
            putfield com.google.common.collect.CompactHashMap.size:I
        26: .line 276
            iload 8 /* newEntryIndex */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.threshold:I
            if_icmplt 28
        27: .line 277
            aload 0 /* this */
            iconst_2
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.table:[I
            arraylength
            imul
            invokevirtual com.google.common.collect.CompactHashMap.resizeTable:(I)V
        28: .line 279
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.google.common.collect.CompactHashMap.modCount:I
            iconst_1
            iadd
            putfield com.google.common.collect.CompactHashMap.modCount:I
        29: .line 280
            aconst_null
            areturn
        end local 10 // int newSize
        end local 9 // int next
        end local 8 // int newEntryIndex
        end local 7 // int tableIndex
        end local 6 // int hash
        end local 5 // java.lang.Object[] values
        end local 4 // java.lang.Object[] keys
        end local 3 // long[] entries
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   30     0           this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0   30     1            key  TK;
            0   30     2          value  TV;
            1   30     3        entries  [J
            2   30     4           keys  [Ljava/lang/Object;
            3   30     5         values  [Ljava/lang/Object;
            4   30     6           hash  I
            5   30     7     tableIndex  I
            6   30     8  newEntryIndex  I
            7   30     9           next  I
           11   20    10           last  I
           12   20    11          entry  J
           14   17    13       oldValue  TV;
           23   30    10        newSize  I
    Signature: (TK;TV;)TV;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()
      LOCAL_VARIABLE, {start=14, end=17, index=13 /* oldValue */}
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
       Name  Flags
      key    
      value  

  void insertEntry(int, K, V, );
    descriptor: (ILjava/lang/Object;Ljava/lang/Object;I)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // int entryIndex
        start local 2 // java.lang.Object key
        start local 3 // java.lang.Object value
        start local 4 // int hash
         0: .line 287
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 1 /* entryIndex */
            iload 4 /* hash */
            i2l
            bipush 32
            lshl
            ldc 4294967295
            lor
            lastore
         1: .line 288
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iload 1 /* entryIndex */
            aload 2 /* key */
            aastore
         2: .line 289
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 1 /* entryIndex */
            aload 3 /* value */
            aastore
         3: .line 290
            return
        end local 4 // int hash
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object key
        end local 1 // int entryIndex
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    4     1  entryIndex  I
            0    4     2         key  TK;
            0    4     3       value  TV;
            0    4     4        hash  I
    Signature: (ITK;TV;I)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
            Name  Flags
      entryIndex  
      key         
      value       
      hash        

  private void resizeMeMaybe(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // int newSize
         0: .line 294
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            arraylength
            istore 2 /* entriesSize */
        start local 2 // int entriesSize
         1: .line 295
            iload 1 /* newSize */
            iload 2 /* entriesSize */
            if_icmple 7
         2: .line 296
            iload 2 /* entriesSize */
            iconst_1
            iload 2 /* entriesSize */
            iconst_1
            iushr
            invokestatic java.lang.Math.max:(II)I
            iadd
            istore 3 /* newCapacity */
        start local 3 // int newCapacity
         3: .line 297
            iload 3 /* newCapacity */
            ifge 5
         4: .line 298
            ldc 2147483647
            istore 3 /* newCapacity */
         5: .line 300
      StackMap locals: int int
      StackMap stack:
            iload 3 /* newCapacity */
            iload 2 /* entriesSize */
            if_icmpeq 7
         6: .line 301
            aload 0 /* this */
            iload 3 /* newCapacity */
            invokevirtual com.google.common.collect.CompactHashMap.resizeEntries:(I)V
        end local 3 // int newCapacity
         7: .line 304
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int entriesSize
        end local 1 // int newSize
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    8     1      newSize  I
            1    8     2  entriesSize  I
            3    7     3  newCapacity  I
    MethodParameters:
         Name  Flags
      newSize  

  void resizeEntries(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // int newCapacity
         0: .line 311
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iload 1 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            putfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
         1: .line 312
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 1 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            putfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
         2: .line 313
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            astore 2 /* entries */
        start local 2 // long[] entries
         3: .line 314
            aload 2 /* entries */
            arraylength
            istore 3 /* oldCapacity */
        start local 3 // int oldCapacity
         4: .line 315
            aload 2 /* entries */
            iload 1 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([JI)[J
            astore 2 /* entries */
         5: .line 316
            iload 1 /* newCapacity */
            iload 3 /* oldCapacity */
            if_icmple 7
         6: .line 317
            aload 2 /* entries */
            iload 3 /* oldCapacity */
            iload 1 /* newCapacity */
            ldc -1
            invokestatic java.util.Arrays.fill:([JIIJ)V
         7: .line 319
      StackMap locals: long[] int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* entries */
            putfield com.google.common.collect.CompactHashMap.entries:[J
         8: .line 320
            return
        end local 3 // int oldCapacity
        end local 2 // long[] entries
        end local 1 // int newCapacity
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    9     1  newCapacity  I
            3    9     2      entries  [J
            4    9     3  oldCapacity  I
    MethodParameters:
             Name  Flags
      newCapacity  

  private void resizeTable(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=14, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // int newCapacity
         0: .line 323
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.table:[I
            astore 2 /* oldTable */
        start local 2 // int[] oldTable
         1: .line 324
            aload 2 /* oldTable */
            arraylength
            istore 3 /* oldCapacity */
        start local 3 // int oldCapacity
         2: .line 325
            iload 3 /* oldCapacity */
            ldc 1073741824
            if_icmplt 5
         3: .line 326
            aload 0 /* this */
            ldc 2147483647
            putfield com.google.common.collect.CompactHashMap.threshold:I
         4: .line 327
            return
         5: .line 329
      StackMap locals: int[] int
      StackMap stack:
            iconst_1
            iload 1 /* newCapacity */
            i2f
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.loadFactor:F
            fmul
            f2i
            iadd
            istore 4 /* newThreshold */
        start local 4 // int newThreshold
         6: .line 330
            iload 1 /* newCapacity */
            invokestatic com.google.common.collect.CompactHashMap.newTable:(I)[I
            astore 5 /* newTable */
        start local 5 // int[] newTable
         7: .line 331
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            astore 6 /* entries */
        start local 6 // long[] entries
         8: .line 333
            aload 5 /* newTable */
            arraylength
            iconst_1
            isub
            istore 7 /* mask */
        start local 7 // int mask
         9: .line 334
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        10: goto 18
        11: .line 335
      StackMap locals: com.google.common.collect.CompactHashMap int int[] int int int[] long[] int int
      StackMap stack:
            aload 6 /* entries */
            iload 8 /* i */
            laload
            lstore 9 /* oldEntry */
        start local 9 // long oldEntry
        12: .line 336
            lload 9 /* oldEntry */
            invokestatic com.google.common.collect.CompactHashMap.getHash:(J)I
            istore 11 /* hash */
        start local 11 // int hash
        13: .line 337
            iload 11 /* hash */
            iload 7 /* mask */
            iand
            istore 12 /* tableIndex */
        start local 12 // int tableIndex
        14: .line 338
            aload 5 /* newTable */
            iload 12 /* tableIndex */
            iaload
            istore 13 /* next */
        start local 13 // int next
        15: .line 339
            aload 5 /* newTable */
            iload 12 /* tableIndex */
            iload 8 /* i */
            iastore
        16: .line 340
            aload 6 /* entries */
            iload 8 /* i */
            iload 11 /* hash */
            i2l
            bipush 32
            lshl
            ldc 4294967295
            iload 13 /* next */
            i2l
            land
            lor
            lastore
        end local 13 // int next
        end local 12 // int tableIndex
        end local 11 // int hash
        end local 9 // long oldEntry
        17: .line 334
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 8 /* i */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            if_icmplt 11
        end local 8 // int i
        19: .line 343
            aload 0 /* this */
            iload 4 /* newThreshold */
            putfield com.google.common.collect.CompactHashMap.threshold:I
        20: .line 344
            aload 0 /* this */
            aload 5 /* newTable */
            putfield com.google.common.collect.CompactHashMap.table:[I
        21: .line 345
            return
        end local 7 // int mask
        end local 6 // long[] entries
        end local 5 // int[] newTable
        end local 4 // int newThreshold
        end local 3 // int oldCapacity
        end local 2 // int[] oldTable
        end local 1 // int newCapacity
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0   22     1   newCapacity  I
            1   22     2      oldTable  [I
            2   22     3   oldCapacity  I
            6   22     4  newThreshold  I
            7   22     5      newTable  [I
            8   22     6       entries  [J
            9   22     7          mask  I
           10   19     8             i  I
           12   17     9      oldEntry  J
           13   17    11          hash  I
           14   17    12    tableIndex  I
           15   17    13          next  I
    MethodParameters:
             Name  Flags
      newCapacity  

  private int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // java.lang.Object key
         0: .line 348
            aload 1 /* key */
            invokestatic com.google.common.collect.Hashing.smearedHash:(Ljava/lang/Object;)I
            istore 2 /* hash */
        start local 2 // int hash
         1: .line 349
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.table:[I
            iload 2 /* hash */
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashMap.hashTableMask:()I
            iand
            iaload
            istore 3 /* next */
        start local 3 // int next
         2: .line 350
            goto 7
         3: .line 351
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 3 /* next */
            laload
            lstore 4 /* entry */
        start local 4 // long entry
         4: .line 352
            lload 4 /* entry */
            invokestatic com.google.common.collect.CompactHashMap.getHash:(J)I
            iload 2 /* hash */
            if_icmpne 6
            aload 1 /* key */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iload 3 /* next */
            aaload
            invokestatic com.google.common.base.Objects.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 6
         5: .line 353
            iload 3 /* next */
            ireturn
         6: .line 355
      StackMap locals: long
      StackMap stack:
            lload 4 /* entry */
            invokestatic com.google.common.collect.CompactHashMap.getNext:(J)I
            istore 3 /* next */
        end local 4 // long entry
         7: .line 350
      StackMap locals:
      StackMap stack:
            iload 3 /* next */
            iconst_m1
            if_icmpne 3
         8: .line 357
            iconst_m1
            ireturn
        end local 3 // int next
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    9     1    key  Ljava/lang/Object;
            1    9     2   hash  I
            2    9     3   next  I
            4    7     4  entry  J
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public boolean containsKey(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // java.lang.Object key
         0: .line 362
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual com.google.common.collect.CompactHashMap.indexOf:(Ljava/lang/Object;)I
            iconst_m1
            if_icmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    2     1   key  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public V get();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // java.lang.Object key
         0: .line 368
            aload 0 /* this */
            aload 1 /* key */
            invokevirtual com.google.common.collect.CompactHashMap.indexOf:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 369
            aload 0 /* this */
            iload 2 /* index */
            invokevirtual com.google.common.collect.CompactHashMap.accessEntry:(I)V
         2: .line 370
            iload 2 /* index */
            iconst_m1
            if_icmpne 3
            aconst_null
            goto 4
      StackMap locals: int
      StackMap stack:
         3: aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 2 /* index */
            aaload
      StackMap locals:
      StackMap stack: java.lang.Object
         4: areturn
        end local 2 // int index
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    5     1    key  Ljava/lang/Object;
            1    5     2  index  I
    Signature: (Ljava/lang/Object;)TV;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public V remove();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // java.lang.Object key
         0: .line 376
            aload 0 /* this */
            aload 1 /* key */
            aload 1 /* key */
            invokestatic com.google.common.collect.Hashing.smearedHash:(Ljava/lang/Object;)I
            invokevirtual com.google.common.collect.CompactHashMap.remove:(Ljava/lang/Object;I)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    1     1   key  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)TV;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      key   

  private V remove(, );
    descriptor: (Ljava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // java.lang.Object key
        start local 2 // int hash
         0: .line 380
            iload 2 /* hash */
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashMap.hashTableMask:()I
            iand
            istore 3 /* tableIndex */
        start local 3 // int tableIndex
         1: .line 381
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.table:[I
            iload 3 /* tableIndex */
            iaload
            istore 4 /* next */
        start local 4 // int next
         2: .line 382
            iload 4 /* next */
            iconst_m1
            if_icmpne 4
         3: .line 383
            aconst_null
            areturn
         4: .line 385
      StackMap locals: int int
      StackMap stack:
            iconst_m1
            istore 5 /* last */
        start local 5 // int last
         5: .line 387
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 4 /* next */
            laload
            invokestatic com.google.common.collect.CompactHashMap.getHash:(J)I
            iload 2 /* hash */
            if_icmpne 16
         6: .line 388
            aload 1 /* key */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iload 4 /* next */
            aaload
            invokestatic com.google.common.base.Objects.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 16
         7: .line 391
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 4 /* next */
            aaload
            astore 6 /* oldValue */
        start local 6 // java.lang.Object oldValue
         8: .line 393
            iload 5 /* last */
            iconst_m1
            if_icmpne 11
         9: .line 395
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.table:[I
            iload 3 /* tableIndex */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 4 /* next */
            laload
            invokestatic com.google.common.collect.CompactHashMap.getNext:(J)I
            iastore
        10: .line 396
            goto 12
        11: .line 398
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 5 /* last */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 5 /* last */
            laload
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 4 /* next */
            laload
            invokestatic com.google.common.collect.CompactHashMap.getNext:(J)I
            invokestatic com.google.common.collect.CompactHashMap.swapNext:(JI)J
            lastore
        12: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* next */
            invokevirtual com.google.common.collect.CompactHashMap.moveLastEntry:(I)V
        13: .line 402
            aload 0 /* this */
            dup
            getfield com.google.common.collect.CompactHashMap.size:I
            iconst_1
            isub
            putfield com.google.common.collect.CompactHashMap.size:I
        14: .line 403
            aload 0 /* this */
            dup
            getfield com.google.common.collect.CompactHashMap.modCount:I
            iconst_1
            iadd
            putfield com.google.common.collect.CompactHashMap.modCount:I
        15: .line 404
            aload 6 /* oldValue */
            areturn
        end local 6 // java.lang.Object oldValue
        16: .line 407
      StackMap locals:
      StackMap stack:
            iload 4 /* next */
            istore 5 /* last */
        17: .line 408
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 4 /* next */
            laload
            invokestatic com.google.common.collect.CompactHashMap.getNext:(J)I
            istore 4 /* next */
        18: .line 409
            iload 4 /* next */
            iconst_m1
            if_icmpne 5
        19: .line 410
            aconst_null
            areturn
        end local 5 // int last
        end local 4 // int next
        end local 3 // int tableIndex
        end local 2 // int hash
        end local 1 // java.lang.Object key
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0   20     1         key  Ljava/lang/Object;
            0   20     2        hash  I
            1   20     3  tableIndex  I
            2   20     4        next  I
            5   20     5        last  I
            8   16     6    oldValue  TV;
    Signature: (Ljava/lang/Object;I)TV;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()
      LOCAL_VARIABLE, {start=8, end=16, index=6 /* oldValue */}
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      key   
      hash  

  private V removeEntry();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // int entryIndex
         0: .line 415
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iload 1 /* entryIndex */
            aaload
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 1 /* entryIndex */
            laload
            invokestatic com.google.common.collect.CompactHashMap.getHash:(J)I
            invokevirtual com.google.common.collect.CompactHashMap.remove:(Ljava/lang/Object;I)Ljava/lang/Object;
            areturn
        end local 1 // int entryIndex
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    1     1  entryIndex  I
    Signature: (I)TV;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
            Name  Flags
      entryIndex  

  void moveLastEntry(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // int dstIndex
         0: .line 422
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashMap.size:()I
            iconst_1
            isub
            istore 2 /* srcIndex */
        start local 2 // int srcIndex
         1: .line 423
            iload 1 /* dstIndex */
            iload 2 /* srcIndex */
            if_icmpge 20
         2: .line 425
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iload 1 /* dstIndex */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iload 2 /* srcIndex */
            aaload
            aastore
         3: .line 426
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 1 /* dstIndex */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 2 /* srcIndex */
            aaload
            aastore
         4: .line 427
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iload 2 /* srcIndex */
            aconst_null
            aastore
         5: .line 428
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 2 /* srcIndex */
            aconst_null
            aastore
         6: .line 431
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 2 /* srcIndex */
            laload
            lstore 3 /* lastEntry */
        start local 3 // long lastEntry
         7: .line 432
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 1 /* dstIndex */
            lload 3 /* lastEntry */
            lastore
         8: .line 433
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 2 /* srcIndex */
            ldc -1
            lastore
         9: .line 437
            lload 3 /* lastEntry */
            invokestatic com.google.common.collect.CompactHashMap.getHash:(J)I
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashMap.hashTableMask:()I
            iand
            istore 5 /* tableIndex */
        start local 5 // int tableIndex
        10: .line 438
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.table:[I
            iload 5 /* tableIndex */
            iaload
            istore 6 /* lastNext */
        start local 6 // int lastNext
        11: .line 439
            iload 6 /* lastNext */
            iload 2 /* srcIndex */
            if_icmpne 14
        12: .line 441
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.table:[I
            iload 5 /* tableIndex */
            iload 1 /* dstIndex */
            iastore
        13: .line 442
            goto 23
        14: .line 447
      StackMap locals: com.google.common.collect.CompactHashMap int int long int int
      StackMap stack:
            iload 6 /* lastNext */
            istore 7 /* previous */
        start local 7 // int previous
        15: .line 448
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 6 /* lastNext */
            laload
            dup2
            lstore 8 /* entry */
        start local 8 // long entry
        16: invokestatic com.google.common.collect.CompactHashMap.getNext:(J)I
            istore 6 /* lastNext */
        17: .line 449
            iload 6 /* lastNext */
            iload 2 /* srcIndex */
            if_icmpne 14
        18: .line 451
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 7 /* previous */
            lload 8 /* entry */
            iload 1 /* dstIndex */
            invokestatic com.google.common.collect.CompactHashMap.swapNext:(JI)J
            lastore
        end local 8 // long entry
        end local 7 // int previous
        end local 6 // int lastNext
        end local 5 // int tableIndex
        end local 3 // long lastEntry
        19: .line 453
            goto 23
        20: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iload 1 /* dstIndex */
            aconst_null
            aastore
        21: .line 455
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 1 /* dstIndex */
            aconst_null
            aastore
        22: .line 456
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            iload 1 /* dstIndex */
            ldc -1
            lastore
        23: .line 458
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int srcIndex
        end local 1 // int dstIndex
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   24     0        this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0   24     1    dstIndex  I
            1   24     2    srcIndex  I
            7   19     3   lastEntry  J
           10   19     5  tableIndex  I
           11   19     6    lastNext  I
           15   19     7    previous  I
           16   19     8       entry  J
    MethodParameters:
          Name  Flags
      dstIndex  

  int firstEntryIndex();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 461
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashMap.isEmpty:()Z
            ifeq 1
            iconst_m1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;

  int getSuccessor(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // int entryIndex
         0: .line 465
            iload 1 /* entryIndex */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            if_icmpge 1
            iload 1 /* entryIndex */
            iconst_1
            iadd
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_m1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int entryIndex
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    3     1  entryIndex  I
    MethodParameters:
            Name  Flags
      entryIndex  

  int adjustAfterRemove(int, int);
    descriptor: (II)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // int indexBeforeRemove
        start local 2 // int indexRemoved
         0: .line 474
            iload 1 /* indexBeforeRemove */
            iconst_1
            isub
            ireturn
        end local 2 // int indexRemoved
        end local 1 // int indexBeforeRemove
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    1     1  indexBeforeRemove  I
            0    1     2       indexRemoved  I
    MethodParameters:
                   Name  Flags
      indexBeforeRemove  
      indexRemoved       

  public void replaceAll(java.util.function.BiFunction<? super K, ? super V, ? extends V>);
    descriptor: (Ljava/util/function/BiFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // java.util.function.BiFunction function
         0: .line 520
            aload 1 /* function */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 521
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 522
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 2 /* i */
            aload 1 /* function */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokeinterface java.util.function.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            aastore
         4: .line 521
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            if_icmplt 3
        end local 2 // int i
         6: .line 524
            return
        end local 1 // java.util.function.BiFunction function
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    7     1  function  Ljava/util/function/BiFunction<-TK;-TV;+TV;>;
            2    6     2         i  I
    Signature: (Ljava/util/function/BiFunction<-TK;-TV;+TV;>;)V
    MethodParameters:
          Name  Flags
      function  

  public java.util.Set<K> keySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 530
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keySetView:Ljava/util/Set;
            ifnonnull 1
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashMap.createKeySet:()Ljava/util/Set;
            dup_x1
            putfield com.google.common.collect.CompactHashMap.keySetView:Ljava/util/Set;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keySetView:Ljava/util/Set;
      StackMap locals:
      StackMap stack: java.util.Set
         2: areturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
    Signature: ()Ljava/util/Set<TK;>;

  java.util.Set<K> createKeySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 534
            new com.google.common.collect.CompactHashMap$KeySetView
            dup
            aload 0 /* this */
            invokespecial com.google.common.collect.CompactHashMap$KeySetView.<init>:(Lcom/google/common/collect/CompactHashMap;)V
            areturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
    Signature: ()Ljava/util/Set<TK;>;

  java.util.Iterator<K> keySetIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 584
            new com.google.common.collect.CompactHashMap$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokespecial com.google.common.collect.CompactHashMap$1.<init>:(Lcom/google/common/collect/CompactHashMap;Lcom/google/common/collect/CompactHashMap;)V
            areturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
    Signature: ()Ljava/util/Iterator<TK;>;

  public void forEach(java.util.function.BiConsumer<? super K, ? super V>);
    descriptor: (Ljava/util/function/BiConsumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // java.util.function.BiConsumer action
         0: .line 595
            aload 1 /* action */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 596
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 597
      StackMap locals: int
      StackMap stack:
            aload 1 /* action */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokeinterface java.util.function.BiConsumer.accept:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 596
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            if_icmplt 3
        end local 2 // int i
         6: .line 599
            return
        end local 1 // java.util.function.BiConsumer action
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    7     1  action  Ljava/util/function/BiConsumer<-TK;-TV;>;
            2    6     2       i  I
    Signature: (Ljava/util/function/BiConsumer<-TK;-TV;>;)V
    MethodParameters:
        Name  Flags
      action  

  public java.util.Set<java.util.Map$Entry<K, V>> entrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 605
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entrySetView:Ljava/util/Set;
            ifnonnull 1
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashMap.createEntrySet:()Ljava/util/Set;
            dup_x1
            putfield com.google.common.collect.CompactHashMap.entrySetView:Ljava/util/Set;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entrySetView:Ljava/util/Set;
      StackMap locals:
      StackMap stack: java.util.Set
         2: areturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
    Signature: ()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;

  java.util.Set<java.util.Map$Entry<K, V>> createEntrySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 609
            new com.google.common.collect.CompactHashMap$EntrySetView
            dup
            aload 0 /* this */
            invokespecial com.google.common.collect.CompactHashMap$EntrySetView.<init>:(Lcom/google/common/collect/CompactHashMap;)V
            areturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
    Signature: ()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;

  java.util.Iterator<java.util.Map$Entry<K, V>> entrySetIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 655
            new com.google.common.collect.CompactHashMap$2
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokespecial com.google.common.collect.CompactHashMap$2.<init>:(Lcom/google/common/collect/CompactHashMap;Lcom/google/common/collect/CompactHashMap;)V
            areturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
    Signature: ()Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 711
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            ireturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 716
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;

  public boolean containsValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // java.lang.Object value
         0: .line 721
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 722
      StackMap locals: int
      StackMap stack:
            aload 1 /* value */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokestatic com.google.common.base.Objects.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 4
         3: .line 723
            iconst_1
            ireturn
         4: .line 721
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            if_icmplt 2
        end local 2 // int i
         6: .line 726
            iconst_0
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    7     1  value  Ljava/lang/Object;
            1    6     2      i  I
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
       Name  Flags
      value  

  public java.util.Collection<V> values();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 733
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.valuesView:Ljava/util/Collection;
            ifnonnull 1
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashMap.createValues:()Ljava/util/Collection;
            dup_x1
            putfield com.google.common.collect.CompactHashMap.valuesView:Ljava/util/Collection;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.valuesView:Ljava/util/Collection;
      StackMap locals:
      StackMap stack: java.util.Collection
         2: areturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
    Signature: ()Ljava/util/Collection<TV;>;

  java.util.Collection<V> createValues();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 737
            new com.google.common.collect.CompactHashMap$ValuesView
            dup
            aload 0 /* this */
            invokespecial com.google.common.collect.CompactHashMap$ValuesView.<init>:(Lcom/google/common/collect/CompactHashMap;)V
            areturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
    Signature: ()Ljava/util/Collection<TV;>;

  java.util.Iterator<V> valuesIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 776
            new com.google.common.collect.CompactHashMap$3
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokespecial com.google.common.collect.CompactHashMap$3.<init>:(Lcom/google/common/collect/CompactHashMap;Lcom/google/common/collect/CompactHashMap;)V
            areturn
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
    Signature: ()Ljava/util/Iterator<TV;>;

  public void trimToSize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 790
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            istore 1 /* size */
        start local 1 // int size
         1: .line 791
            iload 1 /* size */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            arraylength
            if_icmpge 3
         2: .line 792
            aload 0 /* this */
            iload 1 /* size */
            invokevirtual com.google.common.collect.CompactHashMap.resizeEntries:(I)V
         3: .line 798
      StackMap locals: int
      StackMap stack:
            iconst_1
            iload 1 /* size */
            i2f
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.loadFactor:F
            fdiv
            f2i
            invokestatic java.lang.Integer.highestOneBit:(I)I
            invokestatic java.lang.Math.max:(II)I
            istore 2 /* minimumTableSize */
        start local 2 // int minimumTableSize
         4: .line 799
            iload 2 /* minimumTableSize */
            ldc 1073741824
            if_icmpge 8
         5: .line 800
            iload 1 /* size */
            i2d
            iload 2 /* minimumTableSize */
            i2d
            ddiv
            dstore 3 /* load */
        start local 3 // double load
         6: .line 801
            dload 3 /* load */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.loadFactor:F
            f2d
            dcmpl
            ifle 8
         7: .line 802
            iload 2 /* minimumTableSize */
            iconst_1
            ishl
            istore 2 /* minimumTableSize */
        end local 3 // double load
         8: .line 806
      StackMap locals: int
      StackMap stack:
            iload 2 /* minimumTableSize */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.table:[I
            arraylength
            if_icmpge 10
         9: .line 807
            aload 0 /* this */
            iload 2 /* minimumTableSize */
            invokevirtual com.google.common.collect.CompactHashMap.resizeTable:(I)V
        10: .line 809
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int minimumTableSize
        end local 1 // int size
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   11     0              this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            1   11     1              size  I
            4   11     2  minimumTableSize  I
            6    8     3              load  D

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashMap this
         0: .line 813
            aload 0 /* this */
            dup
            getfield com.google.common.collect.CompactHashMap.modCount:I
            iconst_1
            iadd
            putfield com.google.common.collect.CompactHashMap.modCount:I
         1: .line 814
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iconst_0
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            aconst_null
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;IILjava/lang/Object;)V
         2: .line 815
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iconst_0
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            aconst_null
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;IILjava/lang/Object;)V
         3: .line 816
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.table:[I
            iconst_m1
            invokestatic java.util.Arrays.fill:([II)V
         4: .line 817
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.entries:[J
            ldc -1
            invokestatic java.util.Arrays.fill:([JJ)V
         5: .line 818
            aload 0 /* this */
            iconst_0
            putfield com.google.common.collect.CompactHashMap.size:I
         6: .line 819
            return
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // java.io.ObjectOutputStream stream
         0: .line 826
            aload 1 /* stream */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         1: .line 827
            aload 1 /* stream */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            invokevirtual java.io.ObjectOutputStream.writeInt:(I)V
         2: .line 828
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 829
      StackMap locals: int
      StackMap stack:
            aload 1 /* stream */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.keys:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
         5: .line 830
            aload 1 /* stream */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.values:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
         6: .line 828
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashMap.size:I
            if_icmplt 4
        end local 2 // int i
         8: .line 832
            return
        end local 1 // java.io.ObjectOutputStream stream
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0    9     1  stream  Ljava/io/ObjectOutputStream;
            3    8     2       i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      stream  

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // com.google.common.collect.CompactHashMap this
        start local 1 // java.io.ObjectInputStream stream
         0: .line 836
            aload 1 /* stream */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 837
            aload 0 /* this */
            iconst_3
            fconst_1
            invokevirtual com.google.common.collect.CompactHashMap.init:(IF)V
         2: .line 838
            aload 1 /* stream */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            istore 2 /* elementCount */
        start local 2 // int elementCount
         3: .line 839
            iload 2 /* elementCount */
            istore 3 /* i */
        start local 3 // int i
         4: goto 8
         5: .line 840
      StackMap locals: int int
      StackMap stack:
            aload 1 /* stream */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            astore 4 /* key */
        start local 4 // java.lang.Object key
         6: .line 841
            aload 1 /* stream */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            astore 5 /* value */
        start local 5 // java.lang.Object value
         7: .line 842
            aload 0 /* this */
            aload 4 /* key */
            aload 5 /* value */
            invokevirtual com.google.common.collect.CompactHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // java.lang.Object value
        end local 4 // java.lang.Object key
         8: .line 839
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ -1
            iload 3 /* i */
            ifge 5
        end local 3 // int i
         9: .line 844
            return
        end local 2 // int elementCount
        end local 1 // java.io.ObjectInputStream stream
        end local 0 // com.google.common.collect.CompactHashMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lcom/google/common/collect/CompactHashMap<TK;TV;>;
            0   10     1        stream  Ljava/io/ObjectInputStream;
            3   10     2  elementCount  I
            4    9     3             i  I
            6    8     4           key  TK;
            7    8     5         value  TV;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
        Name  Flags
      stream  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/util/AbstractMap<TK;TV;>;Ljava/io/Serializable;
SourceFile: "CompactHashMap.java"
NestMembers:
  com.google.common.collect.CompactHashMap$1  com.google.common.collect.CompactHashMap$2  com.google.common.collect.CompactHashMap$3  com.google.common.collect.CompactHashMap$EntrySetView  com.google.common.collect.CompactHashMap$Itr  com.google.common.collect.CompactHashMap$KeySetView  com.google.common.collect.CompactHashMap$MapEntry  com.google.common.collect.CompactHashMap$ValuesView
InnerClasses:
  com.google.common.collect.CompactHashMap$1
  com.google.common.collect.CompactHashMap$2
  com.google.common.collect.CompactHashMap$3
  EntrySetView = com.google.common.collect.CompactHashMap$EntrySetView of com.google.common.collect.CompactHashMap
  private abstract Itr = com.google.common.collect.CompactHashMap$Itr of com.google.common.collect.CompactHashMap
  KeySetView = com.google.common.collect.CompactHashMap$KeySetView of com.google.common.collect.CompactHashMap
  final MapEntry = com.google.common.collect.CompactHashMap$MapEntry of com.google.common.collect.CompactHashMap
  ValuesView = com.google.common.collect.CompactHashMap$ValuesView of com.google.common.collect.CompactHashMap
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()