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 expectedModCount;
    descriptor: I
    flags: (0x0000) 

  int index;
    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 434
            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 435
            aload 0 /* this */
            aload 1
            getfield com.google.common.collect.CompactHashSet.modCount:I
            putfield com.google.common.collect.CompactHashSet$1.expectedModCount:I
         2: .line 436
            aload 0 /* this */
            aload 1
            invokevirtual com.google.common.collect.CompactHashSet.firstEntryIndex:()I
            putfield com.google.common.collect.CompactHashSet$1.index:I
         3: .line 437
            aload 0 /* this */
            iconst_m1
            putfield com.google.common.collect.CompactHashSet$1.indexToRemove:I
         4: .line 434
            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 441
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.index: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 447
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet$1.checkForConcurrentModification:()V
         1: .line 448
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet$1.hasNext:()Z
            ifne 3
         2: .line 449
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         3: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.index:I
            putfield com.google.common.collect.CompactHashSet$1.indexToRemove:I
         4: .line 452
            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.index:I
            aaload
            astore 1 /* result */
        start local 1 // java.lang.Object result
         5: .line 453
            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.index:I
            invokevirtual com.google.common.collect.CompactHashSet.getSuccessor:(I)I
            putfield com.google.common.collect.CompactHashSet$1.index:I
         6: .line 454
            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 459
            aload 0 /* this */
            invokevirtual com.google.common.collect.CompactHashSet$1.checkForConcurrentModification:()V
         1: .line 460
            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 461
            aload 0 /* this */
            dup
            getfield com.google.common.collect.CompactHashSet$1.expectedModCount:I
            iconst_1
            iadd
            putfield com.google.common.collect.CompactHashSet$1.expectedModCount:I
         5: .line 462
            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
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.this$0:Lcom/google/common/collect/CompactHashSet;
            getfield com.google.common.collect.CompactHashSet.entries:[J
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.indexToRemove:I
            laload
            invokestatic com.google.common.collect.CompactHashSet.getHash:(J)I
            invokevirtual com.google.common.collect.CompactHashSet.remove:(Ljava/lang/Object;I)Z
            pop
         6: .line 463
            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.index: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.index:I
         7: .line 464
            aload 0 /* this */
            iconst_m1
            putfield com.google.common.collect.CompactHashSet$1.indexToRemove:I
         8: .line 465
            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;

  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 468
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.this$0:Lcom/google/common/collect/CompactHashSet;
            getfield com.google.common.collect.CompactHashSet.modCount:I
            aload 0 /* this */
            getfield com.google.common.collect.CompactHashSet$1.expectedModCount:I
            if_icmpeq 2
         1: .line 469
            new java.util.ConcurrentModificationException
            dup
            invokespecial java.util.ConcurrentModificationException.<init>:()V
            athrow
         2: .line 471
      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