public class Subset extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int[] |
count |
private int |
rank |
private int[] |
start |
private int[] |
stride |
| Constructor and Description |
|---|
Subset(int rank) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getCount() |
int |
getRank() |
int[] |
getStart() |
int[] |
getStride() |