railo.runtime.op
Class Constants

java.lang.Object
  extended by railo.runtime.op.Constants

public final class Constants
extends Object

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

INTEGER_0

public static final Integer INTEGER_0
Field INTEGER_ZERO equals Integer.valueOf(0)


INTEGER_1

public static final Integer INTEGER_1
Field INTEGER_ONE equals Integer.valueOf(1)


INTEGER_MINUS_ONE

public static final Integer INTEGER_MINUS_ONE

INTEGER_2

public static final Integer INTEGER_2
Field INTEGER_TWO equals Integer.valueOf(8)


INTEGER_3

public static final Integer INTEGER_3
Field INTEGER_THREE equals Integer.valueOf(3)


INTEGER_4

public static final Integer INTEGER_4
Field INTEGER_FOUR equals Integer.valueOf(4)


INTEGER_5

public static final Integer INTEGER_5
Field INTEGER_FIVE equals Integer.valueOf(5)


INTEGER_6

public static final Integer INTEGER_6
Field INTEGER_SIX equals Integer.valueOf(6)


INTEGER_7

public static final Integer INTEGER_7
Field INTEGER_SEVEN equals Integer.valueOf(7)


INTEGER_8

public static final Integer INTEGER_8
Field INTEGER_EIGHT equals Integer.valueOf(8)


INTEGER_9

public static final Integer INTEGER_9
Field INTEGER_NINE equals Integer.valueOf(9)


INTEGER_10

public static final Integer INTEGER_10
Field INTEGER_NINE equals Integer.valueOf(9)


INTEGER_11

public static final Integer INTEGER_11

INTEGER_12

public static final Integer INTEGER_12

SHORT_VALUE_ZERO

public static final short SHORT_VALUE_ZERO
See Also:
Constant Field Values

SHORT_ZERO

public static final Short SHORT_ZERO

LONG_ZERO

public static final Long LONG_ZERO

DOUBLE_ZERO

public static final Double DOUBLE_ZERO
Constructor Detail

Constants

public Constants()
Method Detail

Integer

public static Integer Integer(int i)
Deprecated. use Integer.valueOf() instead

return a Integer object with same value

Parameters:
i -
Returns:
Integer Object

Boolean

public static Boolean Boolean(boolean b)
Deprecated. use Boolean.valueOf() instead

return a Boolean object with same value

Parameters:
b -
Returns:
Boolean Object


Copyright © 2012 Railo