public interface Node<N extends Node<N>> extends TreeNode<N>
Modifier and Type | Method and Description |
---|---|
int |
getParentId() |
void |
setChildren(java.util.List<N> children) |
getChildren
void setChildren(java.util.List<N> children)
int getParentId()