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>>
-
Field Details
-
m_searchTreeIterator
-
-
Constructor Details
-
SCCSetIterator
public SCCSetIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<Set<VertexType extends GraphVertex<VertexType>>>
-
next
- Specified by:
nextin interfaceIterator<Set<VertexType extends GraphVertex<VertexType>>>
-
remove
public void remove()- Specified by:
removein interfaceIterator<Set<VertexType extends GraphVertex<VertexType>>>
-