class com.google.common.collect.Sets$5$1$1 extends java.util.AbstractSet<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.Sets$5$1$1
  super_class: java.util.AbstractSet
{
  final com.google.common.collect.Sets$5$1 this$2;
    descriptor: Lcom/google/common/collect/Sets$5$1;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final com.google.common.collect.ImmutableMap val$index;
    descriptor: Lcom/google/common/collect/ImmutableMap;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.BitSet val$copy;
    descriptor: Ljava/util/BitSet;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$size;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.collect.Sets$5$1, com.google.common.collect.ImmutableMap, java.util.BitSet, int);
    descriptor: (Lcom/google/common/collect/Sets$5$1;Lcom/google/common/collect/ImmutableMap;Ljava/util/BitSet;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.google.common.collect.Sets$5$1$1 this
         0: .line 1699
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.Sets$5$1$1.this$2:Lcom/google/common/collect/Sets$5$1;
            aload 0 /* this */
            aload 2
            putfield com.google.common.collect.Sets$5$1$1.val$index:Lcom/google/common/collect/ImmutableMap;
            aload 0 /* this */
            aload 3
            putfield com.google.common.collect.Sets$5$1$1.val$copy:Ljava/util/BitSet;
            aload 0 /* this */
            iload 4
            putfield com.google.common.collect.Sets$5$1$1.val$size:I
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
            return
        end local 0 // com.google.common.collect.Sets$5$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$5$1$1;
    MethodParameters:
           Name  Flags
      this$0     final
      val$index  final
      val$copy   final
      val$size   final

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.common.collect.Sets$5$1$1 this
        start local 1 // java.lang.Object o
         0: .line 1702
            aload 0 /* this */
            getfield com.google.common.collect.Sets$5$1$1.val$index:Lcom/google/common/collect/ImmutableMap;
            aload 1 /* o */
            invokevirtual com.google.common.collect.ImmutableMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 2 /* i */
        start local 2 // java.lang.Integer i
         1: .line 1703
            aload 2 /* i */
            ifnull 2
            aload 0 /* this */
            getfield com.google.common.collect.Sets$5$1$1.val$copy:Ljava/util/BitSet;
            aload 2 /* i */
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual java.util.BitSet.get:(I)Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: java.lang.Integer
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // java.lang.Integer i
        end local 1 // java.lang.Object o
        end local 0 // com.google.common.collect.Sets$5$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/Sets$5$1$1;
            0    3     1     o  Ljava/lang/Object;
            1    3     2     i  Ljava/lang/Integer;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      o     

  public java.util.Iterator<E> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$5$1$1 this
         0: .line 1708
            new com.google.common.collect.Sets$5$1$1$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.Sets$5$1$1.val$copy:Ljava/util/BitSet;
            aload 0 /* this */
            getfield com.google.common.collect.Sets$5$1$1.val$index:Lcom/google/common/collect/ImmutableMap;
            invokespecial com.google.common.collect.Sets$5$1$1$1.<init>:(Lcom/google/common/collect/Sets$5$1$1;Ljava/util/BitSet;Lcom/google/common/collect/ImmutableMap;)V
            areturn
        end local 0 // com.google.common.collect.Sets$5$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$5$1$1;
    Signature: ()Ljava/util/Iterator<TE;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Sets$5$1$1 this
         0: .line 1724
            aload 0 /* this */
            getfield com.google.common.collect.Sets$5$1$1.val$size:I
            ireturn
        end local 0 // com.google.common.collect.Sets$5$1$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Sets$5$1$1;
}
Signature: Ljava/util/AbstractSet<TE;>;
SourceFile: "Sets.java"
EnclosingMethod: com.google.common.collect.Sets$5$1.computeNext:()Ljava/util/Set;
NestHost: com.google.common.collect.Sets
InnerClasses:
  com.google.common.collect.Sets$5
  com.google.common.collect.Sets$5$1
  com.google.common.collect.Sets$5$1$1
  com.google.common.collect.Sets$5$1$1$1