public abstract class BaseNullEncodedValue extends java.lang.Object implements NullEncodedValue
| Constructor and Description |
|---|
BaseNullEncodedValue() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EncodedValue o)
Compare this NullEncodedValue to another EncodedValue.
|
boolean |
equals(java.lang.Object o)
Compares this NullEncodedValue to another NullEncodedValue for equality.
|
int |
getValueType()
Returns the type of this encoded value.
|
int |
hashCode()
Returns a hashcode for this EncodedNullValue.
|
public int hashCode()
NullEncodedValue
int hashCode = 0;
hashCode in interface NullEncodedValuehashCode in class java.lang.Objectpublic boolean equals(@Nullable
java.lang.Object o)
NullEncodedValueequals in interface NullEncodedValueequals in class java.lang.Objecto - The object to be compared for equality with this NullEncodedValuepublic int compareTo(@Nonnull
EncodedValue o)
NullEncodedValuecompareTo in interface java.lang.Comparable<EncodedValue>compareTo in interface NullEncodedValueo - The EncodedValue to compare with this NullEncodedValuepublic int getValueType()
EncodedValuegetValueType in interface EncodedValue