
public interface HjIntArrayView
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HjIntArrayView.HjIntArrayView1D
A 1-D view on a 1-D Java array.
|
static interface |
HjIntArrayView.HjIntArrayView2D
A 2-D view on a 1-D Java array.
|
static interface |
HjIntArrayView.HjIntArrayView3D
A 3-D view on a 1-D Java array.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
baseArray()
The raw Java 1-D array wrapped by the array view.
|
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.