public abstract class ParallelArray.Channel
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
data |
int |
id |
int |
strideSize |
Constructor and Description |
---|
Channel(int id,
java.lang.Object data,
int strideSize) |
Modifier and Type | Method and Description |
---|---|
abstract void |
add(int index,
java.lang.Object... objects) |
protected abstract void |
setCapacity(int requiredCapacity) |
abstract void |
swap(int i,
int k) |