Value.Kind| Constructor and Description |
|---|
ObjectValue(Map<String,Ref<?>> fields) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Value o) |
boolean |
equals(Object obj) |
Map<String,Ref<?>> |
getFields() |
Value.Kind |
getKind()
Kind of value, used for logical separation between implementations
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisEqualTo, resolve, toBooleanValue, toByteArrayValue, toDateValue, toIntegerValue, toNamedValue, toNullValue, toObjectIdentifierValue, toObjectValue, toOpenTypeValue, toRealValue, toStringValue, toValueCollection@NotNull public Value.Kind getKind()
Valuepublic int compareTo(@NotNull
Value o)
compareTo in interface Comparable<Value>Copyright © 2017. All rights reserved.