class com.google.common.graph.DirectedGraphConnections$7 extends com.google.common.collect.AbstractIterator<com.google.common.graph.EndpointPair<N>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.graph.DirectedGraphConnections$7
  super_class: com.google.common.collect.AbstractIterator
{
  final com.google.common.graph.DirectedGraphConnections this$0;
    descriptor: Lcom/google/common/graph/DirectedGraphConnections;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Iterator val$resultWithDoubleSelfLoop;
    descriptor: Ljava/util/Iterator;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.concurrent.atomic.AtomicBoolean val$alreadySeenSelfLoop;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.graph.DirectedGraphConnections, java.util.Iterator, java.util.concurrent.atomic.AtomicBoolean);
    descriptor: (Lcom/google/common/graph/DirectedGraphConnections;Ljava/util/Iterator;Ljava/util/concurrent/atomic/AtomicBoolean;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.graph.DirectedGraphConnections$7 this
         0: .line 408
            aload 0 /* this */
            aload 1
            putfield com.google.common.graph.DirectedGraphConnections$7.this$0:Lcom/google/common/graph/DirectedGraphConnections;
            aload 0 /* this */
            aload 2
            putfield com.google.common.graph.DirectedGraphConnections$7.val$resultWithDoubleSelfLoop:Ljava/util/Iterator;
            aload 0 /* this */
            aload 3
            putfield com.google.common.graph.DirectedGraphConnections$7.val$alreadySeenSelfLoop:Ljava/util/concurrent/atomic/AtomicBoolean;
            aload 0 /* this */
            invokespecial com.google.common.collect.AbstractIterator.<init>:()V
            return
        end local 0 // com.google.common.graph.DirectedGraphConnections$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/graph/DirectedGraphConnections$7;
    MethodParameters:
                              Name  Flags
      this$0                        final
      val$resultWithDoubleSelfLoop  final
      val$alreadySeenSelfLoop       final

  protected com.google.common.graph.EndpointPair<N> computeNext();
    descriptor: ()Lcom/google/common/graph/EndpointPair;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.common.graph.DirectedGraphConnections$7 this
         0: .line 411
            goto 6
         1: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.graph.DirectedGraphConnections$7.val$resultWithDoubleSelfLoop:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.google.common.graph.EndpointPair
            astore 1 /* edge */
        start local 1 // com.google.common.graph.EndpointPair edge
         2: .line 413
            aload 1 /* edge */
            invokevirtual com.google.common.graph.EndpointPair.nodeU:()Ljava/lang/Object;
            aload 1 /* edge */
            invokevirtual com.google.common.graph.EndpointPair.nodeV:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 5
         3: .line 414
            aload 0 /* this */
            getfield com.google.common.graph.DirectedGraphConnections$7.val$alreadySeenSelfLoop:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.getAndSet:(Z)Z
            ifne 6
         4: .line 415
            aload 1 /* edge */
            areturn
         5: .line 418
      StackMap locals: com.google.common.graph.EndpointPair
      StackMap stack:
            aload 1 /* edge */
            areturn
        end local 1 // com.google.common.graph.EndpointPair edge
         6: .line 411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.graph.DirectedGraphConnections$7.val$resultWithDoubleSelfLoop:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         7: .line 421
            aload 0 /* this */
            invokevirtual com.google.common.graph.DirectedGraphConnections$7.endOfData:()Ljava/lang/Object;
            checkcast com.google.common.graph.EndpointPair
            areturn
        end local 0 // com.google.common.graph.DirectedGraphConnections$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/common/graph/DirectedGraphConnections$7;
            2    6     1  edge  Lcom/google/common/graph/EndpointPair<TN;>;
    Signature: ()Lcom/google/common/graph/EndpointPair<TN;>;

  protected java.lang.Object computeNext();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.graph.DirectedGraphConnections$7.computeNext:()Lcom/google/common/graph/EndpointPair;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/google/common/collect/AbstractIterator<Lcom/google/common/graph/EndpointPair<TN;>;>;
SourceFile: "DirectedGraphConnections.java"
EnclosingMethod: com.google.common.graph.DirectedGraphConnections.incidentEdgeIterator:(Ljava/lang/Object;)Ljava/util/Iterator;
NestHost: com.google.common.graph.DirectedGraphConnections
InnerClasses:
  com.google.common.graph.DirectedGraphConnections$7