Package | Description |
---|---|
dev.nm.graph.algorithm.traversal |
Modifier and Type | Field and Description |
---|---|
protected DFS.Node.Color |
DFS.Node.color |
Modifier and Type | Method and Description |
---|---|
DFS.Node.Color |
DFS.Node.color()
Gets the color of this node.
|
static DFS.Node.Color |
DFS.Node.Color.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DFS.Node.Color[] |
DFS.Node.Color.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.