public interface MethodHandleEncodedValue extends EncodedValue
| 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.
|
MethodHandleReference |
getValue()
Gets the method handle value.
|
int |
hashCode()
Returns a hashcode for this MethodHandleEncodedValue.
|
getValueType@Nonnull MethodHandleReference 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 MethodHandleEncodedValueint compareTo(@Nonnull
EncodedValue o)
compareTo in interface java.lang.Comparable<EncodedValue>o - The EncodedValue to compare with this MethodHandleEncodedValue