Package com.jackmeng.stl.types
Class Null_t
java.lang.Object
com.jackmeng.stl.types.Null_t
public class Null_t
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static byte
BYTE_VALUE
static double
DOUBLE_VALUE
static float
FLOAT_VALUE
static int
INT_VALUE
static long
LONG_VALUE
static short
SHORT_VALUE
static java.lang.String
STRING_VALUE
-
Constructor Summary
Constructors Modifier Constructor Description private
Null_t()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
STRING_VALUE
public static final java.lang.String STRING_VALUE- See Also:
- Constant Field Values
-
INT_VALUE
public static final int INT_VALUE- See Also:
- Constant Field Values
-
DOUBLE_VALUE
public static final double DOUBLE_VALUE- See Also:
- Constant Field Values
-
SHORT_VALUE
public static final short SHORT_VALUE- See Also:
- Constant Field Values
-
FLOAT_VALUE
public static final float FLOAT_VALUE- See Also:
- Constant Field Values
-
LONG_VALUE
public static final long LONG_VALUE- See Also:
- Constant Field Values
-
BYTE_VALUE
public static final byte BYTE_VALUE- See Also:
- Constant Field Values
-
-
Constructor Details
-
Null_t
private Null_t()
-