public interface ClusterTreeNode
| Modifier and Type | Method and Description |
|---|---|
ClusterTreeNode |
getLeft()
Return the left child of this node, or null if there is no such child.
|
ClusterTreeNode |
getRight()
Return the right child of this node, or null if there is no such child.
|
ClusterTreeNode getLeft()
ClusterTreeNode getRight()