public final class NodeChangingAction
extends java.lang.Object
NodeChangingArgs,
NodeChangingArgs.getAction()| Modifier and Type | Field and Description |
|---|---|
static int |
INSERT
A node is being inserted in the tree.
|
static int |
length |
static int |
REMOVE
A node is being removed from the tree.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String nodeChangingActionName) |
static java.lang.String |
getName(int nodeChangingAction) |
static int[] |
getValues() |
static java.lang.String |
toString(int nodeChangingAction) |