|
JBoss Common Classes 2.2.17.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Visitor | |
---|---|
org.jboss.util.graph |
Uses of Visitor in org.jboss.util.graph |
---|
Methods in org.jboss.util.graph with parameters of type Visitor | |
---|---|
void |
Graph.breadthFirstSearch(Vertex<T> v,
Visitor<T> visitor)
Perform a breadth first search of this graph, starting at v. |
void |
Graph.depthFirstSearch(Vertex<T> v,
Visitor<T> visitor)
Perform a depth first serach using recursion. |
|
JBoss Common Classes 2.2.17.GA | |||||||||
PREV NEXT | FRAMES NO FRAMES |