Uses of Class
org.paukov.combinatorics3.PermutationGenerator.TreatDuplicatesAs
-
-
Uses of PermutationGenerator.TreatDuplicatesAs in org.paukov.combinatorics3
Methods in org.paukov.combinatorics3 that return PermutationGenerator.TreatDuplicatesAs Modifier and Type Method Description static PermutationGenerator.TreatDuplicatesAsPermutationGenerator.TreatDuplicatesAs. valueOf(String name)Returns the enum constant of this type with the specified name.static PermutationGenerator.TreatDuplicatesAs[]PermutationGenerator.TreatDuplicatesAs. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.paukov.combinatorics3 with parameters of type PermutationGenerator.TreatDuplicatesAs Modifier and Type Method Description IGenerator<List<T>>PermutationGenerator. k(int length, PermutationGenerator.TreatDuplicatesAs treatAsIdentical)IGenerator<List<T>>PermutationGenerator. simple(PermutationGenerator.TreatDuplicatesAs treatAsIdentical)
-