|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavolution.Javolution
public class Javolution
This class contains the library main(java.lang.String[]) method for
versionning, self-tests, and performance analysis.
It is also the base class for the library benchmarks and self-tests.
| Field Summary | |
|---|---|
static String |
VERSION
Holds the version information. |
| Constructor Summary | |
|---|---|
protected |
Javolution()
Default constructor. |
| Method Summary | |
|---|---|
static CharSequence |
j2meToCharSeq(Object str)
Converts the specified String as CharSequence (String is a CharSequence only for J2SE 1.4+). |
static void |
main(String[] args)
The library main(java.lang.String[]) method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String VERSION
| Constructor Detail |
|---|
protected Javolution()
| Method Detail |
|---|
public static void main(String[] args)
throws Exception
main(java.lang.String[]) method.
The archive javolution.jar is auto-executable.
java -jar javolution.jar version <i>(show version information)</i>
java -jar javolution.jar test <i>(perform self-tests)</i>
java -jar javolution.jar time <i>(run benchmark)</i>
Configurable are read from system properties.
args - the option arguments.
Exception - if a problem occurs.public static CharSequence j2meToCharSeq(Object str)
str - the String to convert.
this or a text wrapper.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||