public class TreeNode extends Object
Constructor and Description |
---|
TreeNode(Key key,
long left,
long right) |
Modifier and Type | Method and Description |
---|---|
Key |
getKey() |
long |
getLeft() |
long |
getRight() |
void |
setLeft(long left) |
void |
setRight(long right) |
String |
toString() |
public TreeNode(Key key, long left, long right)
Copyright © 2015. All rights reserved.