public class SetUtils extends CollectionUtils
| 构造器和说明 |
|---|
SetUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> Set<T> |
asArray(T[] array)
将数组转为LinkedHashSet
|
static <T> Set<T> |
asList(List<T> list)
将List转为LinkedHashSet
|
static Set<String> |
asString(String str,
String regex)
切割字符串并返回Set
|
batch, batch, getElement, getFirstElement, getLastElement, isEmpty, notEmpty, sizeCopyright © 2025 EFCloud. All rights reserved.