| Package | Description |
|---|---|
| org.openingo.jdkits.tree |
| Modifier and Type | Method and Description |
|---|---|
static TreeBuilder.RootNode |
TreeBuilder.RootNode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeBuilder.RootNode[] |
TreeBuilder.RootNode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <E extends ITreeNode<E>> |
TreeBuilder.buildTree(TreeBuilder.RootNode rootNode,
List<E> entityList)
解析树形数据
|
static <E extends ITreeNode<E>> |
TreeBuilder.buildTree(TreeBuilder.RootNode rootNode,
List<E> entityList,
Comparator<? super E> comparator)
解析树形数据
|
Copyright © 2021. All rights reserved.