| Constructor and Description |
|---|
IndexValues(int... lengths)
Constructs an
Iterable for all possible combination of array
index values given the array lengths. |
public IndexValues(int... lengths)
Iterable for all possible combination of array
index values given the array lengths. This can be useful for generating
unit test cases.lengths - array lengthsCopyright © 2016. All rights reserved.