public final class Null extends Object
Null.
The Class Null represents a Null field for a Msg with potential different length value.| Modifier and Type | Field and Description |
|---|---|
static Null |
ARRAY_FIXED_VALUE_NULL
ARRAY_FIXED_VALUE_NULL.
|
static Null |
ARRAY_VARIABLE_VALUE_NULL
ARRAY_VARIABLE_VALUE_NULL.
|
static Null |
BYTE_NULL
BYTE_NULL.
|
static Null |
DECIMAL_NULL
DECIMAL_NULL.
|
static Null |
DOUBLE_NULL
DOUBLE_NULL.
|
static Null |
FIVE_BITS_DECIMAL_NULL
FIVE_BITS_DECIMAL_NULL.
|
static Null |
FLOAT_NULL
FLOAT_NULL.
|
static Null |
INT_NULL
INT_NULL.
|
static Null |
INTEGER_NULL
INTEGER_NULL.
|
static Null |
LONG_NULL
LONG_NULL.
|
static Null |
MSG_NULL
MSG_NULL.
|
static Null |
NULL
NULL.
|
static Null |
SHORT_NULL
SHORT_NULL.
|
static Null |
STRING_UTF8_NULL
STRING_UTF8_NULL.
|
| Modifier and Type | Method and Description |
|---|---|
int |
computeHashCode()
computeHashCode.
|
boolean |
equals(Object obj) |
int |
getLength()
getLength.
|
Type |
getType()
getType.
|
int |
hashCode() |
String |
toString() |
static Null |
valueOf(int aLength)
valueOf (creation/retrieve of a Null).
|
static Null |
valueOf(Type aType)
valueOf (creation/retrieve of a Null).
|
public static final Null NULL
public static final Null INTEGER_NULL
public static final Null BYTE_NULL
public static final Null SHORT_NULL
public static final Null INT_NULL
public static final Null LONG_NULL
public static final Null DECIMAL_NULL
public static final Null FLOAT_NULL
public static final Null DOUBLE_NULL
public static final Null FIVE_BITS_DECIMAL_NULL
public static final Null STRING_UTF8_NULL
public static final Null MSG_NULL
public static final Null ARRAY_FIXED_VALUE_NULL
public static final Null ARRAY_VARIABLE_VALUE_NULL
public int getLength()
getLength.
public Type getType()
getType.
public static Null valueOf(int aLength)
valueOf (creation/retrieve of a Null).
aLength - The length of the Null Type.public static Null valueOf(Type aType)
valueOf (creation/retrieve of a Null).
aType - the Type of Null.public int hashCode()
hashCode in class ObjectObject.hashCode()public int computeHashCode()
computeHashCode.
public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()Copyright © 2012–2014 hermod. All rights reserved.