public class NodeComparator
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static boolean |
DEBUG |
| Constructor | Description |
|---|---|
NodeComparator() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
equals(Node v,
Node w) |
Determines whether or not two Nodes are equal.
|
static int |
hashCode(Node node) |
Computes a hash code for a given Node based upon its type.
|
public static int hashCode(Node node)