|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.umd.cs.findbugs.graph.StronglyConnectedComponents.SCCSetIterator
private class StronglyConnectedComponents.SCCSetIterator
Iterator for iterating over sets of vertices in strongly connected components.
| Field Summary | |
|---|---|
private java.util.Iterator<SearchTree<VertexType>> |
m_searchTreeIterator
|
| Constructor Summary | |
|---|---|
StronglyConnectedComponents.SCCSetIterator()
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
java.util.Set<VertexType> |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.Iterator<SearchTree<VertexType extends GraphVertex<VertexType>>> m_searchTreeIterator
| Constructor Detail |
|---|
public StronglyConnectedComponents.SCCSetIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<java.util.Set<VertexType extends GraphVertex<VertexType>>>public java.util.Set<VertexType> next()
next in interface java.util.Iterator<java.util.Set<VertexType extends GraphVertex<VertexType>>>public void remove()
remove in interface java.util.Iterator<java.util.Set<VertexType extends GraphVertex<VertexType>>>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||