public abstract class AnyValue extends Object
| Constructor and Description |
|---|
AnyValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
isSequenceValue() |
abstract Boolean |
ternaryEquals(AnyValue other) |
abstract <E extends Exception> |
writeTo(AnyValueWriter<E> writer) |
public abstract <E extends Exception> void writeTo(AnyValueWriter<E> writer) throws E extends Exception
E extends Exceptionpublic boolean isSequenceValue()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.