|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.op.Constants
public final class Constants
Constant Values
Field Summary | |
---|---|
static Double |
DOUBLE_ZERO
|
static Integer |
INTEGER_0
Field INTEGER_ZERO equals Integer.valueOf(0) |
static Integer |
INTEGER_1
Field INTEGER_ONE equals Integer.valueOf(1) |
static Integer |
INTEGER_10
Field INTEGER_NINE equals Integer.valueOf(9) |
static Integer |
INTEGER_11
|
static Integer |
INTEGER_12
|
static Integer |
INTEGER_2
Field INTEGER_TWO equals Integer.valueOf(8) |
static Integer |
INTEGER_3
Field INTEGER_THREE equals Integer.valueOf(3) |
static Integer |
INTEGER_4
Field INTEGER_FOUR equals Integer.valueOf(4) |
static Integer |
INTEGER_5
Field INTEGER_FIVE equals Integer.valueOf(5) |
static Integer |
INTEGER_6
Field INTEGER_SIX equals Integer.valueOf(6) |
static Integer |
INTEGER_7
Field INTEGER_SEVEN equals Integer.valueOf(7) |
static Integer |
INTEGER_8
Field INTEGER_EIGHT equals Integer.valueOf(8) |
static Integer |
INTEGER_9
Field INTEGER_NINE equals Integer.valueOf(9) |
static Integer |
INTEGER_MINUS_ONE
|
static Long |
LONG_ZERO
|
static short |
SHORT_VALUE_ZERO
|
static Short |
SHORT_ZERO
|
Constructor Summary | |
---|---|
Constants()
|
Method Summary | |
---|---|
static Boolean |
Boolean(boolean b)
Deprecated. use Boolean.valueOf() instead |
static Integer |
Integer(int i)
Deprecated. use Integer.valueOf() instead |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Integer INTEGER_0
INTEGER_ZERO
equals Integer.valueOf(0)
public static final Integer INTEGER_1
INTEGER_ONE
equals Integer.valueOf(1)
public static final Integer INTEGER_MINUS_ONE
public static final Integer INTEGER_2
INTEGER_TWO
equals Integer.valueOf(8)
public static final Integer INTEGER_3
INTEGER_THREE
equals Integer.valueOf(3)
public static final Integer INTEGER_4
INTEGER_FOUR
equals Integer.valueOf(4)
public static final Integer INTEGER_5
INTEGER_FIVE
equals Integer.valueOf(5)
public static final Integer INTEGER_6
INTEGER_SIX
equals Integer.valueOf(6)
public static final Integer INTEGER_7
INTEGER_SEVEN
equals Integer.valueOf(7)
public static final Integer INTEGER_8
INTEGER_EIGHT
equals Integer.valueOf(8)
public static final Integer INTEGER_9
INTEGER_NINE
equals Integer.valueOf(9)
public static final Integer INTEGER_10
INTEGER_NINE
equals Integer.valueOf(9)
public static final Integer INTEGER_11
public static final Integer INTEGER_12
public static final short SHORT_VALUE_ZERO
public static final Short SHORT_ZERO
public static final Long LONG_ZERO
public static final Double DOUBLE_ZERO
Constructor Detail |
---|
public Constants()
Method Detail |
---|
public static Integer Integer(int i)
i
-
public static Boolean Boolean(boolean b)
b
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |