So I have an ArrayList which have arrays as its value. Now I want to iterate through each ArrayList node and also through all the respective array index at each node. What should be the best way to do so if I want to display a whole nodal index (all the array components in that node) in a single line.So I have an ArrayList which have arrays as its