public final class PathValue extends VirtualValue
| Modifier and Type | Method and Description |
|---|---|
ListValue |
asList() |
int |
compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
int |
computeHash() |
EdgeValue[] |
edges() |
NodeValue |
endNode() |
boolean |
equals(VirtualValue other) |
EdgeValue |
lastEdge() |
NodeValue[] |
nodes() |
int |
size() |
NodeValue |
startNode() |
String |
toString() |
VirtualValueGroup |
valueGroup() |
<E extends Exception> |
writeTo(AnyValueWriter<E> writer) |
eq, ternaryEqualsequals, hashCode, isSequenceValuepublic NodeValue startNode()
public NodeValue endNode()
public EdgeValue lastEdge()
public boolean equals(VirtualValue other)
equals in class VirtualValuepublic int computeHash()
public <E extends Exception> void writeTo(AnyValueWriter<E> writer) throws E extends Exception
public VirtualValueGroup valueGroup()
valueGroup in class VirtualValuepublic int compareTo(VirtualValue other, Comparator<AnyValue> comparator)
compareTo in class VirtualValuepublic ListValue asList()
public int size()
public NodeValue[] nodes()
public EdgeValue[] edges()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.