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() |
computeHash, equals, getTypeName, hashCode, isSequenceValue, map, writeTopublic 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 © 2016–2021 MWARE SOLUTIONS. All rights reserved.