Exemplo n.º 1
0
 /** Sorts the tree. */
 public void sortTree() {
   tree.sort();
 }