class com.google.common.graph.DirectedGraphConnections$2$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$2$1
  super_class: com.google.common.collect.AbstractIterator
{
  final com.google.common.graph.DirectedGraphConnections$2 this$1;
    descriptor: Lcom/google/common/graph/DirectedGraphConnections$2;
    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$2, java.util.Iterator);
    descriptor: (Lcom/google/common/graph/DirectedGraphConnections$2;Ljava/util/Iterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.graph.DirectedGraphConnections$2$1 this
         0: .line 141
            aload 0 /* this */
            aload 1
            putfield com.google.common.graph.DirectedGraphConnections$2$1.this$1:Lcom/google/common/graph/DirectedGraphConnections$2;
            aload 0 /* this */
            aload 2
            putfield com.google.common.graph.DirectedGraphConnections$2$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$2$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/graph/DirectedGraphConnections$2$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$2$1 this
         0: .line 144
            goto 4
         1: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.graph.DirectedGraphConnections$2$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 146
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokestatic com.google.common.graph.DirectedGraphConnections.isSuccessor:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 147
            aload 1 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            areturn
        end local 1 // java.util.Map$Entry entry
         4: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.graph.DirectedGraphConnections$2$1.val$entries:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 150
            aload 0 /* this */
            invokevirtual com.google.common.graph.DirectedGraphConnections$2$1.endOfData:()Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.graph.DirectedGraphConnections$2$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/google/common/graph/DirectedGraphConnections$2$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$2.iterator:()Lcom/google/common/collect/UnmodifiableIterator;
NestHost: com.google.common.graph.DirectedGraphConnections
InnerClasses:
  com.google.common.graph.DirectedGraphConnections$2
  com.google.common.graph.DirectedGraphConnections$2$1
  public abstract Entry = java.util.Map$Entry of java.util.Map