|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ikokoon.toolkit.Permutations
public class Permutations
This class generates the permutations for parameters.
| Constructor Summary | |
|---|---|
Permutations()
|
|
| Method Summary | |
|---|---|
void |
getPermutations(java.lang.Object[] objects)
|
void |
getPermutations(java.lang.Object[] objects,
java.util.List<java.lang.Object[]> permutations,
int n)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Permutations()
| Method Detail |
|---|
public void getPermutations(java.lang.Object[] objects)
public void getPermutations(java.lang.Object[] objects,
java.util.List<java.lang.Object[]> permutations,
int n)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||