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
8.8m questions
11.4m answers