public class TreeUtils
extends java.lang.Object
Constructor and Description |
---|
TreeUtils() |
Modifier and Type | Method and Description |
---|---|
static <N extends Node<N> & Idable> |
find(N root,
int id) |
static <N extends Node<N> & Idable> |
tree(java.util.List<N> list,
int id) |
static <N extends Node<N> & Idable> |
tree(java.util.List<N> list,
N root) |