FemtoIDE Java API  v0.0.18b
java.lang.Integer Class Reference

Static Public Member Functions

static int parseInt (String s)
 Parses the string argument as a signed decimal integer.
 

Static Public Attributes

static final int MAX_VALUE = ~(1<<31)
 A constant holding the maximum value an int can have, 231-1.
 
static final int MIN_VALUE = 1<<31
 A constant holding the minimum value an int can have, -231.
 
static final int SIZE = 32
 The number of bits used to represent an int value in two's complement binary form.
 

The documentation for this class was generated from the following file: