public class PermutationAndExpansion extends Object
| Constructor and Description |
|---|
PermutationAndExpansion() |
| Modifier and Type | Method and Description |
|---|---|
static void |
expand(List<List<String[]>> parent,
List<String[]> child) |
static List<List<String>> |
linearize(List<List<String[]>> originalList) |
static void |
permutate(List<String[]> l,
List<String> ls) |
static void |
permutate(List<String[]> l,
String[] a,
int n) |
public static void expand(List<List<String[]>> parent, List<String[]> child) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2017. All rights reserved.