| Package | Description |
|---|---|
| javatools.datatypes |
| Modifier and Type | Field and Description |
|---|---|
protected PQRTree.NodeType |
PQRTree.Node.type
Type: P, Q, R, LEAF
|
| Modifier and Type | Method and Description |
|---|---|
static PQRTree.NodeType |
PQRTree.NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PQRTree.NodeType[] |
PQRTree.NodeType.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.NodeType t)
True if the node is of type t
|
| Constructor and Description |
|---|
Node(PQRTree.NodeType t)
Constructs a node of type t
|
Copyright © 2018. All rights reserved.