class com.google.common.collect.TreeBasedTable$2 extends com.google.common.collect.AbstractIterator<C>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.TreeBasedTable$2
  super_class: com.google.common.collect.AbstractIterator
{
  C lastValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TC;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

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

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

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

  void <init>(com.google.common.collect.TreeBasedTable, java.util.Iterator, java.util.Comparator);
    descriptor: (Lcom/google/common/collect/TreeBasedTable;Ljava/util/Iterator;Ljava/util/Comparator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.collect.TreeBasedTable$2 this
         0: .line 329
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.TreeBasedTable$2.this$0:Lcom/google/common/collect/TreeBasedTable;
            aload 0 /* this */
            aload 2
            putfield com.google.common.collect.TreeBasedTable$2.val$merged:Ljava/util/Iterator;
            aload 0 /* this */
            aload 3
            putfield com.google.common.collect.TreeBasedTable$2.val$comparator:Ljava/util/Comparator;
            aload 0 /* this */
            invokespecial com.google.common.collect.AbstractIterator.<init>:()V
            return
        end local 0 // com.google.common.collect.TreeBasedTable$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/TreeBasedTable$2;
    MethodParameters:
                Name  Flags
      this$0          final
      val$merged      final
      val$comparator  final

  protected C computeNext();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.google.common.collect.TreeBasedTable$2 this
         0: .line 334
            goto 8
         1: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.TreeBasedTable$2.val$merged:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 1 /* next */
        start local 1 // java.lang.Object next
         2: .line 336
            aload 0 /* this */
            getfield com.google.common.collect.TreeBasedTable$2.lastValue:Ljava/lang/Object;
            ifnull 3
            aload 0 /* this */
            getfield com.google.common.collect.TreeBasedTable$2.val$comparator:Ljava/util/Comparator;
            aload 1 /* next */
            aload 0 /* this */
            getfield com.google.common.collect.TreeBasedTable$2.lastValue:Ljava/lang/Object;
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            ifne 3
            iconst_1
            goto 4
      StackMap locals: java.lang.Object
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 2 /* duplicate */
        start local 2 // boolean duplicate
         5: .line 339
            iload 2 /* duplicate */
            ifne 8
         6: .line 340
            aload 0 /* this */
            aload 1 /* next */
            putfield com.google.common.collect.TreeBasedTable$2.lastValue:Ljava/lang/Object;
         7: .line 341
            aload 0 /* this */
            getfield com.google.common.collect.TreeBasedTable$2.lastValue:Ljava/lang/Object;
            areturn
        end local 2 // boolean duplicate
        end local 1 // java.lang.Object next
         8: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.TreeBasedTable$2.val$merged:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         9: .line 345
            aload 0 /* this */
            aconst_null
            putfield com.google.common.collect.TreeBasedTable$2.lastValue:Ljava/lang/Object;
        10: .line 346
            aload 0 /* this */
            invokevirtual com.google.common.collect.TreeBasedTable$2.endOfData:()Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.TreeBasedTable$2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/google/common/collect/TreeBasedTable$2;
            2    8     1       next  TC;
            5    8     2  duplicate  Z
    Signature: ()TC;
}
Signature: Lcom/google/common/collect/AbstractIterator<TC;>;
SourceFile: "TreeBasedTable.java"
EnclosingMethod: com.google.common.collect.TreeBasedTable.createColumnKeyIterator:()Ljava/util/Iterator;
NestHost: com.google.common.collect.TreeBasedTable
InnerClasses:
  com.google.common.collect.TreeBasedTable$2