T - the type of the payloadpublic interface ITreeNode<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ITreeVisitor<T> visitor) |
java.util.List<ITreeNode<T>> |
getChildren() |
ITreeNode<T> |
getParent() |
T |
getValue() |
java.util.List<ITreeNode<T>> getChildren()
T getValue()
void accept(ITreeVisitor<T> visitor)
visitor - a tree node visitor