Class PermutationGenerator


  • public class PermutationGenerator
    extends java.lang.Object
    • Constructor Detail

      • PermutationGenerator

        public PermutationGenerator​(int n)
    • Method Detail

      • reset

        public void reset()
      • getNumLeft

        public java.math.BigInteger getNumLeft()
      • getTotal

        public java.math.BigInteger getTotal()
      • hasMore

        public boolean hasMore()
      • getNext

        public int[] getNext()