public class Permutation extends Object
| Constructor and Description |
|---|
Permutation(Object[] items) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Object[]> |
generate()
Create list of arrays of items, in all possible permutations (that's n! permutations).
|
Iterator<Object[]> |
generate(int size)
Create list of arrays of items, in all possible permutations (that's n! permutations).
|
Copyright © 2019. All rights reserved.