Searched defs:concatElements (Results 1 – 2 of 2) sorted by relevance
82 public static <T> T[] concatElements(Class<T> kind, @Nullable T[]... arrays) { in concatElements() method in ArrayUtils
324 public static @NonNull <T> T[] concatElements(Class<T> kind, @Nullable T[] a, @Nullable T[] b) { in concatElements() method in ArrayUtils