Two dimensional array list
You would use And then when you needed to add a new “row”, you’d add the list: I’ve used this mostly when I wanted to hold references to several lists of Point in a GUI so I could draw multiple curves. It works well. For example: