| Package | Description |
|---|---|
| org.neo4j.values.storable | |
| org.neo4j.values.virtual |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanArray |
class |
ByteArray |
class |
CharArray |
class |
FloatArray |
class |
IntArray |
class |
LongArray |
class |
ShortArray |
class |
StringArray |
class |
TextArray |
| Modifier and Type | Field and Description |
|---|---|
static ArrayValue |
Values.EMPTY_BOOLEAN_ARRAY |
static ArrayValue |
Values.EMPTY_BYTE_ARRAY |
static ArrayValue |
Values.EMPTY_CHAR_ARRAY |
static ArrayValue |
Values.EMPTY_DOUBLE_ARRAY |
static ArrayValue |
Values.EMPTY_FLOAT_ARRAY |
static ArrayValue |
Values.EMPTY_INT_ARRAY |
static ArrayValue |
Values.EMPTY_LONG_ARRAY |
static ArrayValue |
Values.EMPTY_SHORT_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
ArrayValue |
ListValue.toStorableArray() |
| Modifier and Type | Method and Description |
|---|---|
static ListValue |
VirtualValues.fromArray(ArrayValue arrayValue) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.