Package org.teiid.query.util
Class Permutation
- java.lang.Object
-
- org.teiid.query.util.Permutation
-
public class Permutation extends Object
-
-
Constructor Summary
Constructors Constructor Description Permutation(Object[] items)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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).
-