Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Field and Description |
---|---|
private Traverser.Order |
Traverser.GraphTraverser.DepthFirstIterator.order |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
DepthFirstIterator(java.lang.Iterable<? extends N> roots,
Traverser.Order order) |