Package | Description |
---|---|
javolution.context |
Run-time
contexts to facilitate
separation of concerns and achieve higher level of performance and flexibility. |
javolution.io | |
javolution.lang |
Fundamental classes, interfaces and annotations.
|
javolution.test |
Testing tools for validation and performance.
|
javolution.text |
Text handling package.
|
javolution.util |
High-performance collection classes with
worst case execution time behavior documented. |
javolution.util.function |
Basic functions for lambda expressions and method references.
|
javolution.xml |
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.stream |
StAX-like XML readers/writers which do not require object
creation (such as String) and are consequently faster than standard StAX.
|
Class and Description |
---|
Configurable
An element which is configurable without presupposing how the
configuration is done.
|
Parallelizable
Indicates that a class, a method or a field can be used by multiple
threads concurrently and whether or not it is
mutex-free (not blocking). |
Realtime
Indicates if an element has a bounded
worst-case execution time.
|
Class and Description |
---|
Realtime
Indicates if an element has a bounded
worst-case execution time.
|
Class and Description |
---|
Configurable
An element which is configurable without presupposing how the
configuration is done.
|
Immutable
An object capable of returning a
value not subject or
susceptible of change or variation. |
Realtime
Indicates if an element has a bounded
worst-case execution time.
|
Realtime.Limit
Identifies the limit behavior for the worst case execution time.
|
Class and Description |
---|
Configurable
An element which is configurable without presupposing how the
configuration is done.
|
Class and Description |
---|
Immutable
An object capable of returning a
value not subject or
susceptible of change or variation. |
Parallelizable
Indicates that a class, a method or a field can be used by multiple
threads concurrently and whether or not it is
mutex-free (not blocking). |
Realtime
Indicates if an element has a bounded
worst-case execution time.
|
ValueType
An
immutable object which can be manipulated by value;
a JVM implementation may allocate instances of this class on the stack. |
Class and Description |
---|
Configurable
An element which is configurable without presupposing how the
configuration is done.
|
Immutable
An object capable of returning a
value not subject or
susceptible of change or variation. |
Parallelizable
Indicates that a class, a method or a field can be used by multiple
threads concurrently and whether or not it is
mutex-free (not blocking). |
Realtime
Indicates if an element has a bounded
worst-case execution time.
|
ValueType
An
immutable object which can be manipulated by value;
a JVM implementation may allocate instances of this class on the stack. |
Class and Description |
---|
Parallelizable
Indicates that a class, a method or a field can be used by multiple
threads concurrently and whether or not it is
mutex-free (not blocking). |
Realtime
Indicates if an element has a bounded
worst-case execution time.
|
Class and Description |
---|
Immutable
An object capable of returning a
value not subject or
susceptible of change or variation. |
Class and Description |
---|
Parallelizable
Indicates that a class, a method or a field can be used by multiple
threads concurrently and whether or not it is
mutex-free (not blocking). |
Copyright © 2005-2013 Javolution. All Rights Reserved.