public abstract class TextArray extends ArrayValue
SequenceValue.IterationPreference| Constructor and Description |
|---|
TextArray() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TextArray other) |
boolean |
equals(boolean[] x) |
boolean |
equals(byte[] x) |
boolean |
equals(double[] x) |
boolean |
equals(float[] x) |
boolean |
equals(int[] x) |
boolean |
equals(long[] x) |
boolean |
equals(short[] x) |
NumberType |
numberType() |
abstract String |
stringValue(int offset) |
ValueGroup |
valueGroup() |
equals, equals, equals, isSequenceValue, iterationPreference, iterator, lengthasObject, asObjectCopy, eq, equals, equals, equals, isNaN, prettyPrint, ternaryEquals, writeTo, writeTogetClass, notify, notifyAll, toString, wait, wait, waitcompareToSequence, compareUsingIterators, compareUsingRandomAccess, equals, equalsUsingIterators, equalsUsingRandomAccess, ternaryEquality, ternaryEqualsUsingIterators, ternaryEqualsUsingRandomAccess, valueforEach, spliteratorpublic abstract String stringValue(int offset)
public int compareTo(TextArray other)
public ValueGroup valueGroup()
valueGroup in class Valuepublic NumberType numberType()
numberType in class ValueCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.