- 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.