T - the node typepublic interface TreeNode<T extends TreeNode<T>>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getChildren()
Get the children of this node in the
Tree. |
T |
getParent()
Get the parent of this node in the
Tree. |
Copyright © 2015–2022 ImgLib2. All rights reserved.