public class EdgeReference extends VirtualValue
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
int |
computeHash() |
boolean |
equals(VirtualValue other) |
long |
id() |
String |
toString() |
VirtualValueGroup |
valueGroup() |
<E extends Exception> |
writeTo(AnyValueWriter<E> writer) |
eq, ternaryEqualsequals, hashCode, isSequenceValuepublic <E extends Exception> void writeTo(AnyValueWriter<E> writer) throws E extends Exception
public long id()
public int compareTo(VirtualValue other, Comparator<AnyValue> comparator)
compareTo in class VirtualValuepublic int computeHash()
public boolean equals(VirtualValue other)
equals in class VirtualValuepublic VirtualValueGroup valueGroup()
valueGroup in class VirtualValueCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.