public final class Null extends Object
Null.
| Modifier and Type | Field and Description |
|---|---|
static Null |
ARRAY_FIXED_VALUE_NULL |
static Null |
ARRAY_VARIABLE_VALUE_NULL |
static Null |
BYTE_NULL |
static Null |
DECIMAL_NULL |
static Null |
DOUBLE_NULL |
static Null |
FIVE_BITS_DECIMAL_NULL |
static Null |
FLOAT_NULL |
static Null |
INT_NULL |
static Null |
INTEGER_NULL |
static Null |
LONG_NULL |
static Null |
MSG_NULL |
static Null |
NULL |
static Null |
SHORT_NULL |
static Null |
STRING_UTF8_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()
public Type getType()
public static Null valueOf(int aLength)
aLength - public int hashCode()
hashCode in class ObjectObject.hashCode()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.