Uses of Class
com.google.common.graph.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
Modifier 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
Modifier and TypeMethodDescriptionFiles.fileTraverser()
Returns aTraverser
instance for the file and directory tree.MoreFiles.fileTraverser()
Returns aTraverser
instance for the file and directory tree.