public class Arrays extends Object
Array utilities.
| Type Params | Return Type | Name and description | 
|---|---|---|
| <T> | public static T[] | concat(T[] arrays)Concatenate arrays and ignore null array | 
Concatenate arrays and ignore null array
arrays -  arrays to mergeT -  array component type