In Java I want to convert a nested List which contains at the deepest level a uniform type into an multidimensional array of that type. For example, which c
In Java I want to convert a nested List which contains at the deepest level a uniform type into an multidimensional array of that type. For example, which c