Package com.nimbusds.jose.util
Class ArrayUtils
java.lang.Object
com.nimbusds.jose.util.ArrayUtils
Array utilities.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T[]
concat
(T[] first, T[]... rest) Concatenates the specified arrays.
-
Method Details
-
concat
Concatenates the specified arrays.- Type Parameters:
T
- The array type.- Parameters:
first
- The first array. Must not benull
.rest
- The remaining arrays.- Returns:
- The resulting array.
-