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
-
Method Summary
-
Constructor Details
-
NodeCopy
- Throws:
IOException
SQLException
-
NodeCopy
- Throws:
IOException
SQLException
-
-
Method Details
-
getChildren
Description copied from interface:Node
Gets 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:
getChildren
in interfaceNode<E>
-
getValue
Description copied from interface:Node
Gets the value contained in this node. Comparisons of this value will be performed using the equals method.
-