final class com.google.common.collect.ImmutableTable$SerializedForm implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.ImmutableTable$SerializedForm
  super_class: java.lang.Object
{
  private final java.lang.Object[] rowKeys;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object[] columnKeys;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object[] cellValues;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int[] cellRowIndices;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int[] cellColumnIndices;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private void <init>(java.lang.Object[], java.lang.Object[], java.lang.Object[], int[], int[]);
    descriptor: ([Ljava/lang/Object;[Ljava/lang/Object;[Ljava/lang/Object;[I[I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.google.common.collect.ImmutableTable$SerializedForm this
        start local 1 // java.lang.Object[] rowKeys
        start local 2 // java.lang.Object[] columnKeys
        start local 3 // java.lang.Object[] cellValues
        start local 4 // int[] cellRowIndices
        start local 5 // int[] cellColumnIndices
         0: .line 519
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 525
            aload 0 /* this */
            aload 1 /* rowKeys */
            putfield com.google.common.collect.ImmutableTable$SerializedForm.rowKeys:[Ljava/lang/Object;
         2: .line 526
            aload 0 /* this */
            aload 2 /* columnKeys */
            putfield com.google.common.collect.ImmutableTable$SerializedForm.columnKeys:[Ljava/lang/Object;
         3: .line 527
            aload 0 /* this */
            aload 3 /* cellValues */
            putfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
         4: .line 528
            aload 0 /* this */
            aload 4 /* cellRowIndices */
            putfield com.google.common.collect.ImmutableTable$SerializedForm.cellRowIndices:[I
         5: .line 529
            aload 0 /* this */
            aload 5 /* cellColumnIndices */
            putfield com.google.common.collect.ImmutableTable$SerializedForm.cellColumnIndices:[I
         6: .line 530
            return
        end local 5 // int[] cellColumnIndices
        end local 4 // int[] cellRowIndices
        end local 3 // java.lang.Object[] cellValues
        end local 2 // java.lang.Object[] columnKeys
        end local 1 // java.lang.Object[] rowKeys
        end local 0 // com.google.common.collect.ImmutableTable$SerializedForm this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lcom/google/common/collect/ImmutableTable$SerializedForm;
            0    7     1            rowKeys  [Ljava/lang/Object;
            0    7     2         columnKeys  [Ljava/lang/Object;
            0    7     3         cellValues  [Ljava/lang/Object;
            0    7     4     cellRowIndices  [I
            0    7     5  cellColumnIndices  [I
    MethodParameters:
                   Name  Flags
      rowKeys            
      columnKeys         
      cellValues         
      cellRowIndices     
      cellColumnIndices  

  static com.google.common.collect.ImmutableTable$SerializedForm create(com.google.common.collect.ImmutableTable<?, ?, ?>, int[], int[]);
    descriptor: (Lcom/google/common/collect/ImmutableTable;[I[I)Lcom/google/common/collect/ImmutableTable$SerializedForm;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.google.common.collect.ImmutableTable table
        start local 1 // int[] cellRowIndices
        start local 2 // int[] cellColumnIndices
         0: .line 534
            new com.google.common.collect.ImmutableTable$SerializedForm
            dup
         1: .line 535
            aload 0 /* table */
            invokevirtual com.google.common.collect.ImmutableTable.rowKeySet:()Lcom/google/common/collect/ImmutableSet;
            invokevirtual com.google.common.collect.ImmutableSet.toArray:()[Ljava/lang/Object;
         2: .line 536
            aload 0 /* table */
            invokevirtual com.google.common.collect.ImmutableTable.columnKeySet:()Lcom/google/common/collect/ImmutableSet;
            invokevirtual com.google.common.collect.ImmutableSet.toArray:()[Ljava/lang/Object;
         3: .line 537
            aload 0 /* table */
            invokevirtual com.google.common.collect.ImmutableTable.values:()Lcom/google/common/collect/ImmutableCollection;
            invokevirtual com.google.common.collect.ImmutableCollection.toArray:()[Ljava/lang/Object;
         4: .line 538
            aload 1 /* cellRowIndices */
         5: .line 539
            aload 2 /* cellColumnIndices */
         6: .line 534
            invokespecial com.google.common.collect.ImmutableTable$SerializedForm.<init>:([Ljava/lang/Object;[Ljava/lang/Object;[Ljava/lang/Object;[I[I)V
            areturn
        end local 2 // int[] cellColumnIndices
        end local 1 // int[] cellRowIndices
        end local 0 // com.google.common.collect.ImmutableTable table
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0              table  Lcom/google/common/collect/ImmutableTable<***>;
            0    7     1     cellRowIndices  [I
            0    7     2  cellColumnIndices  [I
    Signature: (Lcom/google/common/collect/ImmutableTable<***>;[I[I)Lcom/google/common/collect/ImmutableTable$SerializedForm;
    MethodParameters:
                   Name  Flags
      table              
      cellRowIndices     
      cellColumnIndices  

  java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.google.common.collect.ImmutableTable$SerializedForm this
         0: .line 543
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
            arraylength
            ifne 2
         1: .line 544
            invokestatic com.google.common.collect.ImmutableTable.of:()Lcom/google/common/collect/ImmutableTable;
            areturn
         2: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
            arraylength
            iconst_1
            if_icmpne 4
         3: .line 547
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.rowKeys:[Ljava/lang/Object;
            iconst_0
            aaload
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.columnKeys:[Ljava/lang/Object;
            iconst_0
            aaload
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
            iconst_0
            aaload
            invokestatic com.google.common.collect.ImmutableTable.of:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableTable;
            areturn
         4: .line 550
      StackMap locals:
      StackMap stack:
            new com.google.common.collect.ImmutableList$Builder
            dup
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
            arraylength
            invokespecial com.google.common.collect.ImmutableList$Builder.<init>:(I)V
         5: .line 549
            astore 1 /* cellListBuilder */
        start local 1 // com.google.common.collect.ImmutableList$Builder cellListBuilder
         6: .line 551
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         7: goto 12
         8: .line 552
      StackMap locals: com.google.common.collect.ImmutableList$Builder int
      StackMap stack:
            aload 1 /* cellListBuilder */
         9: .line 553
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.rowKeys:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.cellRowIndices:[I
            iload 2 /* i */
            iaload
            aaload
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.columnKeys:[Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.cellColumnIndices:[I
            iload 2 /* i */
            iaload
            aaload
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
            iload 2 /* i */
            aaload
            invokestatic com.google.common.collect.ImmutableTable.cellOf:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/Table$Cell;
        10: .line 552
            invokevirtual com.google.common.collect.ImmutableList$Builder.add:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList$Builder;
            pop
        11: .line 551
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
            arraylength
            if_icmplt 8
        end local 2 // int i
        13: .line 556
            aload 1 /* cellListBuilder */
            invokevirtual com.google.common.collect.ImmutableList$Builder.build:()Lcom/google/common/collect/ImmutableList;
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.rowKeys:[Ljava/lang/Object;
            invokestatic com.google.common.collect.ImmutableSet.copyOf:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableTable$SerializedForm.columnKeys:[Ljava/lang/Object;
            invokestatic com.google.common.collect.ImmutableSet.copyOf:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
        14: .line 555
            invokestatic com.google.common.collect.RegularImmutableTable.forOrderedComponents:(Lcom/google/common/collect/ImmutableList;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;)Lcom/google/common/collect/RegularImmutableTable;
            areturn
        end local 1 // com.google.common.collect.ImmutableList$Builder cellListBuilder
        end local 0 // com.google.common.collect.ImmutableTable$SerializedForm this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Lcom/google/common/collect/ImmutableTable$SerializedForm;
            6   15     1  cellListBuilder  Lcom/google/common/collect/ImmutableList$Builder<Lcom/google/common/collect/Table$Cell<Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;>;>;
            7   13     2                i  I
}
SourceFile: "ImmutableTable.java"
NestHost: com.google.common.collect.ImmutableTable
InnerClasses:
  public final Builder = com.google.common.collect.ImmutableList$Builder of com.google.common.collect.ImmutableList
  final SerializedForm = com.google.common.collect.ImmutableTable$SerializedForm of com.google.common.collect.ImmutableTable
  public abstract Cell = com.google.common.collect.Table$Cell of com.google.common.collect.Table