PARENT
- the generic type of the parent. Typically a self reference (see TreeNode
).public interface Node<PARENT>
parent
.Modifier and Type | Method and Description |
---|---|
PARENT |
getParent()
This method gets the parent of this node.
|
PARENT getParent()
null
(e.g. for the root node of a tree).Copyright © 2001–2016 mmm-Team. All rights reserved.