com.ikokoon.toolkit
Class Permutations

java.lang.Object
  extended by com.ikokoon.toolkit.Permutations

public class Permutations
extends java.lang.Object

This class generates the permutations for parameters.

Since:
06.10.09
Version:
01.00
Author:
Michael Couck

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

Permutations

public Permutations()
Method Detail

getPermutations

public void getPermutations(java.lang.Object[] objects)

getPermutations

public void getPermutations(java.lang.Object[] objects,
                            java.util.List<java.lang.Object[]> permutations,
                            int n)


Copyright © 2010. All Rights Reserved.