|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.common.utils.ArrayUtils
public final class ArrayUtils
Array utils.
| Method Summary | ||
|---|---|---|
static
|
arrayMerge(T[]... arrays)
Merges any number of Array. |
|
static
|
intersect(T[]... arrays)
Method for intersecting arrays elements. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> T[] arrayMerge(T[]... arrays)
Comes from : http://forum.java.sun.com/thread.jspa?threadID=202127&messageID=676603
arrays - several arrays
public static <T> T[] intersect(T[]... arrays)
This method will keep the initial order of elements (as found in the first array).
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||