public abstract class AbstractTreeBuildFactory<T> extends Object
AbstractTreeBuildFactory()
protected abstract List<T>
afterBuild(List<T> nodes)
beforeBuild(List<T> nodes)
List<T>
doTreeBuild(List<T> nodes)
executeBuilding(List<T> nodes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractTreeBuildFactory()
public List<T> doTreeBuild(List<T> nodes)
protected abstract List<T> beforeBuild(List<T> nodes)
protected abstract List<T> executeBuilding(List<T> nodes)
protected abstract List<T> afterBuild(List<T> nodes)
Copyright © 2019. All rights reserved.