|
J avolution v5.3 (J2SE 1.5+) | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
Context
to facilitate
separation of concerns and achieve higher level of performance and
code predictability.Struct
and Union
for direct interoperability with C/C++).java.lang
package or are not available for all platforms (including J2ME CLDC).java.util.- 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.
- JUnitContext - Class in javolution.testing
- This class represents a test context forwarding events to the
JUnit framework (e.g. asserts).
- JUnitContext() -
Constructor for class javolution.testing.JUnitContext
-
|
J avolution v5.3 (J2SE 1.5+) | ||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |