Java com.google.common.graph Traverser fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.graph Traverser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.graph Traverser.

The text is from its open source code.

Method

TraverserforTree(SuccessorsFunction 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.