public abstract class AbstractTreeBuildFactory<T> extends Object
Constructor and Description |
---|
AbstractTreeBuildFactory() |
Modifier and Type | Method and Description |
---|---|
protected abstract List<T> |
afterBuild(List<T> nodes)
构建之后的处理工作
|
protected abstract List<T> |
beforeBuild(List<T> nodes)
构建之前的处理工作
|
List<T> |
doTreeBuild(List<T> nodes)
树节点构建整体过程
|
protected abstract List<T> |
executeBuilding(List<T> nodes)
具体的构建过程
|
Copyright © 2018. All rights reserved.