类 Sets
java.lang.Object
com.lark.oapi.core.utils.Sets
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <K> HashSet<K> static <E> HashSet<E> newHashSet(E... elements) static <E> SortedSet<E> static <E> SortedSet<E> newSortedSet(E... elements)
-
构造器详细资料
-
Sets
public Sets()
-
-
方法详细资料
-
newHashSet
-
newHashSet
-
newSortedSet
-
newSortedSet
-