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