Uses of Class
org.miaixz.bus.core.tree.LambdaNodeConfig
Packages that use LambdaNodeConfig
-
Uses of LambdaNodeConfig in org.miaixz.bus.core.tree
Methods in org.miaixz.bus.core.tree that return LambdaNodeConfigModifier and TypeMethodDescriptionLambdaNodeConfig.setChildrenKeyFun(FunctionX<T, List<T>> childrenKeyFun) 设置子节点名称方法LambdaNodeConfig.setIdKeyFun(FunctionX<T, R> idKeyFun) 设置ID方法LambdaNodeConfig.setNameKeyFun(FunctionX<T, CharSequence> nameKeyFun) 设置节点名称方法LambdaNodeConfig.setParentIdKeyFun(FunctionX<T, R> parentIdKeyFun) 设置父ID方法LambdaNodeConfig.setWeightKeyFun(FunctionX<T, Comparable<?>> weightKeyFun) 设置权重方法