final class com.google.common.collect.RegularImmutableTable$Values extends com.google.common.collect.ImmutableList<V>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.collect.RegularImmutableTable$Values
super_class: com.google.common.collect.ImmutableList
{
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$Values.this$0:Lcom/google/common/collect/RegularImmutableTable;
aload 0
invokespecial com.google.common.collect.ImmutableList.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableTable$Values;
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$Values.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$Values;
public V get();
descriptor: (I)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.common.collect.RegularImmutableTable$Values.this$0:Lcom/google/common/collect/RegularImmutableTable;
iload 1
invokevirtual com.google.common.collect.RegularImmutableTable.getValue:(I)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableTable$Values;
0 1 1 index I
Signature: (I)TV;
MethodParameters:
Name Flags
index
boolean isPartialView();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/RegularImmutableTable$Values;
}
Signature: Lcom/google/common/collect/ImmutableList<TV;>;
SourceFile: "RegularImmutableTable.java"
NestHost: com.google.common.collect.RegularImmutableTable
InnerClasses:
private final Values = com.google.common.collect.RegularImmutableTable$Values of com.google.common.collect.RegularImmutableTable