public class PermutationGenerator extends java.lang.Object
PermutationGenerator(int n)
int[]
getNext()
java.math.BigInteger
getNumLeft()
getTotal()
boolean
hasMore()
static void
main(java.lang.String[] args)
void
reset()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PermutationGenerator(int n)
public void reset()
public java.math.BigInteger getNumLeft()
public java.math.BigInteger getTotal()
public boolean hasMore()
public int[] getNext()
public static void main(java.lang.String[] args)