class com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1 extends com.google.common.collect.UnmodifiableIterator<java.util.Map$Entry<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
super_class: com.google.common.collect.UnmodifiableIterator
{
final com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets this$1;
descriptor: Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.util.Iterator val$backingIterator;
descriptor: Ljava/util/Iterator;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets, java.util.Iterator);
descriptor: (Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets;Ljava/util/Iterator;)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.this$1:Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets;
aload 0
aload 2
putfield com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1.val$backingIterator:Ljava/util/Iterator;
aload 0
invokespecial com.google.common.collect.UnmodifiableIterator.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets$1;
MethodParameters:
Name Flags
this$0 final
val$backingIterator final
public boolean hasNext();
descriptor: ()Z
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.val$backingIterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets$1;
public java.util.Map$Entry<K, com.google.common.collect.ImmutableSet<V>> next();
descriptor: ()Ljava/util/Map$Entry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1.val$backingIterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.Map$Entry
astore 1
start local 1 1: new com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1$1
dup
aload 0
aload 1
invokespecial com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets$1$1.<init>:(Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets$1;Ljava/util/Map$Entry;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/collect/ImmutableMap$MapViewOfValuesAsSingletonSets$1;
1 2 1 backingEntry Ljava/util/Map$Entry<TK;TV;>;
Signature: ()Ljava/util/Map$Entry<TK;Lcom/google/common/collect/ImmutableSet<TV;>;>;
public java.lang.Object next();
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.next:()Ljava/util/Map$Entry;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/google/common/collect/UnmodifiableIterator<Ljava/util/Map$Entry<TK;Lcom/google/common/collect/ImmutableSet<TV;>;>;>;
SourceFile: "ImmutableMap.java"
EnclosingMethod: com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets.entryIterator:()Lcom/google/common/collect/UnmodifiableIterator;
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