class NodeInfo extends Object
Struct used to track graph node information during traversal.
Modifier and Type | Field and Description |
---|---|
int |
color |
static int |
COLOR_BLACK |
static int |
COLOR_GRAY |
static int |
COLOR_WHITE |
int |
finished |
Constructor and Description |
---|
NodeInfo() |
public static final int COLOR_WHITE
public static final int COLOR_GRAY
public static final int COLOR_BLACK
public int finished
public int color
Copyright © 2006–2013 Apache Software Foundation. All rights reserved.