public abstract class CypherBoolean extends CypherValue
Modifier and Type | Field and Description |
---|---|
static CypherBoolean |
FALSE
Driver传输Boolean.FALSE值的默认对象。
|
static CypherBoolean |
TRUE
Driver传输Boolean.TRUE值的默认对象。
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
booleanValue()
获取当前对象的boolean值。
|
asObjectCopy
getMemorySize
public static final CypherBoolean TRUE
public static final CypherBoolean FALSE