public class Permutations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Permutations.PermuteCallback |
| Constructor and Description |
|---|
Permutations() |
| Modifier and Type | Method and Description |
|---|---|
static void |
doPermutation(byte[] chars,
int size) |
static void |
main(java.lang.String[] args) |
static java.util.Set<byte[]> |
permute(byte[] chars,
int k) |