public interface Node<NODE extends Node> extends Serializable
Modifier and Type | Method and Description |
---|---|
List<NODE> |
getChildren()
Return this node's children, if any, in ranked order
|
NODE |
getParent()
Get the parent node
|
List<NODE> |
getSiblings()
Get the siblings of this node.
|
Copyright © 2010–2016. All rights reserved.