Package fr.formiko.usuel.structures
Class Node<T>
java.lang.Object
fr.formiko.usuel.structures.Node<T>
- All Implemented Interfaces:
Serializable
Node Object extends by listeNode & TreeNode.
It have some getter that can be used only if it's a list node or only if it's a tree node.
It have some getter that can be used only if it's a list node or only if it's a tree node.
- Author:
- Hydrolien
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Node
public Node()
-
-
Method Details
-
getChildren
-