Package org.jxmpp.util
Class ArraysUtil
java.lang.Object
org.jxmpp.util.ArraysUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
concatenate
(T arrayOne, T arrayTwo) Concatenate two arrays.
-
Constructor Details
-
ArraysUtil
public ArraysUtil()
-
-
Method Details
-
concatenate
Concatenate two arrays.- Type Parameters:
T
- the type of the arrays.- Parameters:
arrayOne
- the first input array.arrayTwo
- the second input array.- Returns:
- a new array where the first and second array are concatenated.
-