public abstract class VirtualValue extends AnyValue
| Constructor and Description |
|---|
VirtualValue() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
boolean |
eq(Object other) |
abstract boolean |
equals(VirtualValue other) |
Boolean |
ternaryEquals(AnyValue other) |
abstract VirtualValueGroup |
valueGroup() |
equals, hashCode, isSequenceValue, writeTopublic final boolean eq(Object other)
public abstract boolean equals(VirtualValue other)
public Boolean ternaryEquals(AnyValue other)
ternaryEquals in class AnyValuepublic abstract VirtualValueGroup valueGroup()
public abstract int compareTo(VirtualValue other, Comparator<AnyValue> comparator)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.