class com.google.common.graph.DirectedGraphConnections$2$2 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$2
  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$nodeConnections;
    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$2 this
         0: .line 292
            aload 0 /* this */
            aload 1
            putfield com.google.common.graph.DirectedGraphConnections$2$2.this$1:Lcom/google/common/graph/DirectedGraphConnections$2;
            aload 0 /* this */
            aload 2
            putfield com.google.common.graph.DirectedGraphConnections$2$2.val$nodeConnections:Ljava/util/Iterator;
            aload 0 /* this */
            invokespecial com.google.common.collect.AbstractIterator.<init>:()V
            return
        end local 0 // com.google.common.graph.DirectedGraphConnections$2$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/graph/DirectedGraphConnections$2$2;
    MethodParameters:
                     Name  Flags
      this$0               final
      val$nodeConnections  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$2 this
         0: .line 295
            goto 4
         1: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.graph.DirectedGraphConnections$2$2.val$nodeConnections:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.google.common.graph.DirectedGraphConnections$NodeConnection
            astore 1 /* nodeConnection */
        start local 1 // com.google.common.graph.DirectedGraphConnections$NodeConnection nodeConnection
         2: .line 297
            aload 1 /* nodeConnection */
            instanceof com.google.common.graph.DirectedGraphConnections$NodeConnection$Pred
            ifeq 4
         3: .line 298
            aload 1 /* nodeConnection */
            getfield com.google.common.graph.DirectedGraphConnections$NodeConnection.node:Ljava/lang/Object;
            areturn
        end local 1 // com.google.common.graph.DirectedGraphConnections$NodeConnection nodeConnection
         4: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.graph.DirectedGraphConnections$2$2.val$nodeConnections:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 301
            aload 0 /* this */
            invokevirtual com.google.common.graph.DirectedGraphConnections$2$2.endOfData:()Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.graph.DirectedGraphConnections$2$2 this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lcom/google/common/graph/DirectedGraphConnections$2$2;
            2    4     1  nodeConnection  Lcom/google/common/graph/DirectedGraphConnections$NodeConnection<TN;>;
    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$2
  private abstract NodeConnection = com.google.common.graph.DirectedGraphConnections$NodeConnection of com.google.common.graph.DirectedGraphConnections
  final Pred = com.google.common.graph.DirectedGraphConnections$NodeConnection$Pred of com.google.common.graph.DirectedGraphConnections$NodeConnection