public abstract class NumberValue extends Value
| Constructor and Description |
|---|
NumberValue() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
doubleValue() |
boolean |
equals(boolean x) |
boolean |
equals(boolean[] x) |
boolean |
equals(byte[] x) |
boolean |
equals(char 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(String[] x) |
abstract long |
longValue() |
ValueGroup |
valueGroup() |
asObject, asObjectCopy, eq, equals, isNaN, numberType, prettyPrint, ternaryEquals, writeTo, writeToequals, hashCode, isSequenceValuepublic abstract double doubleValue()
public abstract long longValue()
public ValueGroup valueGroup()
valueGroup in class ValueCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.