类 Sets

java.lang.Object
com.lark.oapi.core.utils.Sets

public class Sets extends Object
  • 构造器详细资料

    • Sets

      public Sets()
  • 方法详细资料

    • newHashSet

      public static <K> HashSet<K> newHashSet()
    • newHashSet

      public static <E> HashSet<E> newHashSet(E... elements)
    • newSortedSet

      public static <E> SortedSet<E> newSortedSet()
    • newSortedSet

      public static <E> SortedSet<E> newSortedSet(E... elements)