j2meGetClass(String name) Returns the class having the specified name; for
backward compatibility with CLDC 1.0 (cannot use .class as exception
java.lang.NoClassDefFoundError does not exist for that platform).
j2meToCharSeq(Object str) Converts the specified String as CharSequence (String is a
CharSequence only for J2SE 1.4+).
Parameters: str - the String to convert.
Returns the class having the specified name; for
backward compatibility with CLDC 1.0 (cannot use .class as exception
java.lang.NoClassDefFoundError does not exist for that platform).
Converts the specified String as CharSequence (String is a
CharSequence only for J2SE 1.4+).
Parameters: str - the String to convert. this or a text wrapper.
The library
Javolution.main method.
The archive javolution.jar is auto-executable.
[code]
java -jar javolution.jar version (show version information)
java -jar javolution.jar test (perform self-tests)
java -jar javolution.jar perf (run benchmark)
[/code]
Configurable are read from system properties.
Parameters: args - the option arguments. throws: Exception - if a problem occurs.