|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.util.ArrayUtil
public final class ArrayUtil
| Method Summary | ||
|---|---|---|
static
|
asSet(T... items)
|
|
static boolean |
equalsIgnorePosition(java.lang.Object[] arr1,
java.lang.Object[] arr2)
Compare two arrays regardless of the position of the elements in the arrays. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean equalsIgnorePosition(java.lang.Object[] arr1,
java.lang.Object[] arr2)
arr1 - arr2 -
public static <T> java.util.Set<T> asSet(T... items)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||