class com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1$1 extends com.google.common.collect.AbstractMapEntry<K, com.google.common.collect.ImmutableSet<V>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1$1
super_class: com.google.common.collect.AbstractMapEntry
{
final com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1 this$2;
descriptor: Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets$1;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.util.Map$Entry val$backingEntry;
descriptor: Ljava/util/Map$Entry;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1, java.util.Map$Entry);
descriptor: (Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets$1;Ljava/util/Map$Entry;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1$1.this$2:Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets$1;
aload 0
aload 2
putfield com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1$1.val$backingEntry:Ljava/util/Map$Entry;
aload 0
invokespecial com.google.common.collect.AbstractMapEntry.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets$1$1;
MethodParameters:
Name Flags
this$0 final
val$backingEntry final
public K getKey();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1$1.val$backingEntry:Ljava/util/Map$Entry;
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets$1$1;
Signature: ()TK;
public com.google.common.collect.ImmutableSet<V> getValue();
descriptor: ()Lcom/google/common/collect/ImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1$1.val$backingEntry:Ljava/util/Map$Entry;
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
invokestatic com.google.common.collect.ImmutableSet.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets$1$1;
Signature: ()Lcom/google/common/collect/ImmutableSet<TV;>;
public java.lang.Object getValue();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1$1.getValue:()Lcom/google/common/collect/ImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/google/common/collect/AbstractMapEntry<TK;Lcom/google/common/collect/ImmutableSet<TV;>;>;
SourceFile: "ImmutableMap.java"
EnclosingMethod: com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1.next:()Ljava/util/Map$Entry;
NestHost: com.google.common.collect.ImmutableMap
InnerClasses:
private final MapViewOfValuesAsSingletonSets = com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets of com.google.common.collect.ImmutableMap
com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1
com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1$1
public abstract Entry = java.util.Map$Entry of java.util.Map