class com.google.common.collect.CompactHashSet$1 implements java.util.Iterator<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.CompactHashSet$1
  super_class: java.lang.Object
{
  int expectedMetadata;
    descriptor: I
    flags: (0x0000) 

  int currentIndex;
    descriptor: I
    flags: (0x0000) 

  int indexToRemove;
    descriptor: I
    flags: (0x0000) 

  final com.google.common.collect.CompactHashSet this$0;
    descriptor: Lcom/google/common/collect/CompactHashSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.collect.CompactHashSet);
    descriptor: (Lcom/google/common/collect/CompactHashSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.CompactHashSet$1 this
         0: .line 531
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.CompactHashSet$1.this$0:Lcom/google/common/collect/CompactHashSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 532
            aload 0 /* this */
            aload 1
            getfield com.google.common.collect.CompactHashSet.metadata:I
            putfield com.google.common.collect.CompactHashSet$1.expectedMetadata:I
         2: .line 533
            aload 0 /* this */
            aload 1
            invokevirtual com.google.common.collect.CompactHashSet.firstEntryIndex:()I
            putfield com.google.common.collect.CompactHashSet$1.currentIndex:I
         3: .line 534
            aload 0 /* this */
            iconst_m1
            putfield com.google.common.collect.CompactHashSet$1.indexToRemove:I
         4: .line 531
            return
        end local 0 // com.google.common.collect.CompactHashSet$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/common/collect/CompactHashSet$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet$1 this
         0: .line 538
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.currentIndex:I
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.common.collect.CompactHashSet$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/collect/CompactHashSet$1;

  public E next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet$1 this
         0: .line 544
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet$1.checkForConcurrentModification:()V
         1: .line 545
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet$1.hasNext:()Z
            ifne 3
         2: .line 546
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.currentIndex:I
            putfield com.google.common.collect.CompactHashSet$1.indexToRemove:I
         4: .line 549
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.this$0:Lcom/google/common/collect/CompactHashSet;
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.currentIndex:I
            aaload
            astore 1 /* result */
        start local 1 // java.lang.Object result
         5: .line 550
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.this$0:Lcom/google/common/collect/CompactHashSet;
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.currentIndex:I
            invokevirtual com.google.common.collect.CompactHashSet.getSuccessor:(I)I
            putfield com.google.common.collect.CompactHashSet$1.currentIndex:I
         6: .line 551
            aload 1 /* result */
            areturn
        end local 1 // java.lang.Object result
        end local 0 // com.google.common.collect.CompactHashSet$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/google/common/collect/CompactHashSet$1;
            5    7     1  result  TE;
    Signature: ()TE;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet$1 this
         0: .line 556
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet$1.checkForConcurrentModification:()V
         1: .line 557
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.indexToRemove:I
            iflt 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: invokestatic com.google.common.collect.CollectPreconditions.checkRemove:(Z)V
         4: .line 558
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet$1.incrementExpectedModCount:()V
         5: .line 559
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.this$0:Lcom/google/common/collect/CompactHashSet;
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.this$0:Lcom/google/common/collect/CompactHashSet;
            getfield com.google.common.collect.CompactHashSet.elements:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.indexToRemove:I
            aaload
            invokevirtual com.google.common.collect.CompactHashSet.remove:(Ljava/lang/Object;)Z
            pop
         6: .line 560
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.this$0:Lcom/google/common/collect/CompactHashSet;
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.currentIndex:I
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.indexToRemove:I
            invokevirtual com.google.common.collect.CompactHashSet.adjustAfterRemove:(II)I
            putfield com.google.common.collect.CompactHashSet$1.currentIndex:I
         7: .line 561
            aload 0 /* this */
            iconst_m1
            putfield com.google.common.collect.CompactHashSet$1.indexToRemove:I
         8: .line 562
            return
        end local 0 // com.google.common.collect.CompactHashSet$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/google/common/collect/CompactHashSet$1;

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

  private void checkForConcurrentModification();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.CompactHashSet$1 this
         0: .line 569
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.this$0:Lcom/google/common/collect/CompactHashSet;
            getfield com.google.common.collect.CompactHashSet.metadata:I
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.expectedMetadata:I
            if_icmpeq 2
         1: .line 570
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         2: .line 572
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.common.collect.CompactHashSet$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/CompactHashSet$1;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TE;>;
SourceFile: "CompactHashSet.java"
EnclosingMethod: com.google.common.collect.CompactHashSet.iterator:()Ljava/util/Iterator;
NestHost: com.google.common.collect.CompactHashSet
InnerClasses:
  com.google.common.collect.CompactHashSet$1