| Package | Description |
|---|---|
| javolution.context |
Provides real-time
Context to facilitate
separation of concerns and achieve higher level of performance and
code predictability. |
| Modifier and Type | Class and Description |
|---|---|
static class |
AllocatorContext.Reference<T>
This class represents a
reference
allocated from the current AllocatorContext. |
static class |
LocalContext.Reference<T>
This class represents a reference whose setting is local to the current
LocalContext. |
static class |
PersistentContext.Reference<T>
This class represents a reference over an object which can be kept
persistent accross multiple program executions.
|
Copyright © 2005–2021 Javolution. All rights reserved.