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