| Interface | Description |
|---|---|
| ValueWriter<E extends Exception> |
Writer of values.
|
| Class | 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 | |
| NumberValue | |
| NumberValues |
Static methods for computing the hashCode of primitive numbers and arrays of primitive numbers.
|
| PrimitiveArrayValues |
Static methods for checking the equality of arrays of primitives.
|
| PrimitiveArrayWriting |
Static methods for writing primitive arrays to a ValueWriter.
|
| 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.
|
| StringArray | |
| StringValue | |
| TextArray | |
| TextValue | |
| TextValues |
Static methods for comparing and hashing chars, Strings and Text values.
|
| Value | |
| ValueComparator |
Comparator for values.
|
| Values |
Entry point to the values library.
|
| ValueTuple | |
| ValueWriter.Adapter<E extends Exception> |
| Enum | Description |
|---|---|
| NumberType |
Differentiates between integral numbers, floating point numbers, and values that are not numbers.
|
| ValueGroup |
The ValueGroup is the logical group or type of a Value.
|
| ValueWriter.ArrayType |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.