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 | Method and Description |
---|---|
Allocator<T> |
ObjectFactory.currentAllocator()
Returns the factory allocator for the current thread (equivalent
to
AllocatorContext.current().getAllocator(this) ). |
protected abstract Allocator |
AllocatorContext.getAllocator(ObjectFactory factory)
Returns the allocator for the specified factory in this context.
|
protected Allocator |
HeapContext.getAllocator(ObjectFactory factory) |
protected Allocator |
PoolContext.getAllocator(ObjectFactory factory) |
protected Allocator |
ImmortalContext.getAllocator(ObjectFactory factory) |
Copyright © 2005–2018 Javolution. All rights reserved.