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, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildren, getParent, isAncestor, isDescendantpublic 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.