Uses of Class
com.google.common.graph.Traverser.Order
-
Packages that use Traverser.Order Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of Traverser.Order in com.google.common.graph
Fields in com.google.common.graph declared as Traverser.Order Modifier and Type Field Description private Traverser.Order
Traverser.GraphTraverser.DepthFirstIterator. order
Methods in com.google.common.graph that return Traverser.Order Modifier and Type Method Description static Traverser.Order
Traverser.Order. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Traverser.Order[]
Traverser.Order. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.common.graph with parameters of type Traverser.Order Constructor Description DepthFirstIterator(java.lang.Iterable<? extends N> roots, Traverser.Order order)
-