public final class CompiledEquivalenceUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(Object lhs,
Object rhs)
Checks if two objects are equal according to Cypher semantics
|
static int |
hashCode(boolean value)
Calculate hash code of a boolean value
|
static int |
hashCode(boolean[] array)
Calculate hash code of a boolean[] value
|
static int |
hashCode(byte[] array)
Calculate hash code of a byte[] value
|
static int |
hashCode(char value)
Calculate hash code of a char value
|
static int |
hashCode(char[] array)
Calculate hash code of a char[] value
|
static int |
hashCode(double[] array)
Calculate hash code of a double[] value
|
static int |
hashCode(float[] array)
Calculate hash code of a float[] value
|
static int |
hashCode(int[] array)
Calculate hash code of a int[] value
|
static int |
hashCode(List<?> list)
Calculate hash code of a list value
|
static int |
hashCode(long value)
Calculate hash code of a long value
|
static int |
hashCode(long[] array)
Calculate hash code of a long[] value
|
static int |
hashCode(Map<String,Object> map)
Calculate hash code of a map
|
static int |
hashCode(Object element)
Calculates hash code of a given object
|
static int |
hashCode(Object[] array)
Calculate hash code of a Object[] value
|
static int |
hashCode(short[] array)
Calculate hash code of a short[] value
|
public static boolean equals(Object lhs, Object rhs)
lhs - the left-hand side to checkrhs - the right-hand sid to checkpublic static int hashCode(Object element)
element - the element to calculate hash code forpublic static int hashCode(Map<String,Object> map)
map - the element to calculate hash code forpublic static int hashCode(long value)
value - the value to compute hash code forpublic static int hashCode(boolean value)
value - the value to compute hash code forpublic static int hashCode(char value)
value - the value to compute hash code forpublic static int hashCode(char[] array)
array - the value to compute hash code forpublic static int hashCode(List<?> list)
list - the value to compute hash code forpublic static int hashCode(Object[] array)
array - the value to compute hash code forpublic static int hashCode(byte[] array)
array - the value to compute hash code forpublic static int hashCode(short[] array)
array - the value to compute hash code forpublic static int hashCode(int[] array)
array - the value to compute hash code forpublic static int hashCode(long[] array)
array - the value to compute hash code forpublic static int hashCode(float[] array)
array - the value to compute hash code forpublic static int hashCode(double[] array)
array - the value to compute hash code forpublic static int hashCode(boolean[] array)
array - the value to compute hash code forCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.