Package | Description |
---|---|
com.google.common.graph |
An API for representing graph (node and edge) data.
|
Modifier and Type | Method and Description |
---|---|
static Traverser.InsertionOrder |
Traverser.InsertionOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Traverser.InsertionOrder[] |
Traverser.InsertionOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private java.util.Iterator<N> |
Traverser.Traversal.topDown(java.util.Iterator<? extends N> startNodes,
Traverser.InsertionOrder order)
In top-down traversal, an ancestor node is always traversed before any of its descendant
nodes.
|