public abstract class Value extends AnyValue
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
Object |
asObject()
Return this value as a regular java boxed primitive, String or primitive array.
|
abstract Object |
asObjectCopy()
Return this value as a regular java boxed primitive, String or primitive array.
|
boolean |
eq(Object other) |
abstract boolean |
equals(boolean x) |
abstract boolean |
equals(boolean[] x) |
abstract boolean |
equals(byte[] x) |
abstract boolean |
equals(char x) |
abstract boolean |
equals(char[] x) |
abstract boolean |
equals(double[] x) |
abstract boolean |
equals(float[] x) |
abstract boolean |
equals(int[] x) |
abstract boolean |
equals(long[] x) |
abstract boolean |
equals(short[] x) |
abstract boolean |
equals(String x) |
abstract boolean |
equals(String[] x) |
abstract boolean |
equals(Value other) |
boolean |
isNaN() |
abstract NumberType |
numberType() |
abstract String |
prettyPrint()
Returns a json-like string representation of the current value.
|
Boolean |
ternaryEquals(AnyValue other) |
abstract ValueGroup |
valueGroup() |
<E extends Exception> |
writeTo(AnyValueWriter<E> writer) |
abstract <E extends Exception> |
writeTo(ValueWriter<E> writer) |
equals, hashCode, isSequenceValuepublic boolean eq(Object other)
public abstract boolean equals(Value other)
public abstract boolean equals(byte[] x)
public abstract boolean equals(short[] x)
public abstract boolean equals(int[] x)
public abstract boolean equals(long[] x)
public abstract boolean equals(float[] x)
public abstract boolean equals(double[] x)
public abstract boolean equals(boolean x)
public abstract boolean equals(boolean[] x)
public abstract boolean equals(char x)
public abstract boolean equals(String x)
public abstract boolean equals(char[] x)
public abstract boolean equals(String[] x)
public Boolean ternaryEquals(AnyValue other)
ternaryEquals in class AnyValuepublic <E extends Exception> void writeTo(AnyValueWriter<E> writer) throws E extends Exception
public abstract <E extends Exception> void writeTo(ValueWriter<E> writer) throws E extends Exception
E extends Exceptionpublic abstract Object asObjectCopy()
public Object asObject()
public abstract String prettyPrint()
public abstract ValueGroup valueGroup()
public abstract NumberType numberType()
public boolean isNaN()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.