Modifier and Type | Class and Description |
---|---|
static interface |
ArrayUtil.ArrayEquality |
Modifier and Type | Field and Description |
---|---|
static ArrayUtil.ArrayEquality |
DEFAULT_ARRAY_EQUALITY |
Modifier and Type | Method and Description |
---|---|
static Object |
clone(Object array) |
static boolean |
equals(Object firstArray,
Object otherArray) |
static boolean |
equals(Object firstArray,
Object otherArray,
ArrayUtil.ArrayEquality equality)
I also can't believe this method is missing from
Arrays . |
static int |
hashCode(Object array) |
static String |
toString(Object array)
I can't believe this method is missing from
Arrays . |
public static final ArrayUtil.ArrayEquality DEFAULT_ARRAY_EQUALITY
public static String toString(Object array)
Arrays
.for similar functionality.
public static int hashCode(Object array)
public static boolean equals(Object firstArray, Object otherArray, ArrayUtil.ArrayEquality equality)
Arrays
.
Both arguments must be arrays of some type.firstArray
- value to compare to the other valueotherArray
- value to compare to the first valueequality
- equality logicfor similar functionality.
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.