Outils
类 PermutationGenerator

java.lang.Object
  继承者 Outils.PermutationGenerator

public class PermutationGenerator
extends java.lang.Object


构造函数摘要
PermutationGenerator(int n)
           
 
方法摘要
 int[] getNext()
           
 java.math.BigInteger getNumLeft()
           
 java.math.BigInteger getTotal()
           
 boolean hasMore()
           
 void reset()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

PermutationGenerator

public PermutationGenerator(int n)
方法详细信息

reset

public void reset()

getNumLeft

public java.math.BigInteger getNumLeft()

getTotal

public java.math.BigInteger getTotal()

hasMore

public boolean hasMore()

getNext

public int[] getNext()