public final class PermutationUtils extends Object
public static void generatePermutations(List<String> keyList, List<String> prefix, Map<String,List<String>> dataMap, List<List<String>> generatedPermutations)
keyList
- The ordered list of categories available.prefix
- The built up prefixdataMap
- The category to list of elements for that category.generatedPermutations
- The list of generatedPermutations to this point.Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.