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
5.3m questions
6.9m answers