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