The root of the tree has the largest node height of all nodes in the tree. @return the root of the tree.
()
| 272 | * @return the root of the tree. |
| 273 | */ |
| 274 | public Node getRootNode() { |
| 275 | return rootNode; |
| 276 | } |
| 277 | |
| 278 | |
| 279 | /** |
no outgoing calls
no test coverage detected