Class Tree<T>
java.lang.Object
org.springframework.statemachine.support.tree.Tree<T>
- Type Parameters:
T
- the type of node data
Utility class which can be used to represent a tree based data structure.
This tree utility is not very generic and needs to be used as it's meant to
be.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Tree
public Tree()
-
-
Method Details
-
getRoot
-
add
-