| 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.text |
Text handling package.
|
| 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. |
| Class and Description |
|---|
| AbstractContext
The parent class for all contexts.
|
| ComputeContext
A context for executing and chaining calculations in parallel
on computing devices such as CPUs/GPUs.
|
| ComputeContext.Buffer
A high speed memory buffer which can be created on a device.
|
| ComputeContext.Kernel
A function which can be executed on a device.
|
| ComputeContext.Local
An object which may be partially allocated in local device memory.
|
| ComputeContext.Program
A program which can be loaded/compiled on a device.
|
| ConcurrentContext
A context able to take advantage of concurrent algorithms on
multi-processors systems.
|
| LocalContext
A context holding locally scoped
parameters values. |
| LocalContext.Parameter
A
configurable parameter whose value can
be locally superseded within the scope of LocalContext. |
| LogContext
Asynchronous logging context integrated with the OSGi logging framework.
|
| LogContext.Level
Defines the logging levels.
|
| SecurityContext
A high-level security context integrated with OSGi.
|
| SecurityContext.Permission
A permission associated to a specific class/action/instance.
|
| StorageContext
A context for persistent storage integrated with OSGi and
SecurityContext. |
| StorageContext.Resource
A resource identifier.
|
| Class and Description |
|---|
| LocalContext.Parameter
A
configurable parameter whose value can
be locally superseded within the scope of LocalContext. |
| Class and Description |
|---|
| SecurityContext.Permission
A permission associated to a specific class/action/instance.
|
| Class and Description |
|---|
| AbstractContext
The parent class for all contexts.
|
| FormatContext
The parent class for all serializer/deserializer contexts.
|
| Class and Description |
|---|
| AbstractContext
The parent class for all contexts.
|
| FormatContext
The parent class for all serializer/deserializer contexts.
|
Copyright © 2017. All rights reserved.