See: Description
Package | Description |
---|---|
_templates.java.io | |
_templates.java.lang | |
_templates.java.nio | |
_templates.java.text | |
_templates.java.util | |
_templates.java.util.concurrent | |
_templates.java.util.logging | |
_templates.java.util.zip | |
_templates.javax.realtime | |
_templates.javolution.context | |
_templates.javolution.io | |
_templates.javolution.lang | |
_templates.javolution.testing | |
_templates.javolution.text | |
_templates.javolution.util | |
_templates.javolution.xml | |
_templates.javolution.xml.sax | |
_templates.javolution.xml.stream | |
_templates.javolution.xml.ws | |
javax.realtime | |
javolution.context |
Provides real-time
Context to facilitate
separation of concerns and achieve higher level of performance and
code predictability. |
javolution.io | |
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 |
Provides classes and interfaces to facilitate all aspects of testing including
unit tests, performance, regression, etc.
|
javolution.text |
Provides classes and interfaces to handle text.
|
javolution.util | |
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 | |
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 |
Provides classes and interfaces to create and handle web services.
|
Permission to use, copy, modify, and distribute this software is freely granted, provided that copyright notices are preserved (the full license text can be found here).
Javolution's users are encouraged to show their support with the
button.
Configurable
for details).
Here are few important configuration parameters with their default values:
Configurable | Javolution Default | Description |
ConcurrentContext.MAXIMUM_CONCURRENCY |
(Number of Processors - 1) | The maximum number of worker threads usable by
ConcurrentContext (none for single processors) |
FastComparator.REHASH_SYSTEM_HASHCODE |
true or false based upon the run-time platform (small test performed at start-up) |
Indicates if the system hash code requires rehashing (see FastMap) |
Copyright © 2005–2017 Javolution. All rights reserved.