类 ArrayUtils

java.lang.Object
org.babyfish.jimmer.sql.ast.impl.util.ArrayUtils

public class ArrayUtils extends Object
  • 方法详细资料

    • toObject

      public static Object[] toObject(Object arr)
    • toObject

      public static Boolean[] toObject(boolean[] arr)
    • toObject

      public static Character[] toObject(char[] arr)
    • toObject

      public static Byte[] toObject(byte[] arr)
    • toObject

      public static Short[] toObject(short[] arr)
    • toObject

      public static Integer[] toObject(int[] arr)
    • toObject

      public static Long[] toObject(long[] arr)
    • toObject

      public static Float[] toObject(float[] arr)
    • toObject

      public static Double[] toObject(double[] arr)