| Interface | Description |
|---|---|
| Configurable.Listener |
Services to be published by any one interested in being informed of
configurable changes.
|
| ValueType |
A
constant object which can be manipulated by value
rather than by reference; 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 |
|---|---|
| Constant |
Indicates that the state of a class instance, a static field or a
method return value / parameter will not change ever.
|
| 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 © 2017. All rights reserved.