public abstract class ParallelArray.Channel extends Object
Modifier and Type | Field and Description |
---|---|
Object |
data |
int |
id |
int |
strideSize |
Constructor and Description |
---|
Channel(int id,
Object data,
int strideSize) |
Modifier and Type | Method and Description |
---|---|
abstract void |
add(int index,
Object... objects) |
abstract void |
swap(int i,
int k) |
Copyright © 2017. All rights reserved.