interface Path<S, E> extends java.lang.Iterable<Segment<S, E>>
Represents a Neo4j path
| Modifiers | Name | Description |
|---|---|---|
static interface |
Path.Segment |
A segment |
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract boolean |
contains(java.lang.Object o)Whether the path contains the given object. |
|
abstract E |
end()
|
|
abstract int |
length()
|
|
abstract java.lang.Iterable |
nodes()
|
|
abstract S |
start()
|
Whether the path contains the given object. The entity should correctly implement equals/hashCode
o - The object