| Interface | Description | 
|---|---|
| Configurable.Listener | 
 Services to be published by any one interested in being informed of 
 configurable changes. 
 | 
| Immutable<T> | 
  An object capable of returning a  
value not subject or 
 susceptible of change or variation. | 
| ValueType<T> | 
  An  
immutable object which can be manipulated by value; 
 a JVM implementation may allocate instances of this class on the stack. | 
| Class | Description | 
|---|---|
| Configurable<T> | 
  An element which is configurable without presupposing how the
 configuration is done. 
 | 
| Initializer | 
  An initializer for all classes loaded by any given class loader. 
 | 
| MathLib | 
  An utility class providing a  
Realtime implementation of 
 the math library. | 
| Enum | Description | 
|---|---|
| Realtime.Limit | 
 Identifies the limit behavior for the worst case execution time. 
 | 
| Annotation Type | 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. 
 | 
Fundamental classes, interfaces and annotations.
Copyright © 2005-2013 Javolution. All Rights Reserved.