public final class NumberValues extends Object
Also compares Value typed number arrays.
| Modifier and Type | Method and Description |
|---|---|
static int |
compareBooleanArrays(BooleanArray a,
BooleanArray b) |
static int |
compareDoubleAgainstLong(double lhs,
long rhs) |
static int |
compareFloatArrays(org.neo4j.values.storable.FloatingPointArray a,
org.neo4j.values.storable.FloatingPointArray b) |
static int |
compareIntegerArrays(org.neo4j.values.storable.IntegralArray a,
org.neo4j.values.storable.IntegralArray b) |
static int |
compareIntegerVsFloatArrays(org.neo4j.values.storable.IntegralArray a,
org.neo4j.values.storable.FloatingPointArray b) |
static int |
compareLongAgainstDouble(long lhs,
double rhs) |
static int |
hash(boolean[] value) |
static int |
hash(byte[] values) |
static int |
hash(char[] values) |
static int |
hash(double number) |
static int |
hash(double[] values) |
static int |
hash(float[] values) |
static int |
hash(int[] values) |
static int |
hash(long number) |
static int |
hash(long[] values) |
static int |
hash(short[] values) |
static boolean |
numbersEqual(double fpn,
long in) |
static boolean |
numbersEqual(org.neo4j.values.storable.FloatingPointArray lhs,
org.neo4j.values.storable.FloatingPointArray rhs) |
static boolean |
numbersEqual(org.neo4j.values.storable.FloatingPointArray fps,
org.neo4j.values.storable.IntegralArray ins) |
static boolean |
numbersEqual(org.neo4j.values.storable.IntegralArray lhs,
org.neo4j.values.storable.IntegralArray rhs) |
public static int hash(long number)
public static int hash(double number)
public static int hash(byte[] values)
public static int hash(short[] values)
public static int hash(char[] values)
public static int hash(int[] values)
public static int hash(long[] values)
public static int hash(float[] values)
public static int hash(double[] values)
public static int hash(boolean[] value)
public static boolean numbersEqual(double fpn,
long in)
public static int compareDoubleAgainstLong(double lhs,
long rhs)
public static int compareLongAgainstDouble(long lhs,
double rhs)
public static boolean numbersEqual(org.neo4j.values.storable.IntegralArray lhs,
org.neo4j.values.storable.IntegralArray rhs)
public static boolean numbersEqual(org.neo4j.values.storable.FloatingPointArray lhs,
org.neo4j.values.storable.FloatingPointArray rhs)
public static boolean numbersEqual(org.neo4j.values.storable.FloatingPointArray fps,
org.neo4j.values.storable.IntegralArray ins)
public static int compareIntegerArrays(org.neo4j.values.storable.IntegralArray a,
org.neo4j.values.storable.IntegralArray b)
public static int compareIntegerVsFloatArrays(org.neo4j.values.storable.IntegralArray a,
org.neo4j.values.storable.FloatingPointArray b)
public static int compareFloatArrays(org.neo4j.values.storable.FloatingPointArray a,
org.neo4j.values.storable.FloatingPointArray b)
public static int compareBooleanArrays(BooleanArray a, BooleanArray b)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.