| Package | Description |
|---|---|
| org.neo4j.values | |
| org.neo4j.values.virtual |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
VirtualValue.compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
abstract boolean |
VirtualValue.equals(VirtualValue other) |
| Modifier and Type | Class and Description |
|---|---|
class |
EdgeReference |
class |
EdgeValue |
class |
ListValue |
class |
MapValue |
class |
NodeReference |
class |
NodeValue |
class |
PathValue |
class |
PointValue |
| Modifier and Type | Method and Description |
|---|---|
int |
PointValue.compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
int |
MapValue.compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
int |
ListValue.compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
int |
PathValue.compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
boolean |
PointValue.equals(VirtualValue o) |
boolean |
MapValue.equals(VirtualValue other) |
boolean |
ListValue.equals(VirtualValue other) |
boolean |
PathValue.equals(VirtualValue other) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.