uka.util
Interface Permutation

All Known Implementing Classes:
ArrayPermutation

public interface Permutation


Method Summary
 int compute(int n)
           
 int getStart()
           
 int getStop()
           
 

Method Detail

getStart

public int getStart()

getStop

public int getStop()

compute

public int compute(int n)