NODE
- is the generic type for self-references. Each sub-type of this class should specialize this type to
itself.public abstract class AbstractTreeNode<NODE extends TreeNode<NODE>> extends AbstractGenericTreeNode<NODE,NODE> implements TreeNode<NODE>
TreeNode
interface.Constructor and Description |
---|
AbstractTreeNode()
The constructor.
|
AbstractTreeNode(ListFactory listFactory)
The constructor.
|
AbstractTreeNode(NODE parent)
The constructor.
|
AbstractTreeNode(NODE parent,
ListFactory listFactory)
The constructor.
|
addChild, addChild, getChildren, getMutableChildList, getParent, isAncestor, isDescendant, removeChild, removeChild, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildren, getParent, isAncestor, isDescendant
public AbstractTreeNode()
public AbstractTreeNode(NODE parent)
parent
- is the parent
node.public AbstractTreeNode(ListFactory listFactory)
listFactory
- the factory used to create the internal List
.public AbstractTreeNode(NODE parent, ListFactory listFactory)
Copyright © 2001–2016 mmm-Team. All rights reserved.