Package | Description |
---|---|
list |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPermutations<E>
Abstract base class for Permutations, common providing standard functions.
|
class |
PermutationsOrderedWithoutReturn<E>
Creates all ordered permutations without return.
|
class |
PermutationsWithoutReturn<E>
Creates all permutation without return (WOR).
|
class |
PermutationsWithReturn<E>
Creates all permutations with return (WR).
|