21 | | || AbstractPermutations || Abstract superclass of all classes that map some input list into a list of all permutations of the input list|| |
22 | | || PermutationsOrderedWithoutReturn || Maps input list into list of all permutations of the input list, when drawing without return.|| |
| 21 | || AbstractPermutations ||Abstract superclass of all classes that map some input list into a list of all permutations of the input list|| |
| 22 | || PermutationsOrderedWithoutReturn ||Maps input list into list of all permutations of the input list, when drawing without return.|| |