PermutationsExtension<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
permutations(
) → Iterable< Iterable< T> > -
Available on Iterable<
Returns an iterable that consists of iterables, where each iterable is a collection of all the permutations of the elements in this iterable.T> , provided by the PermutationsExtension extension -
swap(
List< T> input, int a, int b) → void -
Available on Iterable<
T> , provided by the PermutationsExtension extension