JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
cool.scx.common.tree
ScxTreeVisitor
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
handle(List, T)
Interface ScxTreeVisitor<
T extends
ScxTree
<T>
>
public interface
ScxTreeVisitor<T extends
ScxTree
<T>>
树 访问器
Version:
0.0.1
Author:
scx567888
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handle
(
List
<
T
> parents,
T
currentScxTree)
访问器
Method Details
handle
void
handle
(
List
<
T
> parents,
T
currentScxTree)
访问器
Parameters:
parents
- 所有父节点
currentScxTree
- 当前节点