|
Class Summary |
| Class |
Not functional. |
| Float |
Minimal Float implementation that supports
floatToIntBits and intBitsToFloat |
| Integer |
Minimal Integer implementation that supports converting an int to a String. |
| Math |
Mathematical functions. |
| Object |
All classes extend this one, implicitly. |
| Runtime |
Minimalist version of the standard Java Runtime class. |
| String |
An immutable string of characters. |
| StringBuffer |
An expandable string of characters. |
| System |
System utilities. |
| Thread |
A thread of execution (or task). |
| Throwable |
All exceptions and errors extend this class. |