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