| Package | Description |
|---|---|
| org.neo4j.driver.v1 | |
| org.neo4j.driver.v1.types |
| Modifier and Type | Method and Description |
|---|---|
Node |
Value.asNode() |
| Modifier and Type | Method and Description |
|---|---|
static Function<Value,Node> |
Values.ofNode()
Converts values to
Node. |
| Modifier and Type | Method and Description |
|---|---|
Node |
Path.end() |
Node |
Path.Segment.end()
The node that this segment ends at.
|
Node |
MapAccessorWithDefaultValue.get(String key,
Node defaultValue)
Retrieve the node with the given key.
|
Node |
Path.start() |
Node |
Path.Segment.start()
The node that this segment starts at.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<Node> |
Path.nodes()
Create an iterable over the nodes in this path, nodes will appear in the same order as they appear
in the path.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Path.contains(Node node) |
Node |
MapAccessorWithDefaultValue.get(String key,
Node defaultValue)
Retrieve the node with the given key.
|
Copyright © 2018. All rights reserved.