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