public abstract class com.google.common.collect.ImmutableSet<E> extends com.google.common.collect.ImmutableCollection<E> implements java.util.Set<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.collect.ImmutableSet
  super_class: com.google.common.collect.ImmutableCollection
{
  static final int SPLITERATOR_CHARACTERISTICS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1297

  private transient com.google.common.collect.ImmutableList<E> asList;
    descriptor: Lcom/google/common/collect/ImmutableList;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Lcom/google/common/collect/ImmutableList<TE;>;
    RuntimeVisibleAnnotations: 
      com.google.errorprone.annotations.concurrent.LazyInit()
    RuntimeInvisibleAnnotations: 
      com.google.j2objc.annotations.RetainedWith()
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

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

  private static final double DESIRED_LOAD_FACTOR;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0.7

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

  static final double HASH_FLOODING_FPP;
    descriptor: D
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0.001

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

  public static <E> java.util.stream.Collector<E, ?, com.google.common.collect.ImmutableSet<E>> toImmutableSet();
    descriptor: ()Ljava/util/stream/Collector;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 66
            invokestatic com.google.common.collect.CollectCollectors.toImmutableSet:()Ljava/util/stream/Collector;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <E:Ljava/lang/Object;>()Ljava/util/stream/Collector<TE;*Lcom/google/common/collect/ImmutableSet<TE;>;>;

  public static <E> com.google.common.collect.ImmutableSet<E> of();
    descriptor: ()Lcom/google/common/collect/ImmutableSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 75
            getstatic com.google.common.collect.RegularImmutableSet.EMPTY:Lcom/google/common/collect/RegularImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <E:Ljava/lang/Object;>()Lcom/google/common/collect/ImmutableSet<TE;>;

  public static <E> com.google.common.collect.ImmutableSet<E> of(E);
    descriptor: (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object element
         0: .line 84
            new com.google.common.collect.SingletonImmutableSet
            dup
            aload 0 /* element */
            invokespecial com.google.common.collect.SingletonImmutableSet.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // java.lang.Object element
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  element  TE;
    Signature: <E:Ljava/lang/Object;>(TE;)Lcom/google/common/collect/ImmutableSet<TE;>;
    MethodParameters:
         Name  Flags
      element  

  public static <E> com.google.common.collect.ImmutableSet<E> of(E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
         0: .line 93
            iconst_2
            iconst_2
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            invokestatic com.google.common.collect.ImmutableSet.construct:(II[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;)Lcom/google/common/collect/ImmutableSet<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    

  public static <E> com.google.common.collect.ImmutableSet<E> of(E, E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
         0: .line 102
            iconst_3
            iconst_3
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            dup
            iconst_2
            aload 2 /* e3 */
            aastore
            invokestatic com.google.common.collect.ImmutableSet.construct:(II[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
            0    1     2    e3  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;)Lcom/google/common/collect/ImmutableSet<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    

  public static <E> com.google.common.collect.ImmutableSet<E> of(E, E, E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
        start local 3 // java.lang.Object e4
         0: .line 111
            iconst_4
            iconst_4
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            dup
            iconst_2
            aload 2 /* e3 */
            aastore
            dup
            iconst_3
            aload 3 /* e4 */
            aastore
            invokestatic com.google.common.collect.ImmutableSet.construct:(II[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 3 // java.lang.Object e4
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
            0    1     2    e3  TE;
            0    1     3    e4  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;TE;)Lcom/google/common/collect/ImmutableSet<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    
      e4    

  public static <E> com.google.common.collect.ImmutableSet<E> of(E, E, E, E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
        start local 3 // java.lang.Object e4
        start local 4 // java.lang.Object e5
         0: .line 120
            iconst_5
            iconst_5
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            dup
            iconst_2
            aload 2 /* e3 */
            aastore
            dup
            iconst_3
            aload 3 /* e4 */
            aastore
            dup
            iconst_4
            aload 4 /* e5 */
            aastore
            invokestatic com.google.common.collect.ImmutableSet.construct:(II[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 4 // java.lang.Object e5
        end local 3 // java.lang.Object e4
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
            0    1     2    e3  TE;
            0    1     3    e4  TE;
            0    1     4    e5  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;TE;TE;)Lcom/google/common/collect/ImmutableSet<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    
      e4    
      e5    

  public static <E> com.google.common.collect.ImmutableSet<E> of(E, E, E, E, E, E, E[]);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
        start local 3 // java.lang.Object e4
        start local 4 // java.lang.Object e5
        start local 5 // java.lang.Object e6
        start local 6 // java.lang.Object[] others
         0: .line 135
            aload 6 /* others */
            arraylength
            ldc 2147483641
            if_icmpgt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "the total number of elements must fit in an int"
         3: .line 134
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/Object;)V
         4: .line 137
            bipush 6
            aload 6 /* others */
            arraylength
            iadd
            anewarray java.lang.Object
            astore 7 /* elements */
        start local 7 // java.lang.Object[] elements
         5: .line 138
            aload 7 /* elements */
            iconst_0
            aload 0 /* e1 */
            aastore
         6: .line 139
            aload 7 /* elements */
            iconst_1
            aload 1 /* e2 */
            aastore
         7: .line 140
            aload 7 /* elements */
            iconst_2
            aload 2 /* e3 */
            aastore
         8: .line 141
            aload 7 /* elements */
            iconst_3
            aload 3 /* e4 */
            aastore
         9: .line 142
            aload 7 /* elements */
            iconst_4
            aload 4 /* e5 */
            aastore
        10: .line 143
            aload 7 /* elements */
            iconst_5
            aload 5 /* e6 */
            aastore
        11: .line 144
            aload 6 /* others */
            iconst_0
            aload 7 /* elements */
            bipush 6
            aload 6 /* others */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 145
            aload 7 /* elements */
            arraylength
            aload 7 /* elements */
            arraylength
            aload 7 /* elements */
            invokestatic com.google.common.collect.ImmutableSet.construct:(II[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 7 // java.lang.Object[] elements
        end local 6 // java.lang.Object[] others
        end local 5 // java.lang.Object e6
        end local 4 // java.lang.Object e5
        end local 3 // java.lang.Object e4
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0        e1  TE;
            0   13     1        e2  TE;
            0   13     2        e3  TE;
            0   13     3        e4  TE;
            0   13     4        e5  TE;
            0   13     5        e6  TE;
            0   13     6    others  [Ljava/lang/Object;
            5   13     7  elements  [Ljava/lang/Object;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;TE;TE;TE;[TE;)Lcom/google/common/collect/ImmutableSet<TE;>;
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
        Name  Flags
      e1      
      e2      
      e3      
      e4      
      e5      
      e6      
      others  

  private static <E> com.google.common.collect.ImmutableSet<E> constructUnknownDuplication(int, []);
    descriptor: (I[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // int n
        start local 1 // java.lang.Object[] elements
         0: .line 166
            iload 0 /* n */
         1: .line 168
            iconst_4
         2: .line 169
            iload 0 /* n */
            getstatic java.math.RoundingMode.CEILING:Ljava/math/RoundingMode;
            invokestatic com.google.common.math.IntMath.sqrt:(ILjava/math/RoundingMode;)I
         3: .line 167
            invokestatic java.lang.Math.max:(II)I
         4: .line 170
            aload 1 /* elements */
         5: .line 165
            invokestatic com.google.common.collect.ImmutableSet.construct:(II[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 1 // java.lang.Object[] elements
        end local 0 // int n
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0         n  I
            0    6     1  elements  [Ljava/lang/Object;
    Signature: <E:Ljava/lang/Object;>(I[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet<TE;>;
    MethodParameters:
          Name  Flags
      n         
      elements  

  private static <E> com.google.common.collect.ImmutableSet<E> construct(int, int, []);
    descriptor: (II[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // int n
        start local 1 // int expectedSize
        start local 2 // java.lang.Object[] elements
         0: .line 188
            iload 0 /* n */
            tableswitch { // 0 - 1
                    0: 1
                    1: 2
              default: 4
          }
         1: .line 190
      StackMap locals:
      StackMap stack:
            invokestatic com.google.common.collect.ImmutableSet.of:()Lcom/google/common/collect/ImmutableSet;
            areturn
         2: .line 193
      StackMap locals:
      StackMap stack:
            aload 2 /* elements */
            iconst_0
            aaload
            astore 3 /* elem */
        start local 3 // java.lang.Object elem
         3: .line 194
            aload 3 /* elem */
            invokestatic com.google.common.collect.ImmutableSet.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 3 // java.lang.Object elem
         4: .line 196
      StackMap locals:
      StackMap stack:
            new com.google.common.collect.ImmutableSet$RegularSetBuilderImpl
            dup
            iload 1 /* expectedSize */
            invokespecial com.google.common.collect.ImmutableSet$RegularSetBuilderImpl.<init>:(I)V
            astore 4 /* builder */
        start local 4 // com.google.common.collect.ImmutableSet$SetBuilderImpl builder
         5: .line 197
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 199
      StackMap locals: int int java.lang.Object[] top com.google.common.collect.ImmutableSet$SetBuilderImpl int
      StackMap stack:
            aload 2 /* elements */
            iload 5 /* i */
            aaload
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* e */
        start local 6 // java.lang.Object e
         8: .line 200
            aload 4 /* builder */
            aload 6 /* e */
            invokevirtual com.google.common.collect.ImmutableSet$SetBuilderImpl.add:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet$SetBuilderImpl;
            astore 4 /* builder */
        end local 6 // java.lang.Object e
         9: .line 197
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            iload 0 /* n */
            if_icmplt 7
        end local 5 // int i
        11: .line 202
            aload 4 /* builder */
            invokevirtual com.google.common.collect.ImmutableSet$SetBuilderImpl.review:()Lcom/google/common/collect/ImmutableSet$SetBuilderImpl;
            invokevirtual com.google.common.collect.ImmutableSet$SetBuilderImpl.build:()Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 4 // com.google.common.collect.ImmutableSet$SetBuilderImpl builder
        end local 2 // java.lang.Object[] elements
        end local 1 // int expectedSize
        end local 0 // int n
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0             n  I
            0   12     1  expectedSize  I
            0   12     2      elements  [Ljava/lang/Object;
            3    4     3          elem  TE;
            5   12     4       builder  Lcom/google/common/collect/ImmutableSet$SetBuilderImpl<TE;>;
            6   11     5             i  I
            8    9     6             e  TE;
    Signature: <E:Ljava/lang/Object;>(II[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet<TE;>;
    MethodParameters:
              Name  Flags
      n             
      expectedSize  
      elements      

  public static <E> com.google.common.collect.ImmutableSet<E> copyOf(java.util.Collection<? extends E>);
    descriptor: (Ljava/util/Collection;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.util.Collection elements
         0: .line 224
            aload 0 /* elements */
            instanceof com.google.common.collect.ImmutableSet
            ifeq 4
            aload 0 /* elements */
            instanceof java.util.SortedSet
            ifne 4
         1: .line 226
            aload 0 /* elements */
            checkcast com.google.common.collect.ImmutableSet
            astore 1 /* set */
        start local 1 // com.google.common.collect.ImmutableSet set
         2: .line 227
            aload 1 /* set */
            invokevirtual com.google.common.collect.ImmutableSet.isPartialView:()Z
            ifne 6
         3: .line 228
            aload 1 /* set */
            areturn
        end local 1 // com.google.common.collect.ImmutableSet set
         4: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* elements */
            instanceof java.util.EnumSet
            ifeq 6
         5: .line 231
            aload 0 /* elements */
            checkcast java.util.EnumSet
            invokestatic com.google.common.collect.ImmutableSet.copyOfEnumSet:(Ljava/util/EnumSet;)Lcom/google/common/collect/ImmutableSet;
            areturn
         6: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* elements */
            invokeinterface java.util.Collection.toArray:()[Ljava/lang/Object;
            astore 1 /* array */
        start local 1 // java.lang.Object[] array
         7: .line 234
            aload 0 /* elements */
            instanceof java.util.Set
            ifeq 9
         8: .line 236
            aload 1 /* array */
            arraylength
            aload 1 /* array */
            arraylength
            aload 1 /* array */
            invokestatic com.google.common.collect.ImmutableSet.construct:(II[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
         9: .line 238
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 1 /* array */
            arraylength
            aload 1 /* array */
            invokestatic com.google.common.collect.ImmutableSet.constructUnknownDuplication:(I[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 1 // java.lang.Object[] array
        end local 0 // java.util.Collection elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0  elements  Ljava/util/Collection<+TE;>;
            2    4     1       set  Lcom/google/common/collect/ImmutableSet<TE;>;
            7   10     1     array  [Ljava/lang/Object;
    Signature: <E:Ljava/lang/Object;>(Ljava/util/Collection<+TE;>;)Lcom/google/common/collect/ImmutableSet<TE;>;
    MethodParameters:
          Name  Flags
      elements  

  public static <E> com.google.common.collect.ImmutableSet<E> copyOf(java.lang.Iterable<? extends E>);
    descriptor: (Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Iterable elements
         0: .line 255
            aload 0 /* elements */
            instanceof java.util.Collection
            ifeq 2
         1: .line 256
            aload 0 /* elements */
            checkcast java.util.Collection
            invokestatic com.google.common.collect.ImmutableSet.copyOf:(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableSet;
            goto 3
         2: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* elements */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            invokestatic com.google.common.collect.ImmutableSet.copyOf:(Ljava/util/Iterator;)Lcom/google/common/collect/ImmutableSet;
         3: .line 255
      StackMap locals:
      StackMap stack: com.google.common.collect.ImmutableSet
            areturn
        end local 0 // java.lang.Iterable elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  elements  Ljava/lang/Iterable<+TE;>;
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/Iterable<+TE;>;)Lcom/google/common/collect/ImmutableSet<TE;>;
    MethodParameters:
          Name  Flags
      elements  

  public static <E> com.google.common.collect.ImmutableSet<E> copyOf(java.util.Iterator<? extends E>);
    descriptor: (Ljava/util/Iterator;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.Iterator elements
         0: .line 268
            aload 0 /* elements */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         1: .line 269
            invokestatic com.google.common.collect.ImmutableSet.of:()Lcom/google/common/collect/ImmutableSet;
            areturn
         2: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* elements */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 1 /* first */
        start local 1 // java.lang.Object first
         3: .line 272
            aload 0 /* elements */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         4: .line 273
            aload 1 /* first */
            invokestatic com.google.common.collect.ImmutableSet.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
         5: .line 275
      StackMap locals: java.lang.Object
      StackMap stack:
            new com.google.common.collect.ImmutableSet$Builder
            dup
            invokespecial com.google.common.collect.ImmutableSet$Builder.<init>:()V
            aload 1 /* first */
            invokevirtual com.google.common.collect.ImmutableSet$Builder.add:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet$Builder;
            aload 0 /* elements */
            invokevirtual com.google.common.collect.ImmutableSet$Builder.addAll:(Ljava/util/Iterator;)Lcom/google/common/collect/ImmutableSet$Builder;
            invokevirtual com.google.common.collect.ImmutableSet$Builder.build:()Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 1 // java.lang.Object first
        end local 0 // java.util.Iterator elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0  elements  Ljava/util/Iterator<+TE;>;
            3    6     1     first  TE;
    Signature: <E:Ljava/lang/Object;>(Ljava/util/Iterator<+TE;>;)Lcom/google/common/collect/ImmutableSet<TE;>;
    MethodParameters:
          Name  Flags
      elements  

  public static <E> com.google.common.collect.ImmutableSet<E> copyOf(E[]);
    descriptor: ([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object[] elements
         0: .line 287
            aload 0 /* elements */
            arraylength
            tableswitch { // 0 - 1
                    0: 1
                    1: 2
              default: 3
          }
         1: .line 289
      StackMap locals:
      StackMap stack:
            invokestatic com.google.common.collect.ImmutableSet.of:()Lcom/google/common/collect/ImmutableSet;
            areturn
         2: .line 291
      StackMap locals:
      StackMap stack:
            aload 0 /* elements */
            iconst_0
            aaload
            invokestatic com.google.common.collect.ImmutableSet.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
         3: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* elements */
            arraylength
            aload 0 /* elements */
            invokevirtual java.lang.Object[].clone:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            invokestatic com.google.common.collect.ImmutableSet.constructUnknownDuplication:(I[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 0 // java.lang.Object[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  elements  [Ljava/lang/Object;
    Signature: <E:Ljava/lang/Object;>([TE;)Lcom/google/common/collect/ImmutableSet<TE;>;
    MethodParameters:
          Name  Flags
      elements  

  private static com.google.common.collect.ImmutableSet copyOfEnumSet(java.util.EnumSet);
    descriptor: (Ljava/util/EnumSet;)Lcom/google/common/collect/ImmutableSet;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.EnumSet enumSet
         0: .line 299
            aload 0 /* enumSet */
            invokestatic java.util.EnumSet.copyOf:(Ljava/util/EnumSet;)Ljava/util/EnumSet;
            invokestatic com.google.common.collect.ImmutableEnumSet.asImmutable:(Ljava/util/EnumSet;)Lcom/google/common/collect/ImmutableSet;
            areturn
        end local 0 // java.util.EnumSet enumSet
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  enumSet  Ljava/util/EnumSet;
    MethodParameters:
         Name  Flags
      enumSet  

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableSet this
         0: .line 302
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableCollection.<init>:()V
            return
        end local 0 // com.google.common.collect.ImmutableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableSet<TE;>;

  boolean isHashCodeFast();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableSet this
         0: .line 306
            iconst_0
            ireturn
        end local 0 // com.google.common.collect.ImmutableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableSet<TE;>;

  public boolean equals(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.ImmutableSet this
        start local 1 // java.lang.Object object
         0: .line 311
            aload 1 /* object */
            aload 0 /* this */
            if_acmpne 2
         1: .line 312
            iconst_1
            ireturn
         2: .line 313
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            instanceof com.google.common.collect.ImmutableSet
            ifeq 7
         3: .line 314
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableSet.isHashCodeFast:()Z
            ifeq 7
         4: .line 315
            aload 1 /* object */
            checkcast com.google.common.collect.ImmutableSet
            invokevirtual com.google.common.collect.ImmutableSet.isHashCodeFast:()Z
            ifeq 7
         5: .line 316
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableSet.hashCode:()I
            aload 1 /* object */
            invokevirtual java.lang.Object.hashCode:()I
            if_icmpeq 7
         6: .line 317
            iconst_0
            ireturn
         7: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* object */
            invokestatic com.google.common.collect.Sets.equalsImpl:(Ljava/util/Set;Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.ImmutableSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/google/common/collect/ImmutableSet<TE;>;
            0    8     1  object  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableSet this
         0: .line 324
            aload 0 /* this */
            invokestatic com.google.common.collect.Sets.hashCodeImpl:(Ljava/util/Set;)I
            ireturn
        end local 0 // com.google.common.collect.ImmutableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableSet<TE;>;

  public abstract com.google.common.collect.UnmodifiableIterator<E> iterator();
    descriptor: ()Lcom/google/common/collect/UnmodifiableIterator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/google/common/collect/UnmodifiableIterator<TE;>;

  public com.google.common.collect.ImmutableList<E> asList();
    descriptor: ()Lcom/google/common/collect/ImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.collect.ImmutableSet this
         0: .line 336
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableSet.asList:Lcom/google/common/collect/ImmutableList;
            astore 1 /* result */
        start local 1 // com.google.common.collect.ImmutableList result
         1: .line 337
            aload 1 /* result */
            ifnonnull 2
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableSet.createAsList:()Lcom/google/common/collect/ImmutableList;
            dup_x1
            putfield com.google.common.collect.ImmutableSet.asList:Lcom/google/common/collect/ImmutableList;
            goto 3
      StackMap locals: com.google.common.collect.ImmutableList
      StackMap stack:
         2: aload 1 /* result */
      StackMap locals:
      StackMap stack: com.google.common.collect.ImmutableList
         3: areturn
        end local 1 // com.google.common.collect.ImmutableList result
        end local 0 // com.google.common.collect.ImmutableSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/common/collect/ImmutableSet<TE;>;
            1    4     1  result  Lcom/google/common/collect/ImmutableList<TE;>;
    Signature: ()Lcom/google/common/collect/ImmutableList<TE;>;

  com.google.common.collect.ImmutableList<E> createAsList();
    descriptor: ()Lcom/google/common/collect/ImmutableList;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableSet this
         0: .line 341
            new com.google.common.collect.RegularImmutableAsList
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableSet.toArray:()[Ljava/lang/Object;
            invokespecial com.google.common.collect.RegularImmutableAsList.<init>:(Lcom/google/common/collect/ImmutableCollection;[Ljava/lang/Object;)V
            areturn
        end local 0 // com.google.common.collect.ImmutableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableSet<TE;>;
    Signature: ()Lcom/google/common/collect/ImmutableList<TE;>;

  java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableSet this
         0: .line 410
            new com.google.common.collect.ImmutableSet$SerializedForm
            dup
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableSet.toArray:()[Ljava/lang/Object;
            invokespecial com.google.common.collect.ImmutableSet$SerializedForm.<init>:([Ljava/lang/Object;)V
            areturn
        end local 0 // com.google.common.collect.ImmutableSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableSet<TE;>;

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

  public static <E> com.google.common.collect.ImmutableSet$Builder<E> builderWithExpectedSize(int);
    descriptor: (I)Lcom/google/common/collect/ImmutableSet$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int expectedSize
         0: .line 435
            iload 0 /* expectedSize */
            ldc "expectedSize"
            invokestatic com.google.common.collect.CollectPreconditions.checkNonnegative:(ILjava/lang/String;)I
            pop
         1: .line 436
            new com.google.common.collect.ImmutableSet$Builder
            dup
            iload 0 /* expectedSize */
            invokespecial com.google.common.collect.ImmutableSet$Builder.<init>:(I)V
            areturn
        end local 0 // int expectedSize
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0  expectedSize  I
    Signature: <E:Ljava/lang/Object;>(I)Lcom/google/common/collect/ImmutableSet$Builder<TE;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()
    MethodParameters:
              Name  Flags
      expectedSize  

  static java.lang.Object[] rebuildHashTable(int, java.lang.Object[], int);
    descriptor: (I[Ljava/lang/Object;I)[Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=10, args_size=3
        start local 0 // int newTableSize
        start local 1 // java.lang.Object[] elements
        start local 2 // int n
         0: .line 441
            iload 0 /* newTableSize */
            anewarray java.lang.Object
            astore 3 /* hashTable */
        start local 3 // java.lang.Object[] hashTable
         1: .line 442
            aload 3 /* hashTable */
            arraylength
            iconst_1
            isub
            istore 4 /* mask */
        start local 4 // int mask
         2: .line 443
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 13
         4: .line 444
      StackMap locals: java.lang.Object[] int int
      StackMap stack:
            aload 1 /* elements */
            iload 5 /* i */
            aaload
            astore 6 /* e */
        start local 6 // java.lang.Object e
         5: .line 445
            aload 6 /* e */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic com.google.common.collect.Hashing.smear:(I)I
            istore 7 /* j0 */
        start local 7 // int j0
         6: .line 446
            iload 7 /* j0 */
            istore 8 /* j */
        start local 8 // int j
         7: .line 447
      StackMap locals: java.lang.Object int int
      StackMap stack:
            iload 8 /* j */
            iload 4 /* mask */
            iand
            istore 9 /* index */
        start local 9 // int index
         8: .line 448
            aload 3 /* hashTable */
            iload 9 /* index */
            aaload
            ifnonnull 11
         9: .line 449
            aload 3 /* hashTable */
            iload 9 /* index */
            aload 6 /* e */
            aastore
        10: .line 450
            goto 12
        end local 9 // int index
        11: .line 446
      StackMap locals:
      StackMap stack:
            iinc 8 /* j */ 1
            goto 7
        end local 8 // int j
        end local 7 // int j0
        end local 6 // java.lang.Object e
        12: .line 443
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            iload 2 /* n */
            if_icmplt 4
        end local 5 // int i
        14: .line 454
            aload 3 /* hashTable */
            areturn
        end local 4 // int mask
        end local 3 // java.lang.Object[] hashTable
        end local 2 // int n
        end local 1 // java.lang.Object[] elements
        end local 0 // int newTableSize
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0  newTableSize  I
            0   15     1      elements  [Ljava/lang/Object;
            0   15     2             n  I
            1   15     3     hashTable  [Ljava/lang/Object;
            2   15     4          mask  I
            3   14     5             i  I
            5   12     6             e  Ljava/lang/Object;
            6   12     7            j0  I
            7   12     8             j  I
            8   11     9         index  I
    MethodParameters:
              Name  Flags
      newTableSize  
      elements      
      n             

  static int chooseTableSize(int);
    descriptor: (I)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // int setSize
         0: .line 642
            iload 0 /* setSize */
            iconst_2
            invokestatic java.lang.Math.max:(II)I
            istore 0 /* setSize */
         1: .line 644
            iload 0 /* setSize */
            ldc 751619276
            if_icmpge 7
         2: .line 646
            iload 0 /* setSize */
            iconst_1
            isub
            invokestatic java.lang.Integer.highestOneBit:(I)I
            iconst_1
            ishl
            istore 1 /* tableSize */
        start local 1 // int tableSize
         3: .line 647
            goto 5
         4: .line 648
      StackMap locals: int
      StackMap stack:
            iload 1 /* tableSize */
            iconst_1
            ishl
            istore 1 /* tableSize */
         5: .line 647
      StackMap locals:
      StackMap stack:
            iload 1 /* tableSize */
            i2d
            ldc 0.7
            dmul
            iload 0 /* setSize */
            i2d
            dcmpg
            iflt 4
         6: .line 650
            iload 1 /* tableSize */
            ireturn
        end local 1 // int tableSize
         7: .line 654
      StackMap locals:
      StackMap stack:
            iload 0 /* setSize */
            ldc 1073741824
            if_icmpge 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: ldc "collection too large"
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/Object;)V
        10: .line 655
            ldc 1073741824
            ireturn
        end local 0 // int setSize
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0    setSize  I
            3    7     1  tableSize  I
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        com.google.common.annotations.VisibleForTesting()
    MethodParameters:
         Name  Flags
      setSize  

  static boolean hashFloodingDetected(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // java.lang.Object[] hashTable
         0: .line 697
            aload 0 /* hashTable */
            arraylength
            invokestatic com.google.common.collect.ImmutableSet.maxRunBeforeFallback:(I)I
            istore 1 /* maxRunBeforeFallback */
        start local 1 // int maxRunBeforeFallback
         1: .line 701
            iconst_0
            istore 2 /* endOfStartRun */
        start local 2 // int endOfStartRun
         2: goto 8
         3: .line 702
      StackMap locals: int int
      StackMap stack:
            aload 0 /* hashTable */
            iload 2 /* endOfStartRun */
            aaload
            ifnonnull 5
         4: .line 703
            goto 9
         5: .line 705
      StackMap locals:
      StackMap stack:
            iinc 2 /* endOfStartRun */ 1
         6: .line 706
            iload 2 /* endOfStartRun */
            iload 1 /* maxRunBeforeFallback */
            if_icmple 8
         7: .line 707
            iconst_1
            ireturn
         8: .line 701
      StackMap locals:
      StackMap stack:
            iload 2 /* endOfStartRun */
            aload 0 /* hashTable */
            arraylength
            if_icmplt 3
         9: .line 711
      StackMap locals:
      StackMap stack:
            aload 0 /* hashTable */
            arraylength
            iconst_1
            isub
            istore 3 /* startOfEndRun */
        start local 3 // int startOfEndRun
        10: goto 16
        11: .line 712
      StackMap locals: int
      StackMap stack:
            aload 0 /* hashTable */
            iload 3 /* startOfEndRun */
            aaload
            ifnonnull 13
        12: .line 713
            goto 17
        13: .line 715
      StackMap locals:
      StackMap stack:
            iload 2 /* endOfStartRun */
            aload 0 /* hashTable */
            arraylength
            iconst_1
            isub
            iload 3 /* startOfEndRun */
            isub
            iadd
            iload 1 /* maxRunBeforeFallback */
            if_icmple 15
        14: .line 716
            iconst_1
            ireturn
        15: .line 711
      StackMap locals:
      StackMap stack:
            iinc 3 /* startOfEndRun */ -1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* startOfEndRun */
            iload 2 /* endOfStartRun */
            if_icmpgt 11
        17: .line 722
      StackMap locals:
      StackMap stack:
            iload 1 /* maxRunBeforeFallback */
            iconst_2
            idiv
            istore 4 /* testBlockSize */
        start local 4 // int testBlockSize
        18: .line 724
            iload 2 /* endOfStartRun */
            iconst_1
            iadd
            istore 5 /* i */
        start local 5 // int i
        19: goto 28
        20: .line 725
      StackMap locals: int int
      StackMap stack:
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        21: goto 25
        22: .line 726
      StackMap locals: int
      StackMap stack:
            aload 0 /* hashTable */
            iload 5 /* i */
            iload 6 /* j */
            iadd
            aaload
            ifnonnull 24
        23: .line 727
            goto 27
        24: .line 725
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        25: iload 6 /* j */
            iload 4 /* testBlockSize */
            if_icmplt 22
        end local 6 // int j
        26: .line 730
            iconst_1
            ireturn
        27: .line 724
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 4 /* testBlockSize */
            iadd
            istore 5 /* i */
      StackMap locals:
      StackMap stack:
        28: iload 5 /* i */
            iload 4 /* testBlockSize */
            iadd
            iload 3 /* startOfEndRun */
            if_icmple 20
        end local 5 // int i
        29: .line 732
            iconst_0
            ireturn
        end local 4 // int testBlockSize
        end local 3 // int startOfEndRun
        end local 2 // int endOfStartRun
        end local 1 // int maxRunBeforeFallback
        end local 0 // java.lang.Object[] hashTable
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   30     0             hashTable  [Ljava/lang/Object;
            1   30     1  maxRunBeforeFallback  I
            2   30     2         endOfStartRun  I
           10   30     3         startOfEndRun  I
           18   30     4         testBlockSize  I
           19   29     5                     i  I
           21   26     6                     j  I
    MethodParameters:
           Name  Flags
      hashTable  

  private static int maxRunBeforeFallback(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int tableSize
         0: .line 741
            bipush 13
            iload 0 /* tableSize */
            getstatic java.math.RoundingMode.UNNECESSARY:Ljava/math/RoundingMode;
            invokestatic com.google.common.math.IntMath.log2:(ILjava/math/RoundingMode;)I
            imul
            ireturn
        end local 0 // int tableSize
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0  tableSize  I
    MethodParameters:
           Name  Flags
      tableSize  

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.ImmutableSet.iterator:()Lcom/google/common/collect/UnmodifiableIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableCollection<TE;>;Ljava/util/Set<TE;>;
SourceFile: "ImmutableSet.java"
NestMembers:
  com.google.common.collect.ImmutableSet$Builder  com.google.common.collect.ImmutableSet$Indexed  com.google.common.collect.ImmutableSet$Indexed$1  com.google.common.collect.ImmutableSet$JdkBackedSetBuilderImpl  com.google.common.collect.ImmutableSet$RegularSetBuilderImpl  com.google.common.collect.ImmutableSet$SerializedForm  com.google.common.collect.ImmutableSet$SetBuilderImpl
InnerClasses:
  public Builder = com.google.common.collect.ImmutableSet$Builder of com.google.common.collect.ImmutableSet
  abstract Indexed = com.google.common.collect.ImmutableSet$Indexed of com.google.common.collect.ImmutableSet
  private final JdkBackedSetBuilderImpl = com.google.common.collect.ImmutableSet$JdkBackedSetBuilderImpl of com.google.common.collect.ImmutableSet
  private final RegularSetBuilderImpl = com.google.common.collect.ImmutableSet$RegularSetBuilderImpl of com.google.common.collect.ImmutableSet
  private SerializedForm = com.google.common.collect.ImmutableSet$SerializedForm of com.google.common.collect.ImmutableSet
  private abstract SetBuilderImpl = com.google.common.collect.ImmutableSet$SetBuilderImpl of com.google.common.collect.ImmutableSet
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible(serializable = true, emulated = true)