Uses of Class
com.google.mu.util.graph.GraphWalker
-
Uses of GraphWalker in com.google.mu.util.graph
Modifier and TypeMethodDescriptionstatic <N> GraphWalker
<N> Returns aWalker
to walk the graph topology (possibly with cycles) as observed by thefindSuccessors
function, which finds successors of any given graph node.static <N> GraphWalker
<N> Walker.inGraph
(Function<? super N, ? extends Stream<? extends N>> findSuccessors, Predicate<? super N> tracker) Similar toWalker.inGraph(Function)
, returns aWalker
that can be used to traverse a graph of nodes.