Package org.apache.groovy.util
Class Arrays
java.lang.Object
org.apache.groovy.util.Arrays
public class Arrays
extends java.lang.Object
Array utilities.
- Since:
- 3.0.0
- 
Method SummaryModifier and Type Method Description static <T> T[]concat(T[]... arrays)Concatenate arrays and ignore null arrayMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Method Details- 
concatpublic static <T> T[] concat(T[]... arrays)Concatenate arrays and ignore null array- Type Parameters:
- T- array component type
- Parameters:
- arrays- arrays to merge
- Returns:
- the concatenated array
 
 
-