Uses of Interface
com.codeupsoft.base.common.utils.TreeUtils.TreeChildrenSetter
Packages that use TreeUtils.TreeChildrenSetter
-
Uses of TreeUtils.TreeChildrenSetter in com.codeupsoft.base.common.utils
Methods in com.codeupsoft.base.common.utils with parameters of type TreeUtils.TreeChildrenSetterModifier and TypeMethodDescriptionstatic <T> List<T> TreeUtils.listToTree(List<T> list, Function<T, Object> idGetter, Function<T, Object> parentIdGetter, TreeUtils.TreeChildrenSetter<T> childrenSetter, Object rootParentId) 将列表结构转换为树形结构.