public class TreeUtils
extends Object 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
TreeUtils
public TreeUtils()
 
 
- 
Method Details
- 
find
public static <N extends Node<N> & Idable> N find(N root,
 int id) 
 
- 
 
- 
tree
public static <N extends Node<N> & Idable> N tree(List<N> list,
 int id)