public static interface TreeUtil.TreeMapper<T,R>
void
addChild(T parent, T child)
R
getId(T t)
getParentId(T t)
boolean
isRoot(T t)
R getId(T t)
R getParentId(T t)
void addChild(T parent, T child)
boolean isRoot(T t)