public class ArrayUtils extends Object
@SafeVarargs public static <T> int getLength(T... array)
@SafeVarargs public static <T> boolean isEmpty(T... targets)
public static boolean notEmpty(Object... targets)
@SafeVarargs public static <T> List<T> toList(T... targets)
public static int size(Object... targets)
public static <T> T[] merge(Collection<T> coll, T... appends)
Copyright © 2022. All rights reserved.