| Package | Description |
|---|---|
| org.neo4j.values.storable |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayValue
Array of one of the storable primitives
|
class |
BooleanArray |
class |
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.
|
class |
ByteArray |
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 |
CharArray |
class |
CharValue |
class |
DoubleValue |
class |
FloatArray |
class |
FloatingPointValue |
class |
FloatValue |
class |
IntArray |
class |
IntegralValue |
class |
IntValue |
class |
LongArray |
class |
LongValue |
class |
NumberValue |
class |
ShortArray |
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.
|
class |
StringArray |
class |
StringValue |
class |
TextArray |
class |
TextValue |
| Modifier and Type | Field and Description |
|---|---|
static Value |
Values.MAX_NUMBER |
static Value |
Values.MAX_STRING |
static Value |
Values.MIN_NUMBER |
static Value |
Values.MIN_STRING |
static Value |
Values.NO_VALUE |
static Value |
Values.ZERO_FLOAT |
static Value |
Values.ZERO_INT |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Value> |
Values.COMPARATOR
Default value comparator.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueTuple.getOnlyValue() |
static Value |
Values.numberValue(Number number) |
static Value |
Values.of(Object value)
Generic value factory method.
|
static Value |
Values.of(Object value,
boolean allowNull) |
static Value |
Values.stringOrNoValue(String value) |
static Value |
Values.unsafeOf(Object value,
boolean allowNull) |
Value |
ValueTuple.valueAt(int offset) |
static Value[] |
Values.values(Object... objects)
Generic value factory method.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
Values.asObject(Value value)
Deprecated.
|
static Object[] |
Values.asObjects(Value[] propertyValues) |
static double |
Values.coerceToDouble(Value value) |
int |
ValueComparator.compare(Value v1,
Value v2) |
boolean |
StringValue.equals(Value value) |
boolean |
LongArray.equals(Value other) |
boolean |
CharValue.equals(Value other) |
boolean |
ShortArray.equals(Value other) |
boolean |
ByteArray.equals(Value other) |
boolean |
IntegralValue.equals(Value other) |
boolean |
BooleanArray.equals(Value other) |
boolean |
IntArray.equals(Value other) |
boolean |
FloatArray.equals(Value other) |
boolean |
StringArray.equals(Value other) |
abstract boolean |
Value.equals(Value other) |
boolean |
CharArray.equals(Value other) |
boolean |
FloatingPointValue.equals(Value other) |
static boolean |
Values.isArrayValue(Value value) |
static ValueTuple |
ValueTuple.of(Value... values) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.