| 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 | |
| DateArray | |
| DateTimeArray | |
| DateTimeValue | |
| DateValue | |
| DefaultStreamingPropertyValue | |
| DoubleArray | |
| DoubleValue | |
| DurationArray | |
| DurationValue | |
| DurationValue.Compiler<Input> | |
| EdgeVertexIds | |
| FloatArray | |
| FloatingPointArray | |
| FloatingPointValue | |
| FloatValue | |
| GeoCircleValue | |
| GeoCollectionValue | |
| GeoHashValue | |
| GeoLineValue | |
| GeoPointValue | |
| GeoPolygonValue | |
| GeoRectValue | |
| GeoShapeValue | |
| IntArray | |
| IntegralArray | |
| IntegralValue | |
| IntValue | |
| LocalDateTimeArray | |
| LocalDateTimeValue | |
| LocalTimeArray | |
| LocalTimeValue | |
| LongArray | |
| LongValue | |
| NonPrimitiveArray<T extends Comparable<? super T>> | |
| NoValue |
Not a value.
|
| NumberArray | |
| 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.
|
| StreamingPropertyValue | |
| StreamingPropertyValueBase | |
| StreamingPropertyValueRef<T extends Graph> | |
| StringArray | |
| StringValue | |
| TemporalArray<T extends Temporal & Comparable<? super T>,V extends TemporalValue<T,V>> | |
| TemporalValue<T extends Temporal,V extends TemporalValue<T,V>> | |
| TextArray | |
| TextValue | |
| TextValues |
Static methods for comparing and hashing chars, Strings and Text values.
|
| TimeArray | |
| TimeValue | |
| TimeZones | |
| UTF8StringValue | |
| UTF8StringValue.CodePointCursor | |
| Value | |
| ValueComparator |
Comparator for values.
|
| Values |
Entry point to the values library.
|
| ValueTuple |
A tuple of n values.
|
| ValueWriter.Adapter<E extends Exception> |
| Enum | Description |
|---|---|
| DurationFields |
Defines all valid field accessors for durations
|
| GeoPointFields |
Defines all valid field accessors for points
|
| NumberType |
Differentiates between integral numbers, floating point numbers, and values that are not numbers.
|
| TemporalValue.TemporalFields |
All fields that can be a asigned to or read from temporals.
|
| ValueCategory | |
| ValueGroup |
The ValueGroup is the logical group or type of a Value.
|
| ValueWriter.ArrayType |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.