abstract class com.google.common.collect.RegularImmutableTable<R, C, V> extends com.google.common.collect.ImmutableTable<R, C, V>
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.google.common.collect.RegularImmutableTable
super_class: com.google.common.collect.ImmutableTable
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.google.common.collect.ImmutableTable.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableTable<TR;TC;TV;>;
abstract com.google.common.collect.Table$Cell<R, C, V> getCell(int);
descriptor: (I)Lcom/google/common/collect/Table$Cell;
flags: (0x0400) ACC_ABSTRACT
Signature: (I)Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;
MethodParameters:
Name Flags
iterationIndex
final com.google.common.collect.ImmutableSet<com.google.common.collect.Table$Cell<R, C, V>> createCellSet();
descriptor: ()Lcom/google/common/collect/ImmutableSet;
flags: (0x0010) ACC_FINAL
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.common.collect.RegularImmutableTable.isEmpty:()Z
ifeq 1
invokestatic com.google.common.collect.ImmutableSet.of:()Lcom/google/common/collect/ImmutableSet;
goto 2
StackMap locals:
StackMap stack:
1: new com.google.common.collect.RegularImmutableTable$CellSet
dup
aload 0
invokespecial com.google.common.collect.RegularImmutableTable$CellSet.<init>:(Lcom/google/common/collect/RegularImmutableTable;)V
StackMap locals:
StackMap stack: com.google.common.collect.ImmutableSet
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/collect/RegularImmutableTable<TR;TC;TV;>;
Signature: ()Lcom/google/common/collect/ImmutableSet<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;
abstract V getValue();
descriptor: (I)Ljava/lang/Object;
flags: (0x0400) ACC_ABSTRACT
Signature: (I)TV;
MethodParameters:
Name Flags
iterationIndex
final com.google.common.collect.ImmutableCollection<V> createValues();
descriptor: ()Lcom/google/common/collect/ImmutableCollection;
flags: (0x0010) ACC_FINAL
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.common.collect.RegularImmutableTable.isEmpty:()Z
ifeq 1
invokestatic com.google.common.collect.ImmutableList.of:()Lcom/google/common/collect/ImmutableList;
goto 2
StackMap locals:
StackMap stack:
1: new com.google.common.collect.RegularImmutableTable$Values
dup
aload 0
invokespecial com.google.common.collect.RegularImmutableTable$Values.<init>:(Lcom/google/common/collect/RegularImmutableTable;)V
StackMap locals:
StackMap stack: com.google.common.collect.ImmutableList
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/collect/RegularImmutableTable<TR;TC;TV;>;
Signature: ()Lcom/google/common/collect/ImmutableCollection<TV;>;
static <R, C, V> com.google.common.collect.RegularImmutableTable<R, C, V> forCells(java.util.List<com.google.common.collect.Table$Cell<R, C, V>>, java.util.Comparator<? super R>, java.util.Comparator<? super C>);
descriptor: (Ljava/util/List;Ljava/util/Comparator;Ljava/util/Comparator;)Lcom/google/common/collect/RegularImmutableTable;
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
pop
1: aload 1
ifnonnull 2
aload 2
ifnull 5
2: StackMap locals:
StackMap stack:
new com.google.common.collect.RegularImmutableTable$1
dup
aload 1
aload 2
invokespecial com.google.common.collect.RegularImmutableTable$1.<init>:(Ljava/util/Comparator;Ljava/util/Comparator;)V
3: astore 3
start local 3 4: aload 0
aload 3
invokestatic java.util.Collections.sort:(Ljava/util/List;Ljava/util/Comparator;)V
end local 3 5: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
invokestatic com.google.common.collect.RegularImmutableTable.forCellsInternal:(Ljava/lang/Iterable;Ljava/util/Comparator;Ljava/util/Comparator;)Lcom/google/common/collect/RegularImmutableTable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 cells Ljava/util/List<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;
0 6 1 rowComparator Ljava/util/Comparator<-TR;>;
0 6 2 columnComparator Ljava/util/Comparator<-TC;>;
4 5 3 comparator Ljava/util/Comparator<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;
Signature: <R:Ljava/lang/Object;C:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/util/List<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;Ljava/util/Comparator<-TR;>;Ljava/util/Comparator<-TC;>;)Lcom/google/common/collect/RegularImmutableTable<TR;TC;TV;>;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
cells
rowComparator final
columnComparator final
static <R, C, V> com.google.common.collect.RegularImmutableTable<R, C, V> forCells(java.lang.Iterable<com.google.common.collect.Table$Cell<R, C, V>>);
descriptor: (Ljava/lang/Iterable;)Lcom/google/common/collect/RegularImmutableTable;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
aconst_null
invokestatic com.google.common.collect.RegularImmutableTable.forCellsInternal:(Ljava/lang/Iterable;Ljava/util/Comparator;Ljava/util/Comparator;)Lcom/google/common/collect/RegularImmutableTable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 cells Ljava/lang/Iterable<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;
Signature: <R:Ljava/lang/Object;C:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/Iterable<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;)Lcom/google/common/collect/RegularImmutableTable<TR;TC;TV;>;
MethodParameters:
Name Flags
cells
private static <R, C, V> com.google.common.collect.RegularImmutableTable<R, C, V> forCellsInternal(java.lang.Iterable<com.google.common.collect.Table$Cell<R, C, V>>, java.util.Comparator<? super R>, java.util.Comparator<? super C>);
descriptor: (Ljava/lang/Iterable;Ljava/util/Comparator;Ljava/util/Comparator;)Lcom/google/common/collect/RegularImmutableTable;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=8, args_size=3
start local 0 start local 1 start local 2 0: new java.util.LinkedHashSet
dup
invokespecial java.util.LinkedHashSet.<init>:()V
astore 3
start local 3 1: new java.util.LinkedHashSet
dup
invokespecial java.util.LinkedHashSet.<init>:()V
astore 4
start local 4 2: aload 0
invokestatic com.google.common.collect.ImmutableList.copyOf:(Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableList;
astore 5
start local 5 3: aload 0
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 7
goto 7
StackMap locals: java.lang.Iterable java.util.Comparator java.util.Comparator java.util.Set java.util.Set com.google.common.collect.ImmutableList top java.util.Iterator
StackMap stack:
4: aload 7
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.google.common.collect.Table$Cell
astore 6
start local 6 5: aload 3
aload 6
invokeinterface com.google.common.collect.Table$Cell.getRowKey:()Ljava/lang/Object;
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
6: aload 4
aload 6
invokeinterface com.google.common.collect.Table$Cell.getColumnKey:()Ljava/lang/Object;
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
end local 6 7: StackMap locals:
StackMap stack:
aload 7
invokeinterface java.util.Iterator.hasNext:()Z
ifne 4
8: aload 1
ifnonnull 10
9: aload 3
invokestatic com.google.common.collect.ImmutableSet.copyOf:(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableSet;
goto 11
10: StackMap locals: java.lang.Iterable java.util.Comparator java.util.Comparator java.util.Set java.util.Set com.google.common.collect.ImmutableList
StackMap stack:
aload 1
aload 3
invokestatic com.google.common.collect.ImmutableList.sortedCopyOf:(Ljava/util/Comparator;Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableList;
invokestatic com.google.common.collect.ImmutableSet.copyOf:(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableSet;
11: StackMap locals:
StackMap stack: com.google.common.collect.ImmutableSet
astore 6
start local 6 12: aload 2
ifnonnull 14
13: aload 4
invokestatic com.google.common.collect.ImmutableSet.copyOf:(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableSet;
goto 15
14: StackMap locals: com.google.common.collect.ImmutableSet
StackMap stack:
aload 2
aload 4
invokestatic com.google.common.collect.ImmutableList.sortedCopyOf:(Ljava/util/Comparator;Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableList;
invokestatic com.google.common.collect.ImmutableSet.copyOf:(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableSet;
15: StackMap locals:
StackMap stack: com.google.common.collect.ImmutableSet
astore 7
start local 7 16: aload 5
aload 6
aload 7
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 7 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 17 0 cells Ljava/lang/Iterable<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;
0 17 1 rowComparator Ljava/util/Comparator<-TR;>;
0 17 2 columnComparator Ljava/util/Comparator<-TC;>;
1 17 3 rowSpaceBuilder Ljava/util/Set<TR;>;
2 17 4 columnSpaceBuilder Ljava/util/Set<TC;>;
3 17 5 cellList Lcom/google/common/collect/ImmutableList<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;
5 7 6 cell Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;
12 17 6 rowSpace Lcom/google/common/collect/ImmutableSet<TR;>;
16 17 7 columnSpace Lcom/google/common/collect/ImmutableSet<TC;>;
Signature: <R:Ljava/lang/Object;C:Ljava/lang/Object;V:Ljava/lang/Object;>(Ljava/lang/Iterable<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;Ljava/util/Comparator<-TR;>;Ljava/util/Comparator<-TC;>;)Lcom/google/common/collect/RegularImmutableTable<TR;TC;TV;>;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
cells
rowComparator
columnComparator
static <R, C, V> com.google.common.collect.RegularImmutableTable<R, C, V> forOrderedComponents(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;)Lcom/google/common/collect/RegularImmutableTable;
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual com.google.common.collect.ImmutableList.size:()I
i2l
aload 1
invokevirtual com.google.common.collect.ImmutableSet.size:()I
i2l
aload 2
invokevirtual com.google.common.collect.ImmutableSet.size:()I
i2l
lmul
ldc 2
ldiv
lcmp
ifle 2
1: new com.google.common.collect.DenseImmutableTable
dup
aload 0
aload 1
aload 2
invokespecial com.google.common.collect.DenseImmutableTable.<init>:(Lcom/google/common/collect/ImmutableList;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;)V
goto 3
2: StackMap locals:
StackMap stack:
new com.google.common.collect.SparseImmutableTable
dup
aload 0
aload 1
aload 2
invokespecial com.google.common.collect.SparseImmutableTable.<init>:(Lcom/google/common/collect/ImmutableList;Lcom/google/common/collect/ImmutableSet;Lcom/google/common/collect/ImmutableSet;)V
3: StackMap locals:
StackMap stack: com.google.common.collect.RegularImmutableTable
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 cellList Lcom/google/common/collect/ImmutableList<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;
0 4 1 rowSpace Lcom/google/common/collect/ImmutableSet<TR;>;
0 4 2 columnSpace Lcom/google/common/collect/ImmutableSet<TC;>;
Signature: <R:Ljava/lang/Object;C:Ljava/lang/Object;V:Ljava/lang/Object;>(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;>;)Lcom/google/common/collect/RegularImmutableTable<TR;TC;TV;>;
MethodParameters:
Name Flags
cellList
rowSpace
columnSpace
java.util.Collection createValues();
descriptor: ()Ljava/util/Collection;
flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.common.collect.RegularImmutableTable.createValues:()Lcom/google/common/collect/ImmutableCollection;
areturn
LocalVariableTable:
Start End Slot Name Signature
java.util.Set createCellSet();
descriptor: ()Ljava/util/Set;
flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.common.collect.RegularImmutableTable.createCellSet:()Lcom/google/common/collect/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <R:Ljava/lang/Object;C:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableTable<TR;TC;TV;>;
SourceFile: "RegularImmutableTable.java"
NestMembers:
com.google.common.collect.RegularImmutableTable$1 com.google.common.collect.RegularImmutableTable$CellSet com.google.common.collect.RegularImmutableTable$Values
InnerClasses:
com.google.common.collect.RegularImmutableTable$1
private final CellSet = com.google.common.collect.RegularImmutableTable$CellSet of com.google.common.collect.RegularImmutableTable
private final Values = com.google.common.collect.RegularImmutableTable$Values of com.google.common.collect.RegularImmutableTable
public abstract Cell = com.google.common.collect.Table$Cell of com.google.common.collect.Table
RuntimeInvisibleAnnotations:
com.google.common.annotations.GwtCompatible()