| Iterates over all the possible permutations available in a list of
com.google.gwt.junit.client.Range s.
The simplest way to iterate over the permutations of multiple iterators is in
a nested for loop. The PermutationIterator turns that for loop inside out
into a single iterator, which enables you to access each permutation in a
piecemeal fashion.
|