public abstract class BooleanValue extends Value
| Modifier and Type | Field and Description |
|---|---|
static BooleanValue |
FALSE |
static BooleanValue |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
booleanValue() |
abstract int |
compareTo(BooleanValue other) |
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) |
NumberType |
numberType() |
ValueGroup |
valueGroup() |
asObject, asObjectCopy, equals, equals, isNaN, prettyPrint, ternaryEquals, writeTo, writeToequals, hashCode, isSequenceValuepublic static final BooleanValue TRUE
public static final BooleanValue FALSE
public ValueGroup valueGroup()
valueGroup in class Valuepublic abstract boolean booleanValue()
public abstract int compareTo(BooleanValue other)
public NumberType numberType()
numberType in class ValueCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.