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