Integer

Undocumented in source.

Constructors

this
this(void* value)
Undocumented in source.
this
this(int value)
Undocumented in source.
this
this(String s)
Undocumented in source.

Members

Functions

byteValue
byte byteValue()
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source. Be warned that the author may not have intended to support it.
floatValue
float floatValue()
Undocumented in source. Be warned that the author may not have intended to support it.
intValue
int intValue()
Undocumented in source. Be warned that the author may not have intended to support it.
longValue
long longValue()
Undocumented in source. Be warned that the author may not have intended to support it.
shortValue
short shortValue()
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
hash_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

TYPE
Class TYPE()
Undocumented in source. Be warned that the author may not have intended to support it.
parseInt
int parseInt(String s, int radix)
Undocumented in source. Be warned that the author may not have intended to support it.
parseInt
int parseInt(String s)
Undocumented in source. Be warned that the author may not have intended to support it.
toBinaryString
String toBinaryString(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
toHexString
String toHexString(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
toOctalString
String toOctalString(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString(int i, int radix)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
Integer valueOf(String s, int radix)
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
Integer valueOf(String s)
Undocumented in source. Be warned that the author may not have intended to support it.
valueOf
Integer valueOf(int i)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

MAX_VALUE
int MAX_VALUE;
Undocumented in source.
MIN_VALUE
int MIN_VALUE;
Undocumented in source.
SIZE
int SIZE;
Undocumented in source.

Inherited Members

From Number

byteValue
byte byteValue()
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source.
floatValue
float floatValue()
Undocumented in source.
intValue
int intValue()
Undocumented in source.
longValue
long longValue()
Undocumented in source.
shortValue
short shortValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta