J avolution v5.2 (J2SE 1.5+)
A B C D E F G H I J K L M N O P Q R S T U V W X Z

J

j2meGetClass(String) - Static method in class javolution.Javolution
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) - Static method in class javolution.Javolution
Converts the specified String as CharSequence (String is a CharSequence only for J2SE 1.4+).
javax.realtime - package javax.realtime
 
javolution - package javolution
 
Javolution - Class in javolution
This class contains the library Javolution.main(java.lang.String[]) method for versionning, self-tests, and performance analysis.
Javolution() - Constructor for class javolution.Javolution
Default constructor.
javolution.context - package javolution.context
Provides real-time Context to facilitate separation of concerns and achieve higher level of performance and code predictability.
javolution.io - package javolution.io
Provides utility classes for input and output (such as Struct and Union for direct interoperability with C/C++).
javolution.lang - package javolution.lang
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).
javolution.testing - package javolution.testing
Provides classes and interfaces to facilitate all aspects of testing including unit tests, performance, regression, etc.
javolution.text - package javolution.text
Provides classes and interfaces to handle text.
javolution.util - package javolution.util
Provides high-performance collection classes and miscellaneous utilities; although this package provides very few collection classes, they are substitutes for most of java.util.* classes (for example, java.util.IdentityHashMap would be a FastMap with an identity key comparator).
javolution.xml - package javolution.xml
Provides support for the encoding of objects, and the objects reachable from them, into XML; and the complementary reconstruction of the object graph from XML.
javolution.xml.sax - package javolution.xml.sax
Provides SAX2 and SAX2-Like parsers; the later being several times faster than conventional SAX2 parsers (by avoiding String allocations while parsing).
javolution.xml.stream - package javolution.xml.stream
Provides StAX-like XML readers/writers which do not require object creation (such as String) and are consequently faster and more time predictable than standard StAX classes.
javolution.xml.ws - package javolution.xml.ws
Provides classes and interfaces to create and handle web services.
JavolutionError - Error in javolution
Signals that a serious problem (bug ?!) has been detected within the library.
JavolutionError(String) - Constructor for error javolution.JavolutionError
Creates an error message with the specified message and cause.
JavolutionError(String, Throwable) - Constructor for error javolution.JavolutionError
Creates an error message with the specified message and cause.
JavolutionError(Throwable) - Constructor for error javolution.JavolutionError
Creates an error message with the specified cause The cause stack trace is printed to the current error stream (System.err).

J avolution v5.2 (J2SE 1.5+)
A B C D E F G H I J K L M N O P Q R S T U V W X Z
Copyright © 2005 - 2007 Javolution.