final class com.google.common.collect.ImmutableTable$CollectorState<R, C, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.ImmutableTable$CollectorState
  super_class: java.lang.Object
{
  final java.util.List<com.google.common.collect.ImmutableTable$MutableCell<R, C, V>> insertionOrder;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lcom/google/common/collect/ImmutableTable$MutableCell<TR;TC;TV;>;>;

  final com.google.common.collect.Table<R, C, com.google.common.collect.ImmutableTable$MutableCell<R, C, V>> table;
    descriptor: Lcom/google/common/collect/Table;
    flags: (0x0010) ACC_FINAL
    Signature: Lcom/google/common/collect/Table<TR;TC;Lcom/google/common/collect/ImmutableTable$MutableCell<TR;TC;TV;>;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableTable$CollectorState this
         0: .line 120
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 121
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.google.common.collect.ImmutableTable$CollectorState.insertionOrder:Ljava/util/List;
         2: .line 122
            aload 0 /* this */
            invokestatic com.google.common.collect.HashBasedTable.create:()Lcom/google/common/collect/HashBasedTable;
            putfield com.google.common.collect.ImmutableTable$CollectorState.table:Lcom/google/common/collect/Table;
         3: .line 120
            return
        end local 0 // com.google.common.collect.ImmutableTable$CollectorState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/collect/ImmutableTable$CollectorState<TR;TC;TV;>;

  void put(R, C, V, java.util.function.BinaryOperator<V>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BinaryOperator;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // com.google.common.collect.ImmutableTable$CollectorState this
        start local 1 // java.lang.Object row
        start local 2 // java.lang.Object column
        start local 3 // java.lang.Object value
        start local 4 // java.util.function.BinaryOperator merger
         0: .line 125
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$CollectorState.table:Lcom/google/common/collect/Table;
            aload 1 /* row */
            aload 2 /* column */
            invokeinterface com.google.common.collect.Table.get:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.collect.ImmutableTable$MutableCell
            astore 5 /* oldCell */
        start local 5 // com.google.common.collect.ImmutableTable$MutableCell oldCell
         1: .line 126
            aload 5 /* oldCell */
            ifnonnull 6
         2: .line 127
            new com.google.common.collect.ImmutableTable$MutableCell
            dup
            aload 1 /* row */
            aload 2 /* column */
            aload 3 /* value */
            invokespecial com.google.common.collect.ImmutableTable$MutableCell.<init>:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
            astore 6 /* cell */
        start local 6 // com.google.common.collect.ImmutableTable$MutableCell cell
         3: .line 128
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$CollectorState.insertionOrder:Ljava/util/List;
            aload 6 /* cell */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 129
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$CollectorState.table:Lcom/google/common/collect/Table;
            aload 1 /* row */
            aload 2 /* column */
            aload 6 /* cell */
            invokeinterface com.google.common.collect.Table.put:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // com.google.common.collect.ImmutableTable$MutableCell cell
         5: .line 130
            goto 7
         6: .line 131
      StackMap locals: com.google.common.collect.ImmutableTable$MutableCell
      StackMap stack:
            aload 5 /* oldCell */
            aload 3 /* value */
            aload 4 /* merger */
            invokevirtual com.google.common.collect.ImmutableTable$MutableCell.merge:(Ljava/lang/Object;Ljava/util/function/BinaryOperator;)V
         7: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 5 // com.google.common.collect.ImmutableTable$MutableCell oldCell
        end local 4 // java.util.function.BinaryOperator merger
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object column
        end local 1 // java.lang.Object row
        end local 0 // com.google.common.collect.ImmutableTable$CollectorState this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/google/common/collect/ImmutableTable$CollectorState<TR;TC;TV;>;
            0    8     1      row  TR;
            0    8     2   column  TC;
            0    8     3    value  TV;
            0    8     4   merger  Ljava/util/function/BinaryOperator<TV;>;
            1    8     5  oldCell  Lcom/google/common/collect/ImmutableTable$MutableCell<TR;TC;TV;>;
            3    5     6     cell  Lcom/google/common/collect/ImmutableTable$MutableCell<TR;TC;TV;>;
    Signature: (TR;TC;TV;Ljava/util/function/BinaryOperator<TV;>;)V
    MethodParameters:
        Name  Flags
      row     
      column  
      value   
      merger  

  com.google.common.collect.ImmutableTable$CollectorState<R, C, V> combine(com.google.common.collect.ImmutableTable$CollectorState<R, C, V>, java.util.function.BinaryOperator<V>);
    descriptor: (Lcom/google/common/collect/ImmutableTable$CollectorState;Ljava/util/function/BinaryOperator;)Lcom/google/common/collect/ImmutableTable$CollectorState;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.google.common.collect.ImmutableTable$CollectorState this
        start local 1 // com.google.common.collect.ImmutableTable$CollectorState other
        start local 2 // java.util.function.BinaryOperator merger
         0: .line 136
            aload 1 /* other */
            getfield com.google.common.collect.ImmutableTable$CollectorState.insertionOrder:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: com.google.common.collect.ImmutableTable$CollectorState com.google.common.collect.ImmutableTable$CollectorState java.util.function.BinaryOperator top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.google.common.collect.ImmutableTable$MutableCell
            astore 3 /* cell */
        start local 3 // com.google.common.collect.ImmutableTable$MutableCell cell
         2: .line 137
            aload 0 /* this */
            aload 3 /* cell */
            invokevirtual com.google.common.collect.ImmutableTable$MutableCell.getRowKey:()Ljava/lang/Object;
            aload 3 /* cell */
            invokevirtual com.google.common.collect.ImmutableTable$MutableCell.getColumnKey:()Ljava/lang/Object;
            aload 3 /* cell */
            invokevirtual com.google.common.collect.ImmutableTable$MutableCell.getValue:()Ljava/lang/Object;
            aload 2 /* merger */
            invokevirtual com.google.common.collect.ImmutableTable$CollectorState.put:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/function/BinaryOperator;)V
        end local 3 // com.google.common.collect.ImmutableTable$MutableCell cell
         3: .line 136
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 139
            aload 0 /* this */
            areturn
        end local 2 // java.util.function.BinaryOperator merger
        end local 1 // com.google.common.collect.ImmutableTable$CollectorState other
        end local 0 // com.google.common.collect.ImmutableTable$CollectorState this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/google/common/collect/ImmutableTable$CollectorState<TR;TC;TV;>;
            0    5     1   other  Lcom/google/common/collect/ImmutableTable$CollectorState<TR;TC;TV;>;
            0    5     2  merger  Ljava/util/function/BinaryOperator<TV;>;
            2    3     3    cell  Lcom/google/common/collect/ImmutableTable$MutableCell<TR;TC;TV;>;
    Signature: (Lcom/google/common/collect/ImmutableTable$CollectorState<TR;TC;TV;>;Ljava/util/function/BinaryOperator<TV;>;)Lcom/google/common/collect/ImmutableTable$CollectorState<TR;TC;TV;>;
    MethodParameters:
        Name  Flags
      other   
      merger  

  com.google.common.collect.ImmutableTable<R, C, V> toTable();
    descriptor: ()Lcom/google/common/collect/ImmutableTable;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableTable$CollectorState this
         0: .line 143
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$CollectorState.insertionOrder:Ljava/util/List;
            invokestatic com.google.common.collect.ImmutableTable.copyOf:(Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableTable;
            areturn
        end local 0 // com.google.common.collect.ImmutableTable$CollectorState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableTable$CollectorState<TR;TC;TV;>;
    Signature: ()Lcom/google/common/collect/ImmutableTable<TR;TC;TV;>;
}
Signature: <R:Ljava/lang/Object;C:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ImmutableTable.java"
NestHost: com.google.common.collect.ImmutableTable
InnerClasses:
  private final CollectorState = com.google.common.collect.ImmutableTable$CollectorState of com.google.common.collect.ImmutableTable
  private final MutableCell = com.google.common.collect.ImmutableTable$MutableCell of com.google.common.collect.ImmutableTable
  public abstract Cell = com.google.common.collect.Table$Cell of com.google.common.collect.Table