final class com.google.common.graph.EndpointPairIterator$Undirected<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$Undirected
  super_class: com.google.common.graph.EndpointPairIterator
{
  private java.util.Set<N> visitedNodes;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<TN;>;

  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$Undirected this
        start local 1 // com.google.common.graph.BaseGraph graph
         0: .line 114
            aload 0 /* this */
            aload 1 /* graph */
            invokespecial com.google.common.graph.EndpointPairIterator.<init>:(Lcom/google/common/graph/BaseGraph;)V
         1: .line 115
            aload 0 /* this */
            aload 1 /* graph */
            invokeinterface com.google.common.graph.BaseGraph.nodes:()Ljava/util/Set;
            invokeinterface java.util.Set.size:()I
            invokestatic com.google.common.collect.Sets.newHashSetWithExpectedSize:(I)Ljava/util/HashSet;
            putfield com.google.common.graph.EndpointPairIterator$Undirected.visitedNodes:Ljava/util/Set;
         2: .line 116
            return
        end local 1 // com.google.common.graph.BaseGraph graph
        end local 0 // com.google.common.graph.EndpointPairIterator$Undirected this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/common/graph/EndpointPairIterator$Undirected<TN;>;
            0    3     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=2, args_size=1
        start local 0 // com.google.common.graph.EndpointPairIterator$Undirected this
         0: .line 121
            goto 4
         1: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.graph.EndpointPairIterator$Undirected.successorIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 1 /* otherNode */
        start local 1 // java.lang.Object otherNode
         2: .line 123
            aload 0 /* this */
            getfield com.google.common.graph.EndpointPairIterator$Undirected.visitedNodes:Ljava/util/Set;
            aload 1 /* otherNode */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 124
            aload 0 /* this */
            getfield com.google.common.graph.EndpointPairIterator$Undirected.node:Ljava/lang/Object;
            aload 1 /* otherNode */
            invokestatic com.google.common.graph.EndpointPair.unordered:(Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/graph/EndpointPair;
            areturn
        end local 1 // java.lang.Object otherNode
         4: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.graph.EndpointPairIterator$Undirected.successorIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 128
            aload 0 /* this */
            getfield com.google.common.graph.EndpointPairIterator$Undirected.visitedNodes:Ljava/util/Set;
            aload 0 /* this */
            getfield com.google.common.graph.EndpointPairIterator$Undirected.node:Ljava/lang/Object;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         6: .line 129
            aload 0 /* this */
            invokevirtual com.google.common.graph.EndpointPairIterator$Undirected.advance:()Z
            ifne 9
         7: .line 130
            aload 0 /* this */
            aconst_null
            putfield com.google.common.graph.EndpointPairIterator$Undirected.visitedNodes:Ljava/util/Set;
         8: .line 131
            aload 0 /* this */
            invokevirtual com.google.common.graph.EndpointPairIterator$Undirected.endOfData:()Ljava/lang/Object;
            checkcast com.google.common.graph.EndpointPair
            areturn
         9: .line 120
      StackMap locals:
      StackMap stack:
            goto 4
        end local 0 // com.google.common.graph.EndpointPairIterator$Undirected this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/google/common/graph/EndpointPairIterator$Undirected<TN;>;
            2    4     1  otherNode  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$Undirected.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 Undirected = com.google.common.graph.EndpointPairIterator$Undirected of com.google.common.graph.EndpointPairIterator