Package | Description |
---|---|
org.spf4j.ds |
Modifier and Type | Method and Description |
---|---|
static <V,E> void |
Traversals.customTraverse(Graph<V,E> graph,
V startNode,
Traversals.TraversalCallback<V,E> handler) |
static <V,E> void |
Traversals.traverse(Graph<V,E> graph,
V startNode,
Traversals.TraversalCallback<V,E> handler,
boolean isBreadth) |
Copyright © 2014. All rights reserved.