class com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet$1 implements com.google.common.base.Function<C, java.util.Map<R, V>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet$1
super_class: java.lang.Object
{
final com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet this$2;
descriptor: Lcom/google/common/collect/StandardTable$ColumnMap$ColumnMapEntrySet;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet);
descriptor: (Lcom/google/common/collect/StandardTable$ColumnMap$ColumnMapEntrySet;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet$1.this$2:Lcom/google/common/collect/StandardTable$ColumnMap$ColumnMapEntrySet;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/StandardTable$ColumnMap$ColumnMapEntrySet$1;
MethodParameters:
Name Flags
this$0 final
public java.util.Map<R, V> apply(C);
descriptor: (Ljava/lang/Object;)Ljava/util/Map;
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.StandardTable$ColumnMap$ColumnMapEntrySet$1.this$2:Lcom/google/common/collect/StandardTable$ColumnMap$ColumnMapEntrySet;
invokestatic com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet.access$0:(Lcom/google/common/collect/StandardTable$ColumnMap$ColumnMapEntrySet;)Lcom/google/common/collect/StandardTable$ColumnMap;
invokestatic com.google.common.collect.StandardTable$ColumnMap.access$2:(Lcom/google/common/collect/StandardTable$ColumnMap;)Lcom/google/common/collect/StandardTable;
aload 1
invokevirtual com.google.common.collect.StandardTable.column:(Ljava/lang/Object;)Ljava/util/Map;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/StandardTable$ColumnMap$ColumnMapEntrySet$1;
0 1 1 columnKey TC;
Signature: (TC;)Ljava/util/Map<TR;TV;>;
MethodParameters:
Name Flags
columnKey
public java.lang.Object apply(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Object
invokevirtual com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet$1.apply:(Ljava/lang/Object;)Ljava/util/Map;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/google/common/base/Function<TC;Ljava/util/Map<TR;TV;>;>;
SourceFile: "StandardTable.java"
EnclosingMethod: com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet.iterator:()Ljava/util/Iterator;
NestHost: com.google.common.collect.StandardTable
InnerClasses:
private ColumnMap = com.google.common.collect.StandardTable$ColumnMap of com.google.common.collect.StandardTable
ColumnMapEntrySet = com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet of com.google.common.collect.StandardTable$ColumnMap
com.google.common.collect.StandardTable$ColumnMap$ColumnMapEntrySet$1
public abstract Entry = java.util.Map$Entry of java.util.Map