|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--RandomizeArray
Used to generate array indexing orders.
Constructor Summary | |
RandomizeArray()
Empty default constructor. |
Method Summary | |
int[] |
getArray(int size)
Generates a random indexing array. |
int[] |
getNormal(int size)
Generates normal indexing array (not randomized). |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public RandomizeArray()
Method Detail |
public int[] getArray(int size)
size
- Size of indexing array to generate.public int[] getNormal(int size)
size
- - Size of indexing array to generate.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |