final class com.google.common.collect.DenseImmutableTable<R, C, V> extends com.google.common.collect.RegularImmutableTable<R, C, V>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.collect.DenseImmutableTable
super_class: com.google.common.collect.RegularImmutableTable
{
private final com.google.common.collect.ImmutableMap<R, java.lang.Integer> rowKeyToIndex;
descriptor: Lcom/google/common/collect/ImmutableMap;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lcom/google/common/collect/ImmutableMap<TR;Ljava/lang/Integer;>;
private final com.google.common.collect.ImmutableMap<C, java.lang.Integer> columnKeyToIndex;
descriptor: Lcom/google/common/collect/ImmutableMap;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lcom/google/common/collect/ImmutableMap<TC;Ljava/lang/Integer;>;
private final com.google.common.collect.ImmutableMap<R, com.google.common.collect.ImmutableMap<C, V>> rowMap;
descriptor: Lcom/google/common/collect/ImmutableMap;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lcom/google/common/collect/ImmutableMap<TR;Lcom/google/common/collect/ImmutableMap<TC;TV;>;>;
private final com.google.common.collect.ImmutableMap<C, com.google.common.collect.ImmutableMap<R, V>> columnMap;
descriptor: Lcom/google/common/collect/ImmutableMap;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lcom/google/common/collect/ImmutableMap<TC;Lcom/google/common/collect/ImmutableMap<TR;TV;>;>;
private final int[] rowCounts;
descriptor: [I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int[] columnCounts;
descriptor: [I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final V[][] values;
descriptor: [[Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: [[TV;
private final int[] cellRowIndices;
descriptor: [I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int[] cellColumnIndices;
descriptor: [I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(com.google.common.collect.ImmutableList<com.google.common.collect.Table$Cell<R, C, V>>, com.google.common.collect.ImmutableSet<R>, com.google.common.collect.ImmutableSet<C>);
descriptor: (Lcom/google/common/collect/ImmutableList;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;)V
flags: (0x0000)
Code:
stack=4, locals=14, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial com.google.common.collect.RegularImmutableTable.<init>:()V
1: aload 2
invokevirtual com.google.common.collect.ImmutableSet.size:()I
aload 3
invokevirtual com.google.common.collect.ImmutableSet.size:()I
multianewarray [[Ljava/lang/Object; 2
astore 4
start local 4 2: aload 0
aload 4
putfield com.google.common.collect.DenseImmutableTable.values:[[Ljava/lang/Object;
3: aload 0
aload 2
invokestatic com.google.common.collect.Maps.indexMap:(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableMap;
putfield com.google.common.collect.DenseImmutableTable.rowKeyToIndex:Lcom/google/common/collect/ImmutableMap;
4: aload 0
aload 3
invokestatic com.google.common.collect.Maps.indexMap:(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableMap;
putfield com.google.common.collect.DenseImmutableTable.columnKeyToIndex:Lcom/google/common/collect/ImmutableMap;
5: aload 0
aload 0
getfield com.google.common.collect.DenseImmutableTable.rowKeyToIndex:Lcom/google/common/collect/ImmutableMap;
invokevirtual com.google.common.collect.ImmutableMap.size:()I
newarray 10
putfield com.google.common.collect.DenseImmutableTable.rowCounts:[I
6: aload 0
aload 0
getfield com.google.common.collect.DenseImmutableTable.columnKeyToIndex:Lcom/google/common/collect/ImmutableMap;
invokevirtual com.google.common.collect.ImmutableMap.size:()I
newarray 10
putfield com.google.common.collect.DenseImmutableTable.columnCounts:[I
7: aload 1
invokevirtual com.google.common.collect.ImmutableList.size:()I
newarray 10
astore 5
start local 5 8: aload 1
invokevirtual com.google.common.collect.ImmutableList.size:()I
newarray 10
astore 6
start local 6 9: iconst_0
istore 7
start local 7 10: goto 26
11: StackMap locals: com.google.common.collect.DenseImmutableTable com.google.common.collect.ImmutableList com.google.common.collect.ImmutableSet com.google.common.collect.ImmutableSet java.lang.Object[][] int[] int[] int
StackMap stack:
aload 1
iload 7
invokevirtual com.google.common.collect.ImmutableList.get:(I)Ljava/lang/Object;
checkcast com.google.common.collect.Table$Cell
astore 8
start local 8 12: aload 8
invokeinterface com.google.common.collect.Table$Cell.getRowKey:()Ljava/lang/Object;
astore 9
start local 9 13: aload 8
invokeinterface com.google.common.collect.Table$Cell.getColumnKey:()Ljava/lang/Object;
astore 10
start local 10 14: aload 0
getfield com.google.common.collect.DenseImmutableTable.rowKeyToIndex:Lcom/google/common/collect/ImmutableMap;
aload 9
invokevirtual com.google.common.collect.ImmutableMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
istore 11
start local 11 15: aload 0
getfield com.google.common.collect.DenseImmutableTable.columnKeyToIndex:Lcom/google/common/collect/ImmutableMap;
aload 10
invokevirtual com.google.common.collect.ImmutableMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
istore 12
start local 12 16: aload 0
getfield com.google.common.collect.DenseImmutableTable.values:[[Ljava/lang/Object;
iload 11
aaload
iload 12
aaload
astore 13
start local 13 17: aload 13
ifnonnull 18
iconst_1
goto 19
StackMap locals: com.google.common.collect.DenseImmutableTable com.google.common.collect.ImmutableList com.google.common.collect.ImmutableSet com.google.common.collect.ImmutableSet java.lang.Object[][] int[] int[] int com.google.common.collect.Table$Cell java.lang.Object java.lang.Object int int java.lang.Object
StackMap stack:
18: iconst_0
StackMap locals:
StackMap stack: int
19: ldc "duplicate key: (%s, %s)"
aload 9
aload 10
invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
20: aload 0
getfield com.google.common.collect.DenseImmutableTable.values:[[Ljava/lang/Object;
iload 11
aaload
iload 12
aload 8
invokeinterface com.google.common.collect.Table$Cell.getValue:()Ljava/lang/Object;
aastore
21: aload 0
getfield com.google.common.collect.DenseImmutableTable.rowCounts:[I
iload 11
dup2
iaload
iconst_1
iadd
iastore
22: aload 0
getfield com.google.common.collect.DenseImmutableTable.columnCounts:[I
iload 12
dup2
iaload
iconst_1
iadd
iastore
23: aload 5
iload 7
iload 11
iastore
24: aload 6
iload 7
iload 12
iastore
end local 13 end local 12 end local 11 end local 10 end local 9 end local 8 25: iinc 7 1
StackMap locals: com.google.common.collect.DenseImmutableTable com.google.common.collect.ImmutableList com.google.common.collect.ImmutableSet com.google.common.collect.ImmutableSet java.lang.Object[][] int[] int[] int
StackMap stack:
26: iload 7
aload 1
invokevirtual com.google.common.collect.ImmutableList.size:()I
if_icmplt 11
end local 7 27: aload 0
aload 5
putfield com.google.common.collect.DenseImmutableTable.cellRowIndices:[I
28: aload 0
aload 6
putfield com.google.common.collect.DenseImmutableTable.cellColumnIndices:[I
29: aload 0
new com.google.common.collect.DenseImmutableTable$RowMap
dup
aload 0
invokespecial com.google.common.collect.DenseImmutableTable$RowMap.<init>:(Lcom/google/common/collect/DenseImmutableTable;)V
putfield com.google.common.collect.DenseImmutableTable.rowMap:Lcom/google/common/collect/ImmutableMap;
30: aload 0
new com.google.common.collect.DenseImmutableTable$ColumnMap
dup
aload 0
invokespecial com.google.common.collect.DenseImmutableTable$ColumnMap.<init>:(Lcom/google/common/collect/DenseImmutableTable;)V
putfield com.google.common.collect.DenseImmutableTable.columnMap:Lcom/google/common/collect/ImmutableMap;
31: return
end local 6 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 32 0 this Lcom/google/common/collect/DenseImmutableTable<TR;TC;TV;>;
0 32 1 cellList Lcom/google/common/collect/ImmutableList<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;
0 32 2 rowSpace Lcom/google/common/collect/ImmutableSet<TR;>;
0 32 3 columnSpace Lcom/google/common/collect/ImmutableSet<TC;>;
2 32 4 array [[Ljava/lang/Object;
8 32 5 cellRowIndices [I
9 32 6 cellColumnIndices [I
10 27 7 i I
12 25 8 cell Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;
13 25 9 rowKey TR;
14 25 10 columnKey TC;
15 25 11 rowIndex I
16 25 12 columnIndex I
17 25 13 existingValue TV;
Signature: (Lcom/google/common/collect/ImmutableList<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;Lcom/google/common/collect/ImmutableSet<TR;>;Lcom/google/common/collect/ImmutableSet<TC;>;)V
MethodParameters:
Name Flags
cellList
rowSpace
columnSpace
public com.google.common.collect.ImmutableMap<C, java.util.Map<R, V>> columnMap();
descriptor: ()Lcom/google/common/collect/ImmutableMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.DenseImmutableTable.columnMap:Lcom/google/common/collect/ImmutableMap;
astore 1
start local 1 1: aload 1
invokestatic com.google.common.collect.ImmutableMap.copyOf:(Ljava/util/Map;)Lcom/google/common/collect/ImmutableMap;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/collect/DenseImmutableTable<TR;TC;TV;>;
1 2 1 columnMap Lcom/google/common/collect/ImmutableMap<TC;Lcom/google/common/collect/ImmutableMap<TR;TV;>;>;
Signature: ()Lcom/google/common/collect/ImmutableMap<TC;Ljava/util/Map<TR;TV;>;>;
public com.google.common.collect.ImmutableMap<R, java.util.Map<C, V>> rowMap();
descriptor: ()Lcom/google/common/collect/ImmutableMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.DenseImmutableTable.rowMap:Lcom/google/common/collect/ImmutableMap;
astore 1
start local 1 1: aload 1
invokestatic com.google.common.collect.ImmutableMap.copyOf:(Ljava/util/Map;)Lcom/google/common/collect/ImmutableMap;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/collect/DenseImmutableTable<TR;TC;TV;>;
1 2 1 rowMap Lcom/google/common/collect/ImmutableMap<TR;Lcom/google/common/collect/ImmutableMap<TC;TV;>;>;
Signature: ()Lcom/google/common/collect/ImmutableMap<TR;Ljava/util/Map<TC;TV;>;>;
public V get(, );
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.google.common.collect.DenseImmutableTable.rowKeyToIndex:Lcom/google/common/collect/ImmutableMap;
aload 1
invokevirtual com.google.common.collect.ImmutableMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Integer
astore 3
start local 3 1: aload 0
getfield com.google.common.collect.DenseImmutableTable.columnKeyToIndex:Lcom/google/common/collect/ImmutableMap;
aload 2
invokevirtual com.google.common.collect.ImmutableMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.Integer
astore 4
start local 4 2: aload 3
ifnull 3
aload 4
ifnonnull 4
StackMap locals: java.lang.Integer java.lang.Integer
StackMap stack:
3: aconst_null
goto 5
StackMap locals:
StackMap stack:
4: aload 0
getfield com.google.common.collect.DenseImmutableTable.values:[[Ljava/lang/Object;
aload 3
invokevirtual java.lang.Integer.intValue:()I
aaload
aload 4
invokevirtual java.lang.Integer.intValue:()I
aaload
StackMap locals:
StackMap stack: java.lang.Object
5: areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/google/common/collect/DenseImmutableTable<TR;TC;TV;>;
0 6 1 rowKey Ljava/lang/Object;
0 6 2 columnKey Ljava/lang/Object;
1 6 3 rowIndex Ljava/lang/Integer;
2 6 4 columnIndex Ljava/lang/Integer;
Signature: (Ljava/lang/Object;Ljava/lang/Object;)TV;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
rowKey
columnKey
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.DenseImmutableTable.cellRowIndices:[I
arraylength
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/DenseImmutableTable<TR;TC;TV;>;
com.google.common.collect.Table$Cell<R, C, V> getCell(int);
descriptor: (I)Lcom/google/common/collect/Table$Cell;
flags: (0x0000)
Code:
stack=3, locals=7, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.common.collect.DenseImmutableTable.cellRowIndices:[I
iload 1
iaload
istore 2
start local 2 1: aload 0
getfield com.google.common.collect.DenseImmutableTable.cellColumnIndices:[I
iload 1
iaload
istore 3
start local 3 2: aload 0
invokevirtual com.google.common.collect.DenseImmutableTable.rowKeySet:()Lcom/google/common/collect/ImmutableSet;
invokevirtual com.google.common.collect.ImmutableSet.asList:()Lcom/google/common/collect/ImmutableList;
iload 2
invokevirtual com.google.common.collect.ImmutableList.get:(I)Ljava/lang/Object;
astore 4
start local 4 3: aload 0
invokevirtual com.google.common.collect.DenseImmutableTable.columnKeySet:()Lcom/google/common/collect/ImmutableSet;
invokevirtual com.google.common.collect.ImmutableSet.asList:()Lcom/google/common/collect/ImmutableList;
iload 3
invokevirtual com.google.common.collect.ImmutableList.get:(I)Ljava/lang/Object;
astore 5
start local 5 4: aload 0
getfield com.google.common.collect.DenseImmutableTable.values:[[Ljava/lang/Object;
iload 2
aaload
iload 3
aaload
astore 6
start local 6 5: aload 4
aload 5
aload 6
invokestatic com.google.common.collect.DenseImmutableTable.cellOf:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/Table$Cell;
areturn
end local 6 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 6 0 this Lcom/google/common/collect/DenseImmutableTable<TR;TC;TV;>;
0 6 1 index I
1 6 2 rowIndex I
2 6 3 columnIndex I
3 6 4 rowKey TR;
4 6 5 columnKey TC;
5 6 6 value TV;
Signature: (I)Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;
MethodParameters:
Name Flags
index
V getValue();
descriptor: (I)Ljava/lang/Object;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.common.collect.DenseImmutableTable.values:[[Ljava/lang/Object;
aload 0
getfield com.google.common.collect.DenseImmutableTable.cellRowIndices:[I
iload 1
iaload
aaload
aload 0
getfield com.google.common.collect.DenseImmutableTable.cellColumnIndices:[I
iload 1
iaload
aaload
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/DenseImmutableTable<TR;TC;TV;>;
0 1 1 index I
Signature: (I)TV;
MethodParameters:
Name Flags
index
com.google.common.collect.ImmutableTable$SerializedForm createSerializedForm();
descriptor: ()Lcom/google/common/collect/ImmutableTable$SerializedForm;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.google.common.collect.DenseImmutableTable.cellRowIndices:[I
aload 0
getfield com.google.common.collect.DenseImmutableTable.cellColumnIndices:[I
invokestatic com.google.common.collect.ImmutableTable$SerializedForm.create:(Lcom/google/common/collect/ImmutableTable;[I[I)Lcom/google/common/collect/ImmutableTable$SerializedForm;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/DenseImmutableTable<TR;TC;TV;>;
public java.util.Map rowMap();
descriptor: ()Ljava/util/Map;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.common.collect.DenseImmutableTable.rowMap:()Lcom/google/common/collect/ImmutableMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.util.Map columnMap();
descriptor: ()Ljava/util/Map;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.common.collect.DenseImmutableTable.columnMap:()Lcom/google/common/collect/ImmutableMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <R:Ljava/lang/Object;C:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/RegularImmutableTable<TR;TC;TV;>;
SourceFile: "DenseImmutableTable.java"
NestMembers:
com.google.common.collect.DenseImmutableTable$Column com.google.common.collect.DenseImmutableTable$ColumnMap com.google.common.collect.DenseImmutableTable$ImmutableArrayMap com.google.common.collect.DenseImmutableTable$ImmutableArrayMap$1 com.google.common.collect.DenseImmutableTable$Row com.google.common.collect.DenseImmutableTable$RowMap
InnerClasses:
private final Column = com.google.common.collect.DenseImmutableTable$Column of com.google.common.collect.DenseImmutableTable
private final ColumnMap = com.google.common.collect.DenseImmutableTable$ColumnMap of com.google.common.collect.DenseImmutableTable
private abstract ImmutableArrayMap = com.google.common.collect.DenseImmutableTable$ImmutableArrayMap of com.google.common.collect.DenseImmutableTable
private final Row = com.google.common.collect.DenseImmutableTable$Row of com.google.common.collect.DenseImmutableTable
private final RowMap = com.google.common.collect.DenseImmutableTable$RowMap of com.google.common.collect.DenseImmutableTable
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
RuntimeVisibleAnnotations:
com.google.errorprone.annotations.Immutable(containerOf = {"R", "C", "V"})
RuntimeInvisibleAnnotations:
com.google.common.annotations.GwtCompatible()