Uses of Class
com.google.common.graph.Traverser
Packages that use Traverser
Package
Description
An API for representing graph (node and edge) data.
Utility methods and classes for I/O; for example input streams, output streams, readers, writers,
and files.
-
Uses of Traverser in com.google.common.graph
Methods in com.google.common.graph that return TraverserModifier and TypeMethodDescriptionstatic <N> Traverser
<N> Traverser.forGraph
(SuccessorsFunction<N> graph) Creates a new traverser for the given generalgraph
.static <N> Traverser
<N> Traverser.forTree
(SuccessorsFunction<N> tree) Creates a new traverser for a directed acyclic graph that has at most one path from the start node(s) to any node reachable from the start node(s), and has no paths from any start node to any other start node, such as a tree or forest. -
Uses of Traverser in com.google.common.io
Methods in com.google.common.io that return TraverserModifier and TypeMethodDescriptionFiles.fileTraverser()
Returns aTraverser
instance for the file and directory tree.MoreFiles.fileTraverser()
Returns aTraverser
instance for the file and directory tree.