Package | Description |
---|---|
edu.umd.cs.findbugs.graph |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<SearchTree<VertexType>> |
SearchTree.childIterator()
Return collection of children of this search tree.
|
java.util.Iterator<SearchTree<VertexType>> |
StronglyConnectedComponents.searchTreeIterator()
Returns an iterator over the search trees containing the vertices of each
strongly connected component.
|
java.util.Iterator<SearchTree<VertexType>> |
SearchTreeBuilder.searchTreeIterator()
Get an Iterator over the recorded SearchTrees.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchTree.addChild(SearchTree<VertexType> child)
Add a child search tree.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.