| Package | Description |
|---|---|
| org.neo4j.values | |
| org.neo4j.values.storable | |
| org.neo4j.values.utils | |
| org.neo4j.values.virtual |
| Modifier and Type | Method and Description |
|---|---|
void |
AnyValueWriter.writeEdge(long edgeId,
long startNodeId,
long endNodeId,
TextValue type,
MapValue properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharValue |
class |
StringValue |
| Modifier and Type | Field and Description |
|---|---|
static TextValue |
Values.EMPTY_STRING |
| Modifier and Type | Method and Description |
|---|---|
static TextValue |
Values.stringValue(String value) |
static TextValue |
Values.utf8Value(byte[] bytes) |
static TextValue |
Values.utf8Value(byte[] bytes,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
StringValue.compareTo(TextValue other) |
int |
CharValue.compareTo(TextValue other) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrinter.writeEdge(long edgeId,
long startNodeId,
long endNodeId,
TextValue type,
MapValue properties) |
| Modifier and Type | Method and Description |
|---|---|
abstract TextValue |
EdgeValue.type() |
| Modifier and Type | Method and Description |
|---|---|
static EdgeValue |
VirtualValues.edgeValue(long id,
NodeValue startNode,
NodeValue endNode,
TextValue type,
MapValue properties) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.