Package | Description |
---|---|
ai.yue.library.base.constant |
常量
|
ai.yue.library.base.util |
提供各种工具方法,按照归类入口为XXXUtils,如字符串工具StringUtils等
|
Modifier and Type | Method and Description |
---|---|
static MaxOrMinEnum |
MaxOrMinEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaxOrMinEnum[] |
MaxOrMinEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<com.alibaba.fastjson.JSONObject> |
ListUtils.distinctCountSortSelectKeep(List<com.alibaba.fastjson.JSONObject> list,
String distinctKey,
SortEnum sortEnum,
String keepKey,
MaxOrMinEnum maxOrMinEnum)
List-JSONObject集合——去重、统计、排序与元素选择性保留
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.