| Package | Description |
|---|---|
| javatools.datatypes |
| Modifier and Type | Method and Description |
|---|---|
PQRTree.Color |
PQRTree.Node.color()
Returns the color of this node
|
static PQRTree.Color |
PQRTree.Color.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PQRTree.Color[] |
PQRTree.Color.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PQRTree.Node.is(PQRTree.Color t)
True if the node is of color c
|
Copyright © 2018. All rights reserved.