public final class ArrayUtil extends Object
Modifier and Type | Method and Description |
---|---|
static <T> Set<T> |
asSet(T... items) |
static boolean |
equalsIgnorePosition(Object[] arr1,
Object[] arr2)
Compare two arrays regardless of the position of the elements
in the arrays.
|
public static boolean equalsIgnorePosition(Object[] arr1, Object[] arr2)
arr1
- arr2
- public static <T> Set<T> asSet(T... items)
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.