java.lang.Object
cn.herodotus.stirrup.core.foundation.utils.type.ArrayUtils

public class ArrayUtils extends Object

Description: 数组工具类

作者:
: gengwei.zheng
Date:
: 2023/5/3 23:12
  • 构造器详细资料

    • ArrayUtils

      public ArrayUtils()
  • 方法详细资料

    • toStringList

      public static List<String> toStringList(String[] array)
      将字符串数组转换成字符串List
      参数:
      array - 字符串数组
      返回:
      字符串List