public interface GraphTraverser<T>
void traverse(Graph<T> graph, String vertexName, VertexConsumer<T> consumer)
void traverse(Map<String,VisitStatus> visitStatusMap, Graph<T> graph, String vertexName, VertexConsumer<T> consumer)
graph - - the graphvertexName - - the vertex being visited.Copyright © 2021. All rights reserved.