|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.infomancers.collections.iterators.GraphIterators
public final class GraphIterators
Utility class used to create an iterator which iterates over all the nodes of a graph, using different common algorithms.
| Constructor Summary | |
|---|---|
GraphIterators()
|
|
| Method Summary | |
|---|---|
static java.lang.Iterable<java.lang.Object> |
depthFirstSearch(GraphAdapter adapter)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphIterators()
| Method Detail |
|---|
public static java.lang.Iterable<java.lang.Object> depthFirstSearch(GraphAdapter adapter)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||