|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.umd.cs.findbugs.graph.AbstractDepthFirstSearch.Visit
private class AbstractDepthFirstSearch.Visit
| Field Summary | |
|---|---|
private java.util.Iterator<EdgeType> |
outgoingEdgeIterator
|
private VertexType |
vertex
|
| Constructor Summary | |
|---|---|
AbstractDepthFirstSearch.Visit(VertexType vertex)
|
|
| Method Summary | |
|---|---|
EdgeType |
getNextEdge()
|
VertexType |
getVertex()
|
boolean |
hasNextEdge()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private VertexType extends GraphVertex<VertexType> vertex
private java.util.Iterator<EdgeType extends GraphEdge<EdgeType,VertexType>> outgoingEdgeIterator
| Constructor Detail |
|---|
public AbstractDepthFirstSearch.Visit(VertexType vertex)
| Method Detail |
|---|
public VertexType getVertex()
public boolean hasNextEdge()
public EdgeType getNextEdge()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||