| Package | Description |
|---|---|
| com.mware.ge.values | |
| com.mware.ge.values.virtual |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
VirtualValue.compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
abstract boolean |
VirtualValue.equals(VirtualValue other) |
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorValue
The ErrorValue allow delaying errors in value creation until runtime, which is useful
if it turns out that the value is never used.
|
class |
ListValue |
class |
MapValue |
class |
NodeReference |
class |
NodeValue |
class |
PathValue |
static class |
PathValue.DirectPathValue |
class |
RelationshipReference |
class |
RelationshipValue |
class |
VirtualNodeValue |
class |
VirtualRelationshipValue |
| Modifier and Type | Method and Description |
|---|---|
int |
VirtualRelationshipValue.compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
int |
VirtualNodeValue.compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
int |
PathValue.compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
int |
MapValue.compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
int |
ErrorValue.compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
int |
ListValue.compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
boolean |
VirtualRelationshipValue.equals(VirtualValue other) |
boolean |
VirtualNodeValue.equals(VirtualValue other) |
boolean |
PathValue.equals(VirtualValue other) |
boolean |
MapValue.equals(VirtualValue other) |
boolean |
ErrorValue.equals(VirtualValue other) |
boolean |
ListValue.equals(VirtualValue other) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.