class com.google.common.collect.CompactHashSet<E> extends java.util.AbstractSet<E> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.CompactHashSet
  super_class: java.util.AbstractSet
{
  static final double HASH_FLOODING_FPP;
    descriptor: D
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0.001
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()

  private static final int MAX_HASH_BUCKET_LENGTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  private transient java.lang.Object table;
    descriptor: Ljava/lang/Object;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

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

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

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

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

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

  public static <E> com.google.common.collect.CompactHashSet<E> create(java.util.Collection<? extends E>);
    descriptor: (Ljava/util/Collection;)Lcom/google/common/collect/CompactHashSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.Collection collection
         0: .line 93
            aload 0 /* collection */
            invokeinterface java.util.Collection.size:()I
            invokestatic com.google.common.collect.CompactHashSet.createWithExpectedSize:(I)Lcom/google/common/collect/CompactHashSet;
            astore 1 /* set */
        start local 1 // com.google.common.collect.CompactHashSet set
         1: .line 94
            aload 1 /* set */
            aload 0 /* collection */
            invokevirtual com.google.common.collect.CompactHashSet.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 95
            aload 1 /* set */
            areturn
        end local 1 // com.google.common.collect.CompactHashSet set
        end local 0 // java.util.Collection collection
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0  collection  Ljava/util/Collection<+TE;>;
            1    3     1         set  Lcom/google/common/collect/CompactHashSet<TE;>;
    Signature: <E:Ljava/lang/Object;>(Ljava/util/Collection<+TE;>;)Lcom/google/common/collect/CompactHashSet<TE;>;
    MethodParameters:
            Name  Flags
      collection  

  public static <E> com.google.common.collect.CompactHashSet<E> create(E[]);
    descriptor: ([Ljava/lang/Object;)Lcom/google/common/collect/CompactHashSet;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.Object[] elements
         0: .line 107
            aload 0 /* elements */
            arraylength
            invokestatic com.google.common.collect.CompactHashSet.createWithExpectedSize:(I)Lcom/google/common/collect/CompactHashSet;
            astore 1 /* set */
        start local 1 // com.google.common.collect.CompactHashSet set
         1: .line 108
            aload 1 /* set */
            aload 0 /* elements */
            invokestatic java.util.Collections.addAll:(Ljava/util/Collection;[Ljava/lang/Object;)Z
            pop
         2: .line 109
            aload 1 /* set */
            areturn
        end local 1 // com.google.common.collect.CompactHashSet set
        end local 0 // java.lang.Object[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  elements  [Ljava/lang/Object;
            1    3     1       set  Lcom/google/common/collect/CompactHashSet<TE;>;
    Signature: <E:Ljava/lang/Object;>([TE;)Lcom/google/common/collect/CompactHashSet<TE;>;
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
          Name  Flags
      elements  

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

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 195
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
         1: .line 196
            aload 0 /* this */
            iconst_3
            invokevirtual com.google.common.collect.CompactHashSet.init:(I)V
         2: .line 197
            return
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/CompactHashSet<TE;>;

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // int expectedSize
         0: .line 204
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
         1: .line 205
            aload 0 /* this */
            iload 1 /* expectedSize */
            invokevirtual com.google.common.collect.CompactHashSet.init:(I)V
         2: .line 206
            return
        end local 1 // int expectedSize
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0    3     1  expectedSize  I
    MethodParameters:
              Name  Flags
      expectedSize  

  void init(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // int expectedSize
         0: .line 210
            iload 1 /* expectedSize */
            iflt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Expected size must be >= 0"
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/Object;)V
         3: .line 213
            aload 0 /* this */
            iload 1 /* expectedSize */
            iconst_1
            ldc 1073741823
            invokestatic com.google.common.primitives.Ints.constrainToRange:(III)I
            putfield com.google.common.collect.CompactHashSet.metadata:I
         4: .line 214
            return
        end local 1 // int expectedSize
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0    5     1  expectedSize  I
    MethodParameters:
              Name  Flags
      expectedSize  

  boolean needsAllocArrays();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 219
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/CompactHashSet<TE;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()

  int allocArrays();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 225
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.needsAllocArrays:()Z
            ldc "Arrays already allocated"
            invokestatic com.google.common.base.Preconditions.checkState:(ZLjava/lang/Object;)V
         1: .line 227
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.metadata:I
            istore 1 /* expectedSize */
        start local 1 // int expectedSize
         2: .line 228
            iload 1 /* expectedSize */
            invokestatic com.google.common.collect.CompactHashing.tableSize:(I)I
            istore 2 /* buckets */
        start local 2 // int buckets
         3: .line 229
            aload 0 /* this */
            iload 2 /* buckets */
            invokestatic com.google.common.collect.CompactHashing.createTable:(I)Ljava/lang/Object;
            putfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
         4: .line 230
            aload 0 /* this */
            iload 2 /* buckets */
            iconst_1
            isub
            invokevirtual com.google.common.collect.CompactHashSet.setHashTableMask:(I)V
         5: .line 232
            aload 0 /* this */
            iload 1 /* expectedSize */
            newarray 10
            putfield com.google.common.collect.CompactHashSet.entries:[I
         6: .line 233
            aload 0 /* this */
            iload 1 /* expectedSize */
            anewarray java.lang.Object
            putfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
         7: .line 235
            iload 1 /* expectedSize */
            ireturn
        end local 2 // int buckets
        end local 1 // int expectedSize
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/google/common/collect/CompactHashSet<TE;>;
            2    8     1  expectedSize  I
            3    8     2       buckets  I
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()

  java.util.Set<E> delegateOrNull();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 242
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
            instanceof java.util.Set
            ifeq 2
         1: .line 243
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
            checkcast java.util.Set
            areturn
         2: .line 245
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/CompactHashSet<TE;>;
    Signature: ()Ljava/util/Set<TE;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()

  private java.util.Set<E> createHashFloodingResistantDelegate(int);
    descriptor: (I)Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // int tableSize
         0: .line 249
            new java.util.LinkedHashSet
            dup
            iload 1 /* tableSize */
            fconst_1
            invokespecial java.util.LinkedHashSet.<init>:(IF)V
            areturn
        end local 1 // int tableSize
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0    1     1  tableSize  I
    Signature: (I)Ljava/util/Set<TE;>;
    MethodParameters:
           Name  Flags
      tableSize  

  java.util.Set<E> convertToHashFloodingResistantImplementation();
    descriptor: ()Ljava/util/Set;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 256
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.hashTableMask:()I
            iconst_1
            iadd
            invokevirtual com.google.common.collect.CompactHashSet.createHashFloodingResistantDelegate:(I)Ljava/util/Set;
            astore 1 /* newDelegate */
        start local 1 // java.util.Set newDelegate
         1: .line 257
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.firstEntryIndex:()I
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 258
      StackMap locals: java.util.Set int
      StackMap stack:
            aload 1 /* newDelegate */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 257
            aload 0 /* this */
            iload 2 /* i */
            invokevirtual com.google.common.collect.CompactHashSet.getSuccessor:(I)I
            istore 2 /* i */
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            ifge 3
        end local 2 // int i
         6: .line 260
            aload 0 /* this */
            aload 1 /* newDelegate */
            putfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
         7: .line 261
            aload 0 /* this */
            aconst_null
            putfield com.google.common.collect.CompactHashSet.entries:[I
         8: .line 262
            aload 0 /* this */
            aconst_null
            putfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
         9: .line 263
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.incrementModCount:()V
        10: .line 264
            aload 1 /* newDelegate */
            areturn
        end local 1 // java.util.Set newDelegate
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lcom/google/common/collect/CompactHashSet<TE;>;
            1   11     1  newDelegate  Ljava/util/Set<TE;>;
            2    6     2            i  I
    Signature: ()Ljava/util/Set<TE;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()

  boolean isUsingHashFloodingResistance();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 269
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.delegateOrNull:()Ljava/util/Set;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/CompactHashSet<TE;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()

  private void setHashTableMask(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // int mask
         0: .line 274
            bipush 32
            iload 1 /* mask */
            invokestatic java.lang.Integer.numberOfLeadingZeros:(I)I
            isub
            istore 2 /* hashTableBits */
        start local 2 // int hashTableBits
         1: .line 275
            aload 0 /* this */
         2: .line 276
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.metadata:I
            iload 2 /* hashTableBits */
            bipush 31
            invokestatic com.google.common.collect.CompactHashing.maskCombine:(III)I
         3: .line 275
            putfield com.google.common.collect.CompactHashSet.metadata:I
         4: .line 277
            return
        end local 2 // int hashTableBits
        end local 1 // int mask
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0    5     1           mask  I
            1    5     2  hashTableBits  I
    MethodParameters:
      Name  Flags
      mask  

  private int hashTableMask();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 281
            iconst_1
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.metadata:I
            bipush 31
            iand
            ishl
            iconst_1
            isub
            ireturn
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/CompactHashSet<TE;>;

  void incrementModCount();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 285
            aload 0 /* this */
            dup
            getfield com.google.common.collect.CompactHashSet.metadata:I
            bipush 32
            iadd
            putfield com.google.common.collect.CompactHashSet.metadata:I
         1: .line 286
            return
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/CompactHashSet<TE;>;

  public boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=15, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // java.lang.Object object
         0: .line 291
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.needsAllocArrays:()Z
            ifeq 2
         1: .line 292
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.allocArrays:()I
            pop
         2: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.delegateOrNull:()Ljava/util/Set;
            astore 2 /* delegate */
        start local 2 // java.util.Set delegate
         3: .line 295
            aload 2 /* delegate */
            ifnull 5
         4: .line 296
            aload 2 /* delegate */
            aload 1 /* object */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            ireturn
         5: .line 298
      StackMap locals: java.util.Set
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            astore 3 /* entries */
        start local 3 // int[] entries
         6: .line 299
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            astore 4 /* elements */
        start local 4 // java.lang.Object[] elements
         7: .line 301
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.size:I
            istore 5 /* newEntryIndex */
        start local 5 // int newEntryIndex
         8: .line 302
            iload 5 /* newEntryIndex */
            iconst_1
            iadd
            istore 6 /* newSize */
        start local 6 // int newSize
         9: .line 303
            aload 1 /* object */
            invokestatic com.google.common.collect.Hashing.smearedHash:(Ljava/lang/Object;)I
            istore 7 /* hash */
        start local 7 // int hash
        10: .line 304
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.hashTableMask:()I
            istore 8 /* mask */
        start local 8 // int mask
        11: .line 305
            iload 7 /* hash */
            iload 8 /* mask */
            iand
            istore 9 /* tableIndex */
        start local 9 // int tableIndex
        12: .line 306
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
            iload 9 /* tableIndex */
            invokestatic com.google.common.collect.CompactHashing.tableGet:(Ljava/lang/Object;I)I
            istore 10 /* next */
        start local 10 // int next
        13: .line 307
            iload 10 /* next */
            ifne 19
        14: .line 308
            iload 6 /* newSize */
            iload 8 /* mask */
            if_icmple 17
        15: .line 310
            aload 0 /* this */
            iload 8 /* mask */
            iload 8 /* mask */
            invokestatic com.google.common.collect.CompactHashing.newCapacity:(I)I
            iload 7 /* hash */
            iload 5 /* newEntryIndex */
            invokevirtual com.google.common.collect.CompactHashSet.resizeTable:(IIII)I
            istore 8 /* mask */
        16: .line 311
            goto 35
        17: .line 312
      StackMap locals: com.google.common.collect.CompactHashSet java.lang.Object java.util.Set int[] java.lang.Object[] int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
            iload 9 /* tableIndex */
            iload 5 /* newEntryIndex */
            iconst_1
            iadd
            invokestatic com.google.common.collect.CompactHashing.tableSet:(Ljava/lang/Object;II)V
        18: .line 314
            goto 35
        19: .line 317
      StackMap locals:
      StackMap stack:
            iload 7 /* hash */
            iload 8 /* mask */
            invokestatic com.google.common.collect.CompactHashing.getHashPrefix:(II)I
            istore 13 /* hashPrefix */
        start local 13 // int hashPrefix
        20: .line 318
            iconst_0
            istore 14 /* bucketLength */
        start local 14 // int bucketLength
        21: .line 320
      StackMap locals: com.google.common.collect.CompactHashSet java.lang.Object java.util.Set int[] java.lang.Object[] int int int int int int top top int int
      StackMap stack:
            iload 10 /* next */
            iconst_1
            isub
            istore 11 /* entryIndex */
        start local 11 // int entryIndex
        22: .line 321
            aload 3 /* entries */
            iload 11 /* entryIndex */
            iaload
            istore 12 /* entry */
        start local 12 // int entry
        23: .line 322
            iload 12 /* entry */
            iload 8 /* mask */
            invokestatic com.google.common.collect.CompactHashing.getHashPrefix:(II)I
            iload 13 /* hashPrefix */
            if_icmpne 26
        24: .line 323
            aload 1 /* object */
            aload 4 /* elements */
            iload 11 /* entryIndex */
            aaload
            invokestatic com.google.common.base.Objects.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 26
        25: .line 324
            iconst_0
            ireturn
        26: .line 326
      StackMap locals: com.google.common.collect.CompactHashSet java.lang.Object java.util.Set int[] java.lang.Object[] int int int int int int int int int int
      StackMap stack:
            iload 12 /* entry */
            iload 8 /* mask */
            invokestatic com.google.common.collect.CompactHashing.getNext:(II)I
            istore 10 /* next */
        27: .line 327
            iinc 14 /* bucketLength */ 1
        28: .line 328
            iload 10 /* next */
            ifne 21
        29: .line 330
            iload 14 /* bucketLength */
            bipush 9
            if_icmplt 31
        30: .line 331
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.convertToHashFloodingResistantImplementation:()Ljava/util/Set;
            aload 1 /* object */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            ireturn
        31: .line 334
      StackMap locals:
      StackMap stack:
            iload 6 /* newSize */
            iload 8 /* mask */
            if_icmple 34
        32: .line 336
            aload 0 /* this */
            iload 8 /* mask */
            iload 8 /* mask */
            invokestatic com.google.common.collect.CompactHashing.newCapacity:(I)I
            iload 7 /* hash */
            iload 5 /* newEntryIndex */
            invokevirtual com.google.common.collect.CompactHashSet.resizeTable:(IIII)I
            istore 8 /* mask */
        33: .line 337
            goto 35
        34: .line 338
      StackMap locals:
      StackMap stack:
            aload 3 /* entries */
            iload 11 /* entryIndex */
            iload 12 /* entry */
            iload 5 /* newEntryIndex */
            iconst_1
            iadd
            iload 8 /* mask */
            invokestatic com.google.common.collect.CompactHashing.maskCombine:(III)I
            iastore
        end local 14 // int bucketLength
        end local 13 // int hashPrefix
        end local 12 // int entry
        end local 11 // int entryIndex
        35: .line 341
      StackMap locals: com.google.common.collect.CompactHashSet java.lang.Object java.util.Set int[] java.lang.Object[] int int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* newSize */
            invokevirtual com.google.common.collect.CompactHashSet.resizeMeMaybe:(I)V
        36: .line 342
            aload 0 /* this */
            iload 5 /* newEntryIndex */
            aload 1 /* object */
            iload 7 /* hash */
            iload 8 /* mask */
            invokevirtual com.google.common.collect.CompactHashSet.insertEntry:(ILjava/lang/Object;II)V
        37: .line 343
            aload 0 /* this */
            iload 6 /* newSize */
            putfield com.google.common.collect.CompactHashSet.size:I
        38: .line 344
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.incrementModCount:()V
        39: .line 345
            iconst_1
            ireturn
        end local 10 // int next
        end local 9 // int tableIndex
        end local 8 // int mask
        end local 7 // int hash
        end local 6 // int newSize
        end local 5 // int newEntryIndex
        end local 4 // java.lang.Object[] elements
        end local 3 // int[] entries
        end local 2 // java.util.Set delegate
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   40     0           this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0   40     1         object  TE;
            3   40     2       delegate  Ljava/util/Set<TE;>;
            6   40     3        entries  [I
            7   40     4       elements  [Ljava/lang/Object;
            8   40     5  newEntryIndex  I
            9   40     6        newSize  I
           10   40     7           hash  I
           11   40     8           mask  I
           12   40     9     tableIndex  I
           13   40    10           next  I
           22   35    11     entryIndex  I
           23   35    12          entry  I
           20   35    13     hashPrefix  I
           21   35    14   bucketLength  I
    Signature: (TE;)Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      LOCAL_VARIABLE, {start=3, end=40, index=2 /* delegate */}
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  void insertEntry(int, E, int, );
    descriptor: (ILjava/lang/Object;II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // int entryIndex
        start local 2 // java.lang.Object object
        start local 3 // int hash
        start local 4 // int mask
         0: .line 352
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            iload 1 /* entryIndex */
            iload 3 /* hash */
            iconst_0
            iload 4 /* mask */
            invokestatic com.google.common.collect.CompactHashing.maskCombine:(III)I
            iastore
         1: .line 353
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            iload 1 /* entryIndex */
            aload 2 /* object */
            aastore
         2: .line 354
            return
        end local 4 // int mask
        end local 3 // int hash
        end local 2 // java.lang.Object object
        end local 1 // int entryIndex
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0    3     1  entryIndex  I
            0    3     2      object  TE;
            0    3     3        hash  I
            0    3     4        mask  I
    Signature: (ITE;II)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
            Name  Flags
      entryIndex  
      object      
      hash        
      mask        

  private void resizeMeMaybe(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // int newSize
         0: .line 358
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            arraylength
            istore 2 /* entriesSize */
        start local 2 // int entriesSize
         1: .line 359
            iload 1 /* newSize */
            iload 2 /* entriesSize */
            if_icmple 6
         2: .line 362
            ldc 1073741823
            iload 2 /* entriesSize */
            iconst_1
            iload 2 /* entriesSize */
            iconst_1
            iushr
            invokestatic java.lang.Math.max:(II)I
            iadd
            iconst_1
            ior
            invokestatic java.lang.Math.min:(II)I
         3: .line 361
            istore 3 /* newCapacity */
        start local 3 // int newCapacity
         4: .line 363
            iload 3 /* newCapacity */
            iload 2 /* entriesSize */
            if_icmpeq 6
         5: .line 364
            aload 0 /* this */
            iload 3 /* newCapacity */
            invokevirtual com.google.common.collect.CompactHashSet.resizeEntries:(I)V
        end local 3 // int newCapacity
         6: .line 367
      StackMap locals: int
      StackMap stack:
            return
        end local 2 // int entriesSize
        end local 1 // int newSize
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0    7     1      newSize  I
            1    7     2  entriesSize  I
            4    6     3  newCapacity  I
    MethodParameters:
         Name  Flags
      newSize  

  void resizeEntries(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // int newCapacity
         0: .line 374
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            iload 1 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([II)[I
            putfield com.google.common.collect.CompactHashSet.entries:[I
         1: .line 375
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            iload 1 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            putfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
         2: .line 376
            return
        end local 1 // int newCapacity
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0    3     1  newCapacity  I
    MethodParameters:
             Name  Flags
      newCapacity  

  private int resizeTable(int, int, int, int);
    descriptor: (IIII)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=16, args_size=5
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // int mask
        start local 2 // int newCapacity
        start local 3 // int targetHash
        start local 4 // int targetEntryIndex
         0: .line 380
            iload 2 /* newCapacity */
            invokestatic com.google.common.collect.CompactHashing.createTable:(I)Ljava/lang/Object;
            astore 5 /* newTable */
        start local 5 // java.lang.Object newTable
         1: .line 381
            iload 2 /* newCapacity */
            iconst_1
            isub
            istore 6 /* newMask */
        start local 6 // int newMask
         2: .line 383
            iload 4 /* targetEntryIndex */
            ifeq 4
         3: .line 385
            aload 5 /* newTable */
            iload 3 /* targetHash */
            iload 6 /* newMask */
            iand
            iload 4 /* targetEntryIndex */
            iconst_1
            iadd
            invokestatic com.google.common.collect.CompactHashing.tableSet:(Ljava/lang/Object;II)V
         4: .line 388
      StackMap locals: java.lang.Object int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
            astore 7 /* table */
        start local 7 // java.lang.Object table
         5: .line 389
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            astore 8 /* entries */
        start local 8 // int[] entries
         6: .line 392
            iconst_0
            istore 9 /* tableIndex */
        start local 9 // int tableIndex
         7: goto 20
         8: .line 393
      StackMap locals: java.lang.Object int[] int
      StackMap stack:
            aload 7 /* table */
            iload 9 /* tableIndex */
            invokestatic com.google.common.collect.CompactHashing.tableGet:(Ljava/lang/Object;I)I
            istore 10 /* next */
        start local 10 // int next
         9: .line 394
            goto 18
        10: .line 395
      StackMap locals: int
      StackMap stack:
            iload 10 /* next */
            iconst_1
            isub
            istore 11 /* entryIndex */
        start local 11 // int entryIndex
        11: .line 396
            aload 8 /* entries */
            iload 11 /* entryIndex */
            iaload
            istore 12 /* entry */
        start local 12 // int entry
        12: .line 399
            iload 12 /* entry */
            iload 1 /* mask */
            invokestatic com.google.common.collect.CompactHashing.getHashPrefix:(II)I
            iload 9 /* tableIndex */
            ior
            istore 13 /* hash */
        start local 13 // int hash
        13: .line 401
            iload 13 /* hash */
            iload 6 /* newMask */
            iand
            istore 14 /* newTableIndex */
        start local 14 // int newTableIndex
        14: .line 402
            aload 5 /* newTable */
            iload 14 /* newTableIndex */
            invokestatic com.google.common.collect.CompactHashing.tableGet:(Ljava/lang/Object;I)I
            istore 15 /* newNext */
        start local 15 // int newNext
        15: .line 403
            aload 5 /* newTable */
            iload 14 /* newTableIndex */
            iload 10 /* next */
            invokestatic com.google.common.collect.CompactHashing.tableSet:(Ljava/lang/Object;II)V
        16: .line 404
            aload 8 /* entries */
            iload 11 /* entryIndex */
            iload 13 /* hash */
            iload 15 /* newNext */
            iload 6 /* newMask */
            invokestatic com.google.common.collect.CompactHashing.maskCombine:(III)I
            iastore
        17: .line 406
            iload 12 /* entry */
            iload 1 /* mask */
            invokestatic com.google.common.collect.CompactHashing.getNext:(II)I
            istore 10 /* next */
        end local 15 // int newNext
        end local 14 // int newTableIndex
        end local 13 // int hash
        end local 12 // int entry
        end local 11 // int entryIndex
        18: .line 394
      StackMap locals:
      StackMap stack:
            iload 10 /* next */
            ifne 10
        end local 10 // int next
        19: .line 392
            iinc 9 /* tableIndex */ 1
      StackMap locals:
      StackMap stack:
        20: iload 9 /* tableIndex */
            iload 1 /* mask */
            if_icmple 8
        end local 9 // int tableIndex
        21: .line 410
            aload 0 /* this */
            aload 5 /* newTable */
            putfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
        22: .line 411
            aload 0 /* this */
            iload 6 /* newMask */
            invokevirtual com.google.common.collect.CompactHashSet.setHashTableMask:(I)V
        23: .line 412
            iload 6 /* newMask */
            ireturn
        end local 8 // int[] entries
        end local 7 // java.lang.Object table
        end local 6 // int newMask
        end local 5 // java.lang.Object newTable
        end local 4 // int targetEntryIndex
        end local 3 // int targetHash
        end local 2 // int newCapacity
        end local 1 // int mask
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   24     0              this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0   24     1              mask  I
            0   24     2       newCapacity  I
            0   24     3        targetHash  I
            0   24     4  targetEntryIndex  I
            1   24     5          newTable  Ljava/lang/Object;
            2   24     6           newMask  I
            5   24     7             table  Ljava/lang/Object;
            6   24     8           entries  [I
            7   21     9        tableIndex  I
            9   19    10              next  I
           11   18    11        entryIndex  I
           12   18    12             entry  I
           13   18    13              hash  I
           14   18    14     newTableIndex  I
           15   18    15           newNext  I
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
                  Name  Flags
      mask              
      newCapacity       
      targetHash        
      targetEntryIndex  

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // java.lang.Object object
         0: .line 417
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.needsAllocArrays:()Z
            ifeq 2
         1: .line 418
            iconst_0
            ireturn
         2: .line 420
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.delegateOrNull:()Ljava/util/Set;
            astore 2 /* delegate */
        start local 2 // java.util.Set delegate
         3: .line 421
            aload 2 /* delegate */
            ifnull 5
         4: .line 422
            aload 2 /* delegate */
            aload 1 /* object */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ireturn
         5: .line 424
      StackMap locals: java.util.Set
      StackMap stack:
            aload 1 /* object */
            invokestatic com.google.common.collect.Hashing.smearedHash:(Ljava/lang/Object;)I
            istore 3 /* hash */
        start local 3 // int hash
         6: .line 425
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.hashTableMask:()I
            istore 4 /* mask */
        start local 4 // int mask
         7: .line 426
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
            iload 3 /* hash */
            iload 4 /* mask */
            iand
            invokestatic com.google.common.collect.CompactHashing.tableGet:(Ljava/lang/Object;I)I
            istore 5 /* next */
        start local 5 // int next
         8: .line 427
            iload 5 /* next */
            ifne 10
         9: .line 428
            iconst_0
            ireturn
        10: .line 430
      StackMap locals: int int int
      StackMap stack:
            iload 3 /* hash */
            iload 4 /* mask */
            invokestatic com.google.common.collect.CompactHashing.getHashPrefix:(II)I
            istore 6 /* hashPrefix */
        start local 6 // int hashPrefix
        11: .line 432
      StackMap locals: int
      StackMap stack:
            iload 5 /* next */
            iconst_1
            isub
            istore 7 /* entryIndex */
        start local 7 // int entryIndex
        12: .line 433
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            iload 7 /* entryIndex */
            iaload
            istore 8 /* entry */
        start local 8 // int entry
        13: .line 434
            iload 8 /* entry */
            iload 4 /* mask */
            invokestatic com.google.common.collect.CompactHashing.getHashPrefix:(II)I
            iload 6 /* hashPrefix */
            if_icmpne 16
        14: .line 435
            aload 1 /* object */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            iload 7 /* entryIndex */
            aaload
            invokestatic com.google.common.base.Objects.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 16
        15: .line 436
            iconst_1
            ireturn
        16: .line 438
      StackMap locals: int int
      StackMap stack:
            iload 8 /* entry */
            iload 4 /* mask */
            invokestatic com.google.common.collect.CompactHashing.getNext:(II)I
            istore 5 /* next */
        end local 8 // int entry
        end local 7 // int entryIndex
        17: .line 439
            iload 5 /* next */
            ifne 11
        18: .line 440
            iconst_0
            ireturn
        end local 6 // int hashPrefix
        end local 5 // int next
        end local 4 // int mask
        end local 3 // int hash
        end local 2 // java.util.Set delegate
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0   19     1      object  Ljava/lang/Object;
            3   19     2    delegate  Ljava/util/Set<TE;>;
            6   19     3        hash  I
            7   19     4        mask  I
            8   19     5        next  I
           11   19     6  hashPrefix  I
           12   17     7  entryIndex  I
           13   17     8       entry  I
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      LOCAL_VARIABLE, {start=3, end=19, index=2 /* delegate */}
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // java.lang.Object object
         0: .line 446
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.needsAllocArrays:()Z
            ifeq 2
         1: .line 447
            iconst_0
            ireturn
         2: .line 449
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.delegateOrNull:()Ljava/util/Set;
            astore 2 /* delegate */
        start local 2 // java.util.Set delegate
         3: .line 450
            aload 2 /* delegate */
            ifnull 5
         4: .line 451
            aload 2 /* delegate */
            aload 1 /* object */
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            ireturn
         5: .line 453
      StackMap locals: java.util.Set
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.hashTableMask:()I
            istore 3 /* mask */
        start local 3 // int mask
         6: .line 456
            aload 1 /* object */
            aconst_null
            iload 3 /* mask */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            aconst_null
         7: .line 455
            invokestatic com.google.common.collect.CompactHashing.remove:(Ljava/lang/Object;Ljava/lang/Object;ILjava/lang/Object;[I[Ljava/lang/Object;[Ljava/lang/Object;)I
         8: .line 454
            istore 4 /* index */
        start local 4 // int index
         9: .line 457
            iload 4 /* index */
            iconst_m1
            if_icmpne 11
        10: .line 458
            iconst_0
            ireturn
        11: .line 461
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* index */
            iload 3 /* mask */
            invokevirtual com.google.common.collect.CompactHashSet.moveLastEntry:(II)V
        12: .line 462
            aload 0 /* this */
            dup
            getfield com.google.common.collect.CompactHashSet.size:I
            iconst_1
            isub
            putfield com.google.common.collect.CompactHashSet.size:I
        13: .line 463
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.incrementModCount:()V
        14: .line 465
            iconst_1
            ireturn
        end local 4 // int index
        end local 3 // int mask
        end local 2 // java.util.Set delegate
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0   15     1    object  Ljava/lang/Object;
            3   15     2  delegate  Ljava/util/Set<TE;>;
            6   15     3      mask  I
            9   15     4     index  I
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      LOCAL_VARIABLE, {start=3, end=15, index=2 /* delegate */}
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  void moveLastEntry(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // int dstIndex
        start local 2 // int mask
         0: .line 472
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.size:()I
            iconst_1
            isub
            istore 3 /* srcIndex */
        start local 3 // int srcIndex
         1: .line 473
            iload 1 /* dstIndex */
            iload 3 /* srcIndex */
            if_icmpge 19
         2: .line 475
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            iload 3 /* srcIndex */
            aaload
            astore 4 /* object */
        start local 4 // java.lang.Object object
         3: .line 476
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            iload 1 /* dstIndex */
            aload 4 /* object */
            aastore
         4: .line 477
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            iload 3 /* srcIndex */
            aconst_null
            aastore
         5: .line 480
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            iload 1 /* dstIndex */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            iload 3 /* srcIndex */
            iaload
            iastore
         6: .line 481
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            iload 3 /* srcIndex */
            iconst_0
            iastore
         7: .line 484
            aload 4 /* object */
            invokestatic com.google.common.collect.Hashing.smearedHash:(Ljava/lang/Object;)I
            iload 2 /* mask */
            iand
            istore 5 /* tableIndex */
        start local 5 // int tableIndex
         8: .line 485
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
            iload 5 /* tableIndex */
            invokestatic com.google.common.collect.CompactHashing.tableGet:(Ljava/lang/Object;I)I
            istore 6 /* next */
        start local 6 // int next
         9: .line 486
            iload 3 /* srcIndex */
            iconst_1
            iadd
            istore 7 /* srcNext */
        start local 7 // int srcNext
        10: .line 487
            iload 6 /* next */
            iload 7 /* srcNext */
            if_icmpne 13
        11: .line 489
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
            iload 5 /* tableIndex */
            iload 1 /* dstIndex */
            iconst_1
            iadd
            invokestatic com.google.common.collect.CompactHashing.tableSet:(Ljava/lang/Object;II)V
        12: .line 490
            goto 21
        13: .line 495
      StackMap locals: com.google.common.collect.CompactHashSet int int int java.lang.Object int int int
      StackMap stack:
            iload 6 /* next */
            iconst_1
            isub
            istore 8 /* entryIndex */
        start local 8 // int entryIndex
        14: .line 496
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            iload 8 /* entryIndex */
            iaload
            istore 9 /* entry */
        start local 9 // int entry
        15: .line 497
            iload 9 /* entry */
            iload 2 /* mask */
            invokestatic com.google.common.collect.CompactHashing.getNext:(II)I
            istore 6 /* next */
        16: .line 498
            iload 6 /* next */
            iload 7 /* srcNext */
            if_icmpne 13
        17: .line 500
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            iload 8 /* entryIndex */
            iload 9 /* entry */
            iload 1 /* dstIndex */
            iconst_1
            iadd
            iload 2 /* mask */
            invokestatic com.google.common.collect.CompactHashing.maskCombine:(III)I
            iastore
        end local 9 // int entry
        end local 8 // int entryIndex
        end local 7 // int srcNext
        end local 6 // int next
        end local 5 // int tableIndex
        end local 4 // java.lang.Object object
        18: .line 502
            goto 21
        19: .line 503
      StackMap locals: com.google.common.collect.CompactHashSet int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            iload 1 /* dstIndex */
            aconst_null
            aastore
        20: .line 504
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            iload 1 /* dstIndex */
            iconst_0
            iastore
        21: .line 506
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int srcIndex
        end local 2 // int mask
        end local 1 // int dstIndex
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   22     0        this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0   22     1    dstIndex  I
            0   22     2        mask  I
            1   22     3    srcIndex  I
            3   18     4      object  Ljava/lang/Object;
            8   18     5  tableIndex  I
            9   18     6        next  I
           10   18     7     srcNext  I
           14   18     8  entryIndex  I
           15   18     9       entry  I
    RuntimeVisibleTypeAnnotations: 
      LOCAL_VARIABLE, {start=3, end=18, index=4 /* object */}
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
          Name  Flags
      dstIndex  
      mask      

  int firstEntryIndex();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 509
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.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.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/CompactHashSet<TE;>;

  int getSuccessor(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // int entryIndex
         0: .line 513
            iload 1 /* entryIndex */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.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.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/google/common/collect/CompactHashSet<TE;>;
            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.CompactHashSet this
        start local 1 // int indexBeforeRemove
        start local 2 // int indexRemoved
         0: .line 522
            iload 1 /* indexBeforeRemove */
            iconst_1
            isub
            ireturn
        end local 2 // int indexRemoved
        end local 1 // int indexBeforeRemove
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0    1     1  indexBeforeRemove  I
            0    1     2       indexRemoved  I
    MethodParameters:
                   Name  Flags
      indexBeforeRemove  
      indexRemoved       

  public java.util.Iterator<E> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 527
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.delegateOrNull:()Ljava/util/Set;
            astore 1 /* delegate */
        start local 1 // java.util.Set delegate
         1: .line 528
            aload 1 /* delegate */
            ifnull 3
         2: .line 529
            aload 1 /* delegate */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            areturn
         3: .line 531
      StackMap locals: java.util.Set
      StackMap stack:
            new com.google.common.collect.CompactHashSet$1
            dup
            aload 0 /* this */
            invokespecial com.google.common.collect.CompactHashSet$1.<init>:(Lcom/google/common/collect/CompactHashSet;)V
            areturn
        end local 1 // java.util.Set delegate
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/google/common/collect/CompactHashSet<TE;>;
            1    4     1  delegate  Ljava/util/Set<TE;>;
    Signature: ()Ljava/util/Iterator<TE;>;
    RuntimeVisibleTypeAnnotations: 
      LOCAL_VARIABLE, {start=1, end=4, index=1 /* delegate */}
        org.checkerframework.checker.nullness.qual.Nullable()

  public java.util.Spliterator<E> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 578
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.needsAllocArrays:()Z
            ifeq 2
         1: .line 579
            iconst_0
            anewarray java.lang.Object
            bipush 17
            invokestatic java.util.Spliterators.spliterator:([Ljava/lang/Object;I)Ljava/util/Spliterator;
            areturn
         2: .line 581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.delegateOrNull:()Ljava/util/Set;
            astore 1 /* delegate */
        start local 1 // java.util.Set delegate
         3: .line 582
            aload 1 /* delegate */
            ifnull 5
         4: .line 583
            aload 1 /* delegate */
            invokeinterface java.util.Set.spliterator:()Ljava/util/Spliterator;
            goto 6
         5: .line 584
      StackMap locals: java.util.Set
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            iconst_0
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.size:I
            bipush 17
            invokestatic java.util.Spliterators.spliterator:([Ljava/lang/Object;III)Ljava/util/Spliterator;
         6: .line 582
      StackMap locals:
      StackMap stack: java.util.Spliterator
            areturn
        end local 1 // java.util.Set delegate
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/google/common/collect/CompactHashSet<TE;>;
            3    7     1  delegate  Ljava/util/Set<TE;>;
    Signature: ()Ljava/util/Spliterator<TE;>;
    RuntimeVisibleTypeAnnotations: 
      LOCAL_VARIABLE, {start=3, end=7, index=1 /* delegate */}
        org.checkerframework.checker.nullness.qual.Nullable()

  public void forEach(java.util.function.Consumer<? super E>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // java.util.function.Consumer action
         0: .line 590
            aload 1 /* action */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 591
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.delegateOrNull:()Ljava/util/Set;
            astore 2 /* delegate */
        start local 2 // java.util.Set delegate
         2: .line 592
            aload 2 /* delegate */
            ifnull 5
         3: .line 593
            aload 2 /* delegate */
            aload 1 /* action */
            invokeinterface java.util.Set.forEach:(Ljava/util/function/Consumer;)V
         4: .line 594
            goto 10
         5: .line 595
      StackMap locals: java.util.Set
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.firstEntryIndex:()I
            istore 3 /* i */
        start local 3 // int i
         6: goto 9
         7: .line 596
      StackMap locals: int
      StackMap stack:
            aload 1 /* action */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         8: .line 595
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual com.google.common.collect.CompactHashSet.getSuccessor:(I)I
            istore 3 /* i */
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            ifge 7
        end local 3 // int i
        10: .line 599
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.Set delegate
        end local 1 // java.util.function.Consumer action
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0   11     1    action  Ljava/util/function/Consumer<-TE;>;
            2   11     2  delegate  Ljava/util/Set<TE;>;
            6   10     3         i  I
    Signature: (Ljava/util/function/Consumer<-TE;>;)V
    RuntimeVisibleTypeAnnotations: 
      LOCAL_VARIABLE, {start=2, end=11, index=2 /* delegate */}
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      action  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 603
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.delegateOrNull:()Ljava/util/Set;
            astore 1 /* delegate */
        start local 1 // java.util.Set delegate
         1: .line 604
            aload 1 /* delegate */
            ifnull 2
            aload 1 /* delegate */
            invokeinterface java.util.Set.size:()I
            goto 3
      StackMap locals: java.util.Set
      StackMap stack:
         2: aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.size:I
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // java.util.Set delegate
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/google/common/collect/CompactHashSet<TE;>;
            1    4     1  delegate  Ljava/util/Set<TE;>;
    RuntimeVisibleTypeAnnotations: 
      LOCAL_VARIABLE, {start=1, end=4, index=1 /* delegate */}
        org.checkerframework.checker.nullness.qual.Nullable()

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

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 614
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.needsAllocArrays:()Z
            ifeq 2
         1: .line 615
            iconst_0
            anewarray java.lang.Object
            areturn
         2: .line 617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.delegateOrNull:()Ljava/util/Set;
            astore 1 /* delegate */
        start local 1 // java.util.Set delegate
         3: .line 618
            aload 1 /* delegate */
            ifnull 4
            aload 1 /* delegate */
            invokeinterface java.util.Set.toArray:()[Ljava/lang/Object;
            goto 5
      StackMap locals: java.util.Set
      StackMap stack:
         4: aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.size:I
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object[]
         5: areturn
        end local 1 // java.util.Set delegate
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/google/common/collect/CompactHashSet<TE;>;
            3    6     1  delegate  Ljava/util/Set<TE;>;
    RuntimeVisibleTypeAnnotations: 
      LOCAL_VARIABLE, {start=3, end=6, index=1 /* delegate */}
        org.checkerframework.checker.nullness.qual.Nullable()

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // java.lang.Object[] a
         0: .line 624
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.needsAllocArrays:()Z
            ifeq 4
         1: .line 625
            aload 1 /* a */
            arraylength
            ifle 3
         2: .line 626
            aload 1 /* a */
            iconst_0
            aconst_null
            aastore
         3: .line 628
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            areturn
         4: .line 630
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.delegateOrNull:()Ljava/util/Set;
            astore 2 /* delegate */
        start local 2 // java.util.Set delegate
         5: .line 631
            aload 2 /* delegate */
            ifnull 7
         6: .line 632
            aload 2 /* delegate */
            aload 1 /* a */
            invokeinterface java.util.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            goto 8
         7: .line 633
      StackMap locals: java.util.Set
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            iconst_0
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.size:I
            aload 1 /* a */
            invokestatic com.google.common.collect.ObjectArrays.toArrayImpl:([Ljava/lang/Object;II[Ljava/lang/Object;)[Ljava/lang/Object;
         8: .line 631
      StackMap locals:
      StackMap stack: java.lang.Object[]
            areturn
        end local 2 // java.util.Set delegate
        end local 1 // java.lang.Object[] a
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0    9     1         a  [Ljava/lang/Object;
            5    9     2  delegate  Ljava/util/Set<TE;>;
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      LOCAL_VARIABLE, {start=5, end=9, index=2 /* delegate */}
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      a     

  public void trimToSize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 641
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.needsAllocArrays:()Z
            ifeq 2
         1: .line 642
            return
         2: .line 644
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.delegateOrNull:()Ljava/util/Set;
            astore 1 /* delegate */
        start local 1 // java.util.Set delegate
         3: .line 645
            aload 1 /* delegate */
            ifnull 8
         4: .line 646
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.size:()I
            invokevirtual com.google.common.collect.CompactHashSet.createHashFloodingResistantDelegate:(I)Ljava/util/Set;
            astore 2 /* newDelegate */
        start local 2 // java.util.Set newDelegate
         5: .line 647
            aload 2 /* newDelegate */
            aload 1 /* delegate */
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            pop
         6: .line 648
            aload 0 /* this */
            aload 2 /* newDelegate */
            putfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
         7: .line 649
            return
        end local 2 // java.util.Set newDelegate
         8: .line 651
      StackMap locals: java.util.Set
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.size:I
            istore 2 /* size */
        start local 2 // int size
         9: .line 652
            iload 2 /* size */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            arraylength
            if_icmpge 11
        10: .line 653
            aload 0 /* this */
            iload 2 /* size */
            invokevirtual com.google.common.collect.CompactHashSet.resizeEntries:(I)V
        11: .line 655
      StackMap locals: int
      StackMap stack:
            iload 2 /* size */
            invokestatic com.google.common.collect.CompactHashing.tableSize:(I)I
            istore 3 /* minimumTableSize */
        start local 3 // int minimumTableSize
        12: .line 656
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.hashTableMask:()I
            istore 4 /* mask */
        start local 4 // int mask
        13: .line 657
            iload 3 /* minimumTableSize */
            iload 4 /* mask */
            if_icmpge 15
        14: .line 658
            aload 0 /* this */
            iload 4 /* mask */
            iload 3 /* minimumTableSize */
            iconst_0
            iconst_0
            invokevirtual com.google.common.collect.CompactHashSet.resizeTable:(IIII)I
            pop
        15: .line 660
      StackMap locals: int int
      StackMap stack:
            return
        end local 4 // int mask
        end local 3 // int minimumTableSize
        end local 2 // int size
        end local 1 // java.util.Set delegate
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   16     0              this  Lcom/google/common/collect/CompactHashSet<TE;>;
            3   16     1          delegate  Ljava/util/Set<TE;>;
            5    8     2       newDelegate  Ljava/util/Set<TE;>;
            9   16     2              size  I
           12   16     3  minimumTableSize  I
           13   16     4              mask  I
    RuntimeVisibleTypeAnnotations: 
      LOCAL_VARIABLE, {start=3, end=16, index=1 /* delegate */}
        org.checkerframework.checker.nullness.qual.Nullable()

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet this
         0: .line 664
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.needsAllocArrays:()Z
            ifeq 2
         1: .line 665
            return
         2: .line 667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.incrementModCount:()V
         3: .line 668
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.delegateOrNull:()Ljava/util/Set;
            astore 1 /* delegate */
        start local 1 // java.util.Set delegate
         4: .line 669
            aload 1 /* delegate */
            ifnull 12
         5: .line 670
            aload 0 /* this */
         6: .line 671
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.size:()I
            iconst_3
            ldc 1073741823
            invokestatic com.google.common.primitives.Ints.constrainToRange:(III)I
         7: .line 670
            putfield com.google.common.collect.CompactHashSet.metadata:I
         8: .line 672
            aload 1 /* delegate */
            invokeinterface java.util.Set.clear:()V
         9: .line 673
            aload 0 /* this */
            aconst_null
            putfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
        10: .line 674
            aload 0 /* this */
            iconst_0
            putfield com.google.common.collect.CompactHashSet.size:I
        11: .line 675
            goto 16
        12: .line 676
      StackMap locals: java.util.Set
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            iconst_0
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.size:I
            aconst_null
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;IILjava/lang/Object;)V
        13: .line 677
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.table:Ljava/lang/Object;
            invokestatic com.google.common.collect.CompactHashing.tableClear:(Ljava/lang/Object;)V
        14: .line 678
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.entries:[I
            iconst_0
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet.size:I
            iconst_0
            invokestatic java.util.Arrays.fill:([IIII)V
        15: .line 679
            aload 0 /* this */
            iconst_0
            putfield com.google.common.collect.CompactHashSet.size:I
        16: .line 681
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Set delegate
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lcom/google/common/collect/CompactHashSet<TE;>;
            4   17     1  delegate  Ljava/util/Set<TE;>;
    RuntimeVisibleTypeAnnotations: 
      LOCAL_VARIABLE, {start=4, end=17, index=1 /* delegate */}
        org.checkerframework.checker.nullness.qual.Nullable()

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // java.io.ObjectOutputStream stream
         0: .line 684
            aload 1 /* stream */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         1: .line 685
            aload 1 /* stream */
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.size:()I
            invokevirtual java.io.ObjectOutputStream.writeInt:(I)V
         2: .line 686
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: com.google.common.collect.CompactHashSet java.io.ObjectOutputStream top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object
            astore 2 /* e */
        start local 2 // java.lang.Object e
         4: .line 687
            aload 1 /* stream */
            aload 2 /* e */
            invokevirtual java.io.ObjectOutputStream.writeObject:(Ljava/lang/Object;)V
        end local 2 // java.lang.Object e
         5: .line 686
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 689
            return
        end local 1 // java.io.ObjectOutputStream stream
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0    7     1  stream  Ljava/io/ObjectOutputStream;
            4    5     2       e  TE;
    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=5, locals=5, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet this
        start local 1 // java.io.ObjectInputStream stream
         0: .line 693
            aload 1 /* stream */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 694
            aload 1 /* stream */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            istore 2 /* elementCount */
        start local 2 // int elementCount
         2: .line 695
            iload 2 /* elementCount */
            ifge 4
         3: .line 696
            new java.io.InvalidObjectException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid size: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* elementCount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.InvalidObjectException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 698
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* elementCount */
            invokevirtual com.google.common.collect.CompactHashSet.init:(I)V
         5: .line 699
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 700
      StackMap locals: int
      StackMap stack:
            aload 1 /* stream */
            invokevirtual java.io.ObjectInputStream.readObject:()Ljava/lang/Object;
            astore 4 /* element */
        start local 4 // java.lang.Object element
         8: .line 701
            aload 0 /* this */
            aload 4 /* element */
            invokevirtual com.google.common.collect.CompactHashSet.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.Object element
         9: .line 699
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            iload 2 /* elementCount */
            if_icmplt 7
        end local 3 // int i
        11: .line 703
            return
        end local 2 // int elementCount
        end local 1 // java.io.ObjectInputStream stream
        end local 0 // com.google.common.collect.CompactHashSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lcom/google/common/collect/CompactHashSet<TE;>;
            0   12     1        stream  Ljava/io/ObjectInputStream;
            2   12     2  elementCount  I
            6   11     3             i  I
            8    9     4       element  TE;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
        Name  Flags
      stream  
}
Signature: <E:Ljava/lang/Object;>Ljava/util/AbstractSet<TE;>;Ljava/io/Serializable;
SourceFile: "CompactHashSet.java"
NestMembers:
  com.google.common.collect.CompactHashSet$1
InnerClasses:
  com.google.common.collect.CompactHashSet$1
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()