| Package | Description |
|---|---|
| javolution.context |
Run-time
contexts to facilitate
separation of concerns and achieve higher level of performance and flexibility. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ComputeContext.Buffer |
ComputeContext.createBuffer(Buffer init)
Creates a buffer having the specified initial data in this context.
|
protected abstract ComputeContext.Buffer |
ComputeContext.createBuffer(long byteCount)
Creates a memory buffer having the specified capacity in this context.
|
static ComputeContext.Buffer |
ComputeContext.newBuffer(Buffer init)
Returns a memory buffer having the specified initial data.
|
static ComputeContext.Buffer |
ComputeContext.newBuffer(long byteCount)
Returns a memory buffer having the specified capacity.
|
ComputeContext.Buffer |
ComputeContext.Buffer.readOnly()
Returns an unmodifiable view over this buffer.
|
Copyright © 2017. All rights reserved.