类 Lists

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

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

    • Lists

      public Lists()
  • 方法详细资料

    • newArrayList

      public static <E> ArrayList<E> newArrayList()
    • newArrayList

      public static <E> ArrayList<E> newArrayList(E... elements)