public class SetUtils extends Object
SetUtils()
static <T> Set<T>
asArray(T[] array)
asList(List<T> list)
static Set<String>
asString(String str, String regex)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SetUtils()
public static <T> Set<T> asArray(T[] array)
public static <T> Set<T> asList(List<T> list)
public static Set<String> asString(String str, String regex)
Copyright © 2023 EFCloud. All rights reserved.