T - the type of the payloadpublic interface ITreeNode<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ITreeVisitor<T> visitor) |
List<ITreeNode<T>> |
getChildren() |
ITreeNode<T> |
getParent() |
T |
getValue() |
Copyright © 2020. All rights reserved.