Provides fundamental classes and interfaces; some of which are either missing from
the java.lang
package or are not available for all platforms (including J2ME CLDC).
For application targetting the J2SE 5.0+ run-time (ant 1.5
), the
Appendable
and Enum
classes are replaced with the java.lang
equivalent.