public interface ArrayEncodedValue extends EncodedValue
| 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.
|
java.util.List<? extends EncodedValue> |
getValue()
Gets the list of the values contained in this ArrayEncodedValue
|
int |
hashCode()
Returns a hashcode for this EncodedArrayValue.
|
getValueType@Nonnull java.util.List<? extends EncodedValue> getValue()
int hashCode()
int hashCode = getValue().hashCode();
hashCode in class java.lang.Objectboolean equals(@Nullable
java.lang.Object o)
equals in class java.lang.Objecto - The object to be compared for equality with this ArrayEncodedValueint compareTo(@Nonnull
EncodedValue o)
compareTo in interface java.lang.Comparable<EncodedValue>o - The EncodedValue to compare with this ArrayEncodedValue