public abstract class Node extends Object
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
Node |
getLeftNode() |
Node |
getRightNode() |
void |
setLeftNode(Node leftNode) |
void |
setRightNode(Node rightNode) |
Copyright © 2018 WSO2. All rights reserved.