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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.google.common.collect.ImmutableTable$SerializedForm.rowKeys:[Ljava/lang/Object;
2: aload 0
aload 2
putfield com.google.common.collect.ImmutableTable$SerializedForm.columnKeys:[Ljava/lang/Object;
3: aload 0
aload 3
putfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
4: aload 0
aload 4
putfield com.google.common.collect.ImmutableTable$SerializedForm.cellRowIndices:[I
5: aload 0
aload 5
putfield com.google.common.collect.ImmutableTable$SerializedForm.cellColumnIndices:[I
6: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 0: new com.google.common.collect.ImmutableTable$SerializedForm
dup
1: aload 0
invokevirtual com.google.common.collect.ImmutableTable.rowKeySet:()Lcom/google/common/collect/ImmutableSet;
invokevirtual com.google.common.collect.ImmutableSet.toArray:()[Ljava/lang/Object;
2: aload 0
invokevirtual com.google.common.collect.ImmutableTable.columnKeySet:()Lcom/google/common/collect/ImmutableSet;
invokevirtual com.google.common.collect.ImmutableSet.toArray:()[Ljava/lang/Object;
3: aload 0
invokevirtual com.google.common.collect.ImmutableTable.values:()Lcom/google/common/collect/ImmutableCollection;
invokevirtual com.google.common.collect.ImmutableCollection.toArray:()[Ljava/lang/Object;
4: aload 1
5: aload 2
6: invokespecial com.google.common.collect.ImmutableTable$SerializedForm.<init>:([Ljava/lang/Object;[Ljava/lang/Object;[Ljava/lang/Object;[I[I)V
areturn
end local 2 end local 1 end local 0 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 0: aload 0
getfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
arraylength
ifne 2
1: invokestatic com.google.common.collect.ImmutableTable.of:()Lcom/google/common/collect/ImmutableTable;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
arraylength
iconst_1
if_icmpne 4
3: aload 0
getfield com.google.common.collect.ImmutableTable$SerializedForm.rowKeys:[Ljava/lang/Object;
iconst_0
aaload
aload 0
getfield com.google.common.collect.ImmutableTable$SerializedForm.columnKeys:[Ljava/lang/Object;
iconst_0
aaload
aload 0
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: StackMap locals:
StackMap stack:
new com.google.common.collect.ImmutableList$Builder
dup
aload 0
getfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
arraylength
invokespecial com.google.common.collect.ImmutableList$Builder.<init>:(I)V
5: astore 1
start local 1 6: iconst_0
istore 2
start local 2 7: goto 12
8: StackMap locals: com.google.common.collect.ImmutableList$Builder int
StackMap stack:
aload 1
9: aload 0
getfield com.google.common.collect.ImmutableTable$SerializedForm.rowKeys:[Ljava/lang/Object;
aload 0
getfield com.google.common.collect.ImmutableTable$SerializedForm.cellRowIndices:[I
iload 2
iaload
aaload
aload 0
getfield com.google.common.collect.ImmutableTable$SerializedForm.columnKeys:[Ljava/lang/Object;
aload 0
getfield com.google.common.collect.ImmutableTable$SerializedForm.cellColumnIndices:[I
iload 2
iaload
aaload
aload 0
getfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
iload 2
aaload
invokestatic com.google.common.collect.ImmutableTable.cellOf:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/Table$Cell;
10: invokevirtual com.google.common.collect.ImmutableList$Builder.add:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList$Builder;
pop
11: iinc 2 1
StackMap locals:
StackMap stack:
12: iload 2
aload 0
getfield com.google.common.collect.ImmutableTable$SerializedForm.cellValues:[Ljava/lang/Object;
arraylength
if_icmplt 8
end local 2 13: aload 1
invokevirtual com.google.common.collect.ImmutableList$Builder.build:()Lcom/google/common/collect/ImmutableList;
aload 0
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
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: 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 end local 0 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