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