class com.google.common.graph.DirectedGraphConnections$1$1 extends com.google.common.collect.AbstractIterator<N>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.graph.DirectedGraphConnections$1$1
super_class: com.google.common.collect.AbstractIterator
{
final com.google.common.graph.DirectedGraphConnections$1 this$1;
descriptor: Lcom/google/common/graph/DirectedGraphConnections$1;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.util.Iterator val$entries;
descriptor: Ljava/util/Iterator;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.graph.DirectedGraphConnections$1, java.util.Iterator);
descriptor: (Lcom/google/common/graph/DirectedGraphConnections$1;Ljava/util/Iterator;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // com.google.common.graph.DirectedGraphConnections$1$1 this
0: .line 109
aload 0 /* this */
aload 1
putfield com.google.common.graph.DirectedGraphConnections$1$1.this$1:Lcom/google/common/graph/DirectedGraphConnections$1;
aload 0 /* this */
aload 2
putfield com.google.common.graph.DirectedGraphConnections$1$1.val$entries:Ljava/util/Iterator;
aload 0 /* this */
invokespecial com.google.common.collect.AbstractIterator.<init>:()V
return
end local 0 // com.google.common.graph.DirectedGraphConnections$1$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/graph/DirectedGraphConnections$1$1;
MethodParameters:
Name Flags
this$0 final
val$entries final
protected N computeNext();
descriptor: ()Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=1
start local 0 // com.google.common.graph.DirectedGraphConnections$1$1 this
0: .line 112
goto 4
1: .line 113
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.google.common.graph.DirectedGraphConnections$1$1.val$entries:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.Map$Entry
astore 1 /* entry */
start local 1 // java.util.Map$Entry entry
2: .line 114
aload 1 /* entry */
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
invokestatic com.google.common.graph.DirectedGraphConnections.isPredecessor:(Ljava/lang/Object;)Z
ifeq 4
3: .line 115
aload 1 /* entry */
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
areturn
end local 1 // java.util.Map$Entry entry
4: .line 112
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield com.google.common.graph.DirectedGraphConnections$1$1.val$entries:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: .line 118
aload 0 /* this */
invokevirtual com.google.common.graph.DirectedGraphConnections$1$1.endOfData:()Ljava/lang/Object;
areturn
end local 0 // com.google.common.graph.DirectedGraphConnections$1$1 this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/google/common/graph/DirectedGraphConnections$1$1;
2 4 1 entry Ljava/util/Map$Entry<TN;Ljava/lang/Object;>;
Signature: ()TN;
}
Signature: Lcom/google/common/collect/AbstractIterator<TN;>;
SourceFile: "DirectedGraphConnections.java"
EnclosingMethod: com.google.common.graph.DirectedGraphConnections$1.iterator:()Lcom/google/common/collect/UnmodifiableIterator;
NestHost: com.google.common.graph.DirectedGraphConnections
InnerClasses:
com.google.common.graph.DirectedGraphConnections$1
com.google.common.graph.DirectedGraphConnections$1$1
public abstract Entry = java.util.Map$Entry of java.util.Map