public abstract class IntegralValue extends NumberValue
| Constructor and Description |
|---|
IntegralValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FloatingPointValue other) |
int |
compareTo(IntegralValue other) |
int |
computeHash() |
double |
doubleValue() |
boolean |
eq(Object other) |
boolean |
equals(boolean[] x) |
boolean |
equals(byte[] x) |
boolean |
equals(char[] x) |
boolean |
equals(double[] x) |
boolean |
equals(float[] x) |
boolean |
equals(int[] x) |
boolean |
equals(long[] x) |
boolean |
equals(short[] x) |
boolean |
equals(String[] x) |
boolean |
equals(Value other) |
NumberType |
numberType() |
equals, equals, equals, longValue, valueGroupasObject, asObjectCopy, isNaN, prettyPrint, ternaryEquals, writeTo, writeToequals, hashCode, isSequenceValuepublic final int computeHash()
public int compareTo(IntegralValue other)
public int compareTo(FloatingPointValue other)
public NumberType numberType()
numberType in class Valuepublic double doubleValue()
doubleValue in class NumberValueCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.