| Package | Description |
|---|---|
| org.neo4j.values | |
| org.neo4j.values.storable | |
| org.neo4j.values.utils | |
| org.neo4j.values.virtual |
| Class and Description |
|---|
| TextArray |
| TextValue |
| ValueWriter
Writer of values.
|
| Class and Description |
|---|
| ArrayValue
Array of one of the storable primitives
|
| BooleanArray |
| BooleanValue
This does not extend AbstractProperty since the JVM can take advantage of the 4 byte initial field alignment if
we don't extend a class that has fields.
|
| ByteArray |
| ByteValue
This does not extend AbstractProperty since the JVM can take advantage of the 4 byte initial field alignment if
we don't extend a class that has fields.
|
| CharArray |
| CharValue |
| DoubleValue |
| FloatArray |
| FloatingPointValue |
| FloatValue |
| IntArray |
| IntegralValue |
| IntValue |
| LongArray |
| LongValue |
| NumberType
Differentiates between integral numbers, floating point numbers, and values that are not numbers.
|
| NumberValue |
| ShortArray |
| ShortValue
This does not extend AbstractProperty since the JVM can take advantage of the 4 byte initial field alignment if
we don't extend a class that has fields.
|
| TextArray |
| TextValue |
| Value |
| ValueGroup
The ValueGroup is the logical group or type of a Value.
|
| ValueTuple |
| ValueWriter
Writer of values.
|
| ValueWriter.ArrayType |
| Class and Description |
|---|
| TextArray |
| TextValue |
| ValueWriter
Writer of values.
|
| ValueWriter.ArrayType |
| Class and Description |
|---|
| ArrayValue
Array of one of the storable primitives
|
| TextArray |
| TextValue |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.