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