public abstract class BooleanArray extends ArrayValue
SequenceValue.IterationPreference| Constructor and Description |
|---|
BooleanArray() |
| Modifier and Type | Method and Description |
|---|---|
Object |
asObject()
Deprecated.
|
Object |
asObjectCopy()
Return this value as a regular java boxed primitive, String or primitive array.
|
boolean |
booleanValue(int offset) |
int |
compareTo(BooleanArray 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() |
NumberType |
numberType() |
String |
prettyPrint()
Returns a json-like string representation of the current value.
|
AnyValue |
value(int position) |
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 boolean booleanValue(int offset)
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 int compareTo(BooleanArray other)
public ValueGroup valueGroup()
valueGroup in class Valuepublic NumberType numberType()
numberType in class Valuepublic String prettyPrint()
ValueprettyPrint in class Valuepublic AnyValue value(int position)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.