public abstract class BaseArrayEncodedValue extends java.lang.Object implements ArrayEncodedValue
| Constructor and Description |
|---|
BaseArrayEncodedValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EncodedValue o)
Compare this ArrayEncodedValue to another EncodedValue.
|
boolean |
equals(java.lang.Object o)
Compares this ArrayEncodedValue to another ArrayEncodedValue for equality.
|
int |
getValueType()
Returns the type of this encoded value.
|
int |
hashCode()
Returns a hashcode for this EncodedArrayValue.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetValuepublic int hashCode()
ArrayEncodedValue
int hashCode = getValue().hashCode();
hashCode in interface ArrayEncodedValuehashCode in class java.lang.Objectpublic boolean equals(@Nullable
java.lang.Object o)
ArrayEncodedValueequals in interface ArrayEncodedValueequals in class java.lang.Objecto - The object to be compared for equality with this ArrayEncodedValuepublic int compareTo(@Nonnull
EncodedValue o)
ArrayEncodedValuecompareTo in interface java.lang.Comparable<EncodedValue>compareTo in interface ArrayEncodedValueo - The EncodedValue to compare with this ArrayEncodedValuepublic int getValueType()
EncodedValuegetValueType in interface EncodedValue