public interface ArrayMerger
Modifier and Type | Method and Description |
---|---|
<T> T[] |
mergeArrays(Class<T> type,
T[]... arraysToMerge)
Merge arrays of a specific type.
|
<T> T[] mergeArrays(Class<T> type, T[]... arraysToMerge)
Copyright © 2019. All rights reserved.