接口的使用
cool.scx.util.tree.ScxTreeModel
使用ScxTreeModel的程序包
-
cool.scx.util.tree中ScxTreeModel的使用
类型参数类型为ScxTreeModel的cool.scx.util.tree中的类类型参数类型为ScxTreeModel的cool.scx.util.tree中的方法修饰符和类型方法说明static <T extends ScxTreeModel<T>>
List<T>ScxTreeUtils.listToTree(List<T> list) 将 list 类型数据转换为 树形结构 (默认忽略孤儿节点)static <T extends ScxTreeModel<T>>
List<T>ScxTreeUtils.listToTree(List<T> list, boolean ignoreOrphans) 将 list 类型数据转换为 树形结构