public final class IntValue extends IntegralValue
| Modifier and Type | Method and Description |
|---|---|
Object |
asObjectCopy()
Return this value as a regular java boxed primitive, String or primitive array.
|
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) |
long |
longValue() |
String |
prettyPrint()
Returns a json-like string representation of the current value.
|
String |
toString() |
int |
value() |
<E extends Exception> |
writeTo(ValueWriter<E> writer) |
compareTo, compareTo, computeHash, doubleValue, eq, equals, numberTypeequals, equals, equals, valueGroupasObject, isNaN, ternaryEquals, writeToequals, hashCode, isSequenceValuepublic int value()
public long longValue()
longValue in class NumberValuepublic <E extends Exception> void writeTo(ValueWriter<E> writer) throws E extends Exception
public Object asObjectCopy()
ValueasObjectCopy in class Valuepublic String prettyPrint()
ValueprettyPrint in class ValueCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.