Interface | Description |
---|---|
Permutator<T> |
Permutator is a permutator interface. |
Class | Description |
---|---|
PermutatorExhaustive<T> |
PermutatorExhaustive implements an exhaustive permutator that produces all
possible permutations for a given tuple. |
PermutatorRandom<T> |
PermutatorRandom implements a random permutator. |
PermutatorTrivial<T> |
PermutatorTrivial implements a trivial permutator. |