| Package | Description |
|---|---|
| org.neo4j.values.storable |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
IntValue |
class |
LongValue |
class |
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IntegralValue.compareTo(IntegralValue other) |
int |
FloatingPointValue.compareTo(IntegralValue other) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.