[Question] How to effectively convert a list of list of lists of string into an array of arrays of arrays of string in Java>8

sam smith qustacksm2123456 at gmail.com
Mon May 30 21:14:52 UTC 2022


Hello guys,

Let's say i have a List<List<List<String>>> that i want to convert into a
String[][][]; how to do that effectively in Java versions greater that 8?

Thanks.


More information about the discuss mailing list