public final class ArrayUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
arrayMerge(T[]... arrays)
Merges any number of Array.
|
static <T> T[] |
intersect(T[]... arrays)
Method for intersecting arrays elements.
|
public static <T> T[] arrayMerge(T[]... arrays)
Comes from : http://forum.java.sun.com/thread.jspa?threadID=202127&messageID=676603
arrays
- several arrayspublic static <T> T[] intersect(T[]... arrays)
This method will keep the initial order of elements (as found in the first array).
Copyright © 2015 Nuxeo SA. All rights reserved.