public class ArrayHelper extends Object
Constructor and Description |
---|
ArrayHelper() |
Modifier and Type | Method and Description |
---|---|
static <TItemType> |
merge(TItemType[] first,
TItemType[] second)
Merges two arrays
|
@CheckForNull public static <TItemType> TItemType[] merge(@CheckForNull TItemType[] first, @CheckForNull TItemType[] second)
TItemType
- Type of the itemsfirst
- First arraysecond
- Second arrayCopyright © 2016–2021. All rights reserved.