public class ArrayUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
concat(T[] first,
T[]... rest)
Concatenates the specified arrays.
|
public static <T> T[] concat(T[] first, T[]... rest)
T
- The array type.first
- The first array. Must not be null
.rest
- The remaining arrays.Copyright © 2017 Connect2id Ltd.. All rights reserved.