previous | start | next

Public Interface of PermutationGenerator

class PermutationGenerator
{
    public PermutationGenerator(String s) { . . . }
    public String nextPermutation() {. . . }
    public boolean hasMorePermutations() { . . . }
}


previous | start | next