org.h2.java.lang
Class Integer

java.lang.Object
  extended by org.h2.java.lang.Integer

public class Integer
extends java.lang.Object

A java.lang.Integer implementation.


Field Summary
static int MAX_VALUE
          The largest possible value.
static int MIN_VALUE
          The smallest possible value.
 
Constructor Summary
Integer()
           
 
Method Summary
static String toString(int x)
          Convert a value to a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIN_VALUE

public static final int MIN_VALUE
The smallest possible value.

See Also:
Constant Field Values

MAX_VALUE

public static final int MAX_VALUE
The largest possible value.

See Also:
Constant Field Values
Constructor Detail

Integer

public Integer()
Method Detail

toString

public static String toString(int x)
Convert a value to a String.

Parameters:
x - the value
Returns:
the String