Answer:
With Guava, you can use either
int[] all = Ints.concat(originalArray);
or
int[] all = Ints.concat(a, b, c);
Step-by-step explanation:
Use GUAVA
9.3m questions
12.0m answers