final class com.google.common.graph.EndpointPairIterator$Directed<N> extends com.google.common.graph.EndpointPairIterator<N>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.graph.EndpointPairIterator$Directed
  super_class: com.google.common.graph.EndpointPairIterator
{
  private void <init>(com.google.common.graph.BaseGraph<N>);
    descriptor: (Lcom/google/common/graph/BaseGraph;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.graph.EndpointPairIterator$Directed this
        start local 1 // com.google.common.graph.BaseGraph graph
         0: .line 68
            aload 0 /* this */
            aload 1 /* graph */
            invokespecial com.google.common.graph.EndpointPairIterator.<init>:(Lcom/google/common/graph/BaseGraph;)V
         1: .line 69
            return
        end local 1 // com.google.common.graph.BaseGraph graph
        end local 0 // com.google.common.graph.EndpointPairIterator$Directed this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/common/graph/EndpointPairIterator$Directed<TN;>;
            0    2     1  graph  Lcom/google/common/graph/BaseGraph<TN;>;
    Signature: (Lcom/google/common/graph/BaseGraph<TN;>;)V
    MethodParameters:
       Name  Flags
      graph  

  protected com.google.common.graph.EndpointPair<N> computeNext();
    descriptor: ()Lcom/google/common/graph/EndpointPair;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.graph.EndpointPairIterator$Directed this
         0: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.graph.EndpointPairIterator$Directed.successorIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 2
         1: .line 75
            aload 0 /* this */
            getfield com.google.common.graph.EndpointPairIterator$Directed.node:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.google.common.graph.EndpointPairIterator$Directed.successorIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            invokestatic com.google.common.graph.EndpointPair.ordered:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/graph/EndpointPair;
            areturn
         2: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.google.common.graph.EndpointPairIterator$Directed.advance:()Z
            ifne 0
         3: .line 78
            aload 0 /* this */
            invokevirtual com.google.common.graph.EndpointPairIterator$Directed.endOfData:()Ljava/lang/Object;
            checkcast com.google.common.graph.EndpointPair
            areturn
        end local 0 // com.google.common.graph.EndpointPairIterator$Directed this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/graph/EndpointPairIterator$Directed<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.EndpointPairIterator$Directed.computeNext:()Lcom/google/common/graph/EndpointPair;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <N:Ljava/lang/Object;>Lcom/google/common/graph/EndpointPairIterator<TN;>;
SourceFile: "EndpointPairIterator.java"
NestHost: com.google.common.graph.EndpointPairIterator
InnerClasses:
  private final Directed = com.google.common.graph.EndpointPairIterator$Directed of com.google.common.graph.EndpointPairIterator