cn.dreampie.common.tree
类 Treer
java.lang.Object
cn.dreampie.common.tree.Treer
public class Treer
- extends Object
- 作者:
- Dreampie
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Treer
public Treer()
toTree
public static List toTree(List params)
toTreeLevel
public static List toTreeLevel(List params,
int level)
toTree
public static List toTree(List params,
long pid)
- 无限级树形结构
- 参数:
params - paramspid - pid
- 返回:
- list
toTreeLevel
public static List toTreeLevel(List params,
long pid,
int level)
- 两级树形数据
- 参数:
params - paramspid - pidlevel - level
- 返回:
- list
Copyright © 2017. All rights reserved.