Package edu.umd.cs.findbugs.graph
Class AbstractDepthFirstSearch.Visit
java.lang.Object
edu.umd.cs.findbugs.graph.AbstractDepthFirstSearch.Visit
- Enclosing class:
AbstractDepthFirstSearch<GraphType extends Graph<EdgeType,
VertexType>, EdgeType extends GraphEdge<EdgeType, VertexType>, VertexType extends GraphVertex<VertexType>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
vertex
-
outgoingEdgeIterator
-
-
Constructor Details
-
Visit
-
-
Method Details
-
getVertex
-
hasNextEdge
public boolean hasNextEdge() -
getNextEdge
-