| 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.writeNode(long nodeId,
TextArray labels,
MapValue properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
CharArray |
class |
StringArray |
| Modifier and Type | Method and Description |
|---|---|
static TextArray |
Values.stringArray(String... value) |
| Modifier and Type | Method and Description |
|---|---|
static int |
TextValues.compareTextArrays(TextArray a,
TextArray b) |
int |
StringArray.compareTo(TextArray other) |
int |
TextArray.compareTo(TextArray other) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrinter.writeNode(long nodeId,
TextArray labels,
MapValue properties) |
| Modifier and Type | Method and Description |
|---|---|
abstract TextArray |
NodeValue.labels() |
| Modifier and Type | Method and Description |
|---|---|
static NodeValue |
VirtualValues.nodeValue(long id,
TextArray labels,
MapValue properties) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.