Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

F

forEach(Consumer<VisitInfo<V>.VertexInfo>) - Method in class berack96.lib.graph.visit.impl.VisitInfo
Iterate through all the vertices discovered and visited with the correct timeline.
The vertices will be visited in the order that they are discovered and visited, so a vertex can appear two times (one for the discovery, anc the other for the visit)
forEachDiscovered(Consumer<VisitInfo<V>.VertexInfo>) - Method in class berack96.lib.graph.visit.impl.VisitInfo
Iterate through all the vertices that are discovered.
The vertices will be ordered by the time of their discover.
forEachVisited(Consumer<VisitInfo<V>.VertexInfo>) - Method in class berack96.lib.graph.visit.impl.VisitInfo
Iterate through all the vertices that are visited.
The vertices will be ordered by the time of their visit.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links