final class com.google.common.collect.RegularImmutableTable$CellSet extends com.google.common.collect.IndexedImmutableSet<com.google.common.collect.Table$Cell<R, C, V>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.collect.RegularImmutableTable$CellSet
super_class: com.google.common.collect.IndexedImmutableSet
{
final com.google.common.collect.RegularImmutableTable this$0;
descriptor: Lcom/google/common/collect/RegularImmutableTable;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(com.google.common.collect.RegularImmutableTable);
descriptor: (Lcom/google/common/collect/RegularImmutableTable;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.google.common.collect.RegularImmutableTable$CellSet.this$0:Lcom/google/common/collect/RegularImmutableTable;
aload 0
invokespecial com.google.common.collect.IndexedImmutableSet.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableTable$CellSet;
MethodParameters:
Name Flags
this$0 final
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.RegularImmutableTable$CellSet.this$0:Lcom/google/common/collect/RegularImmutableTable;
invokevirtual com.google.common.collect.RegularImmutableTable.size:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableTable$CellSet;
com.google.common.collect.Table$Cell<R, C, V> get(int);
descriptor: (I)Lcom/google/common/collect/Table$Cell;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.common.collect.RegularImmutableTable$CellSet.this$0:Lcom/google/common/collect/RegularImmutableTable;
iload 1
invokevirtual com.google.common.collect.RegularImmutableTable.getCell:(I)Lcom/google/common/collect/Table$Cell;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableTable$CellSet;
0 1 1 index I
Signature: (I)Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;
MethodParameters:
Name Flags
index
public boolean contains(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 1
instanceof com.google.common.collect.Table$Cell
ifeq 5
1: aload 1
checkcast com.google.common.collect.Table$Cell
astore 2
start local 2 2: aload 0
getfield com.google.common.collect.RegularImmutableTable$CellSet.this$0:Lcom/google/common/collect/RegularImmutableTable;
aload 2
invokeinterface com.google.common.collect.Table$Cell.getRowKey:()Ljava/lang/Object;
aload 2
invokeinterface com.google.common.collect.Table$Cell.getColumnKey:()Ljava/lang/Object;
invokevirtual com.google.common.collect.RegularImmutableTable.get:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
astore 3
start local 3 3: aload 3
ifnull 4
aload 3
aload 2
invokeinterface com.google.common.collect.Table$Cell.getValue:()Ljava/lang/Object;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
iconst_1
ireturn
StackMap locals: com.google.common.collect.Table$Cell java.lang.Object
StackMap stack:
4: iconst_0
ireturn
end local 3 end local 2 5: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/google/common/collect/RegularImmutableTable$CellSet;
0 6 1 object Ljava/lang/Object;
2 5 2 cell Lcom/google/common/collect/Table$Cell<***>;
3 5 3 value Ljava/lang/Object;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
object
boolean isPartialView();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableTable$CellSet;
java.lang.Object get(int);
descriptor: (I)Ljava/lang/Object;
flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual com.google.common.collect.RegularImmutableTable$CellSet.get:(I)Lcom/google/common/collect/Table$Cell;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/google/common/collect/IndexedImmutableSet<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;
SourceFile: "RegularImmutableTable.java"
NestHost: com.google.common.collect.RegularImmutableTable
InnerClasses:
private final CellSet = com.google.common.collect.RegularImmutableTable$CellSet of com.google.common.collect.RegularImmutableTable
public abstract Cell = com.google.common.collect.Table$Cell of com.google.common.collect.Table