org.axiondb.util

Class NullObject

public class NullObject extends Number implements Serializable

Author: Ritesh Adval

Field Summary
static NullObjectINSTANCE
Method Summary
bytebyteValue()
doubledoubleValue()
floatfloatValue()
intintValue()
longlongValue()
shortshortValue()
StringtoString()

Field Detail

INSTANCE

public static final NullObject INSTANCE

Method Detail

byteValue

public byte byteValue()

doubleValue

public double doubleValue()

floatValue

public float floatValue()

intValue

public int intValue()

longValue

public long longValue()

shortValue

public short shortValue()

toString

public String toString()