java.lang.Object
com.aoapps.hodgepodge.tree.NodeCopy<E>
- All Implemented Interfaces:
Node<E>
Creates a copy of a Node.
- Author:
- AO Industries, Inc.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NodeCopy
- Throws:
IOExceptionSQLException
-
NodeCopy
- Throws:
IOExceptionSQLException
-
-
Method Details
-
getChildren
Description copied from interface:NodeGets the list of direct children of this node. If this node cannot have children then returnnull. If this node can have children but there are none, return an empty List.- Specified by:
getChildrenin interfaceNode<E>
-
getValue
Description copied from interface:NodeGets the value contained in this node. Comparisons of this value will be performed using the equals method.
-
