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