Package edu.umd.cs.findbugs.graph
Class StronglyConnectedComponents.SCCSetIterator
java.lang.Object
edu.umd.cs.findbugs.graph.StronglyConnectedComponents.SCCSetIterator
- Enclosing class:
StronglyConnectedComponents<GraphType extends Graph<EdgeType,
VertexType>, EdgeType extends GraphEdge<EdgeType, VertexType>, VertexType extends GraphVertex<VertexType>>
private class StronglyConnectedComponents.SCCSetIterator
extends Object
implements Iterator<Set<VertexType>>
Iterator for iterating over sets of vertices in strongly connected
components.
-
Field Details
-
m_searchTreeIterator
-
-
Constructor Details
-
SCCSetIterator
public SCCSetIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<Set<VertexType extends GraphVertex<VertexType>>>
-
next
- Specified by:
next
in interfaceIterator<Set<VertexType extends GraphVertex<VertexType>>>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<Set<VertexType extends GraphVertex<VertexType>>>
-