Package cool.scx.common.util.tree
Interface ScxTreeVisitor<T extends ScxTree<T>>
public interface ScxTreeVisitor<T extends ScxTree<T>>
树 访问器
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
-
Method Details
-
handle
访问器- Parameters:
parents- 所有父节点currentScxTree- 当前节点
-