public abstract class ShortArray extends ArrayValue
SequenceValue.IterationPreference| Constructor and Description |
|---|
ShortArray() |
| Modifier and Type | Method and Description |
|---|---|
Object |
asObject()
Deprecated.
|
Object |
asObjectCopy()
Return this value as a regular java boxed primitive, String or primitive array.
|
int |
compareTo(org.neo4j.values.storable.FloatingPointArray other) |
int |
compareTo(org.neo4j.values.storable.IntegralArray other) |
int |
computeHash() |
boolean |
eq(Object other) |
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) |
boolean |
equals(Value other) |
int |
length() |
long |
longValue(int index) |
NumberType |
numberType() |
String |
prettyPrint()
Returns a json-like string representation of the current value.
|
AnyValue |
value(int offset) |
ValueGroup |
valueGroup() |
<E extends Exception> |
writeTo(ValueWriter<E> writer) |
equals, equals, equals, isSequenceValue, iterationPreference, iteratorisNaN, ternaryEquals, writeTogetClass, notify, notifyAll, toString, wait, wait, waitcompareToSequence, compareUsingIterators, compareUsingRandomAccess, equals, equalsUsingIterators, equalsUsingRandomAccess, ternaryEquality, ternaryEqualsUsingIterators, ternaryEqualsUsingRandomAccessforEach, spliteratorpublic int length()
length in interface SequenceValuelength in class ArrayValuepublic long longValue(int index)
public int computeHash()
public <E extends Exception> void writeTo(ValueWriter<E> writer) throws E extends Exception
public Object asObjectCopy()
ValueasObjectCopy in class Value@Deprecated public Object asObject()
Valuepublic String prettyPrint()
ValueprettyPrint in class Valuepublic AnyValue value(int offset)
public int compareTo(org.neo4j.values.storable.IntegralArray other)
public int compareTo(org.neo4j.values.storable.FloatingPointArray other)
public NumberType numberType()
numberType in class Valuepublic ValueGroup valueGroup()
valueGroup in class ValueCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.