class com.google.common.graph.MapIteratorCache$1$1 extends com.google.common.collect.UnmodifiableIterator<K>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.graph.MapIteratorCache$1$1
super_class: com.google.common.collect.UnmodifiableIterator
{
final com.google.common.graph.MapIteratorCache$1 this$1;
descriptor: Lcom/google/common/graph/MapIteratorCache$1;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.util.Iterator val$entryIterator;
descriptor: Ljava/util/Iterator;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.graph.MapIteratorCache$1, java.util.Iterator);
descriptor: (Lcom/google/common/graph/MapIteratorCache$1;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.graph.MapIteratorCache$1$1.this$1:Lcom/google/common/graph/MapIteratorCache$1;
aload 0
aload 2
putfield com.google.common.graph.MapIteratorCache$1$1.val$entryIterator: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/graph/MapIteratorCache$1$1;
MethodParameters:
Name Flags
this$0 final
val$entryIterator 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.graph.MapIteratorCache$1$1.val$entryIterator: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/graph/MapIteratorCache$1$1;
public K next();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield com.google.common.graph.MapIteratorCache$1$1.val$entryIterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.Map$Entry
astore 1
start local 1 1: aload 0
getfield com.google.common.graph.MapIteratorCache$1$1.this$1:Lcom/google/common/graph/MapIteratorCache$1;
invokestatic com.google.common.graph.MapIteratorCache$1.access$1:(Lcom/google/common/graph/MapIteratorCache$1;)Lcom/google/common/graph/MapIteratorCache;
aload 1
putfield com.google.common.graph.MapIteratorCache.entrySetCache:Ljava/util/Map$Entry;
2: aload 1
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/graph/MapIteratorCache$1$1;
1 3 1 entry Ljava/util/Map$Entry<TK;TV;>;
Signature: ()TK;
}
Signature: Lcom/google/common/collect/UnmodifiableIterator<TK;>;
SourceFile: "MapIteratorCache.java"
EnclosingMethod: com.google.common.graph.MapIteratorCache$1.iterator:()Lcom/google/common/collect/UnmodifiableIterator;
NestHost: com.google.common.graph.MapIteratorCache
InnerClasses:
com.google.common.graph.MapIteratorCache$1
com.google.common.graph.MapIteratorCache$1$1
public abstract Entry = java.util.Map$Entry of java.util.Map