I'm trying to be concise. I couldn't find answers online, though I'm sure they're there, but I reviewed these questions on SO and didn't find what I was looking for:
compare-and-retrieve-elements-from-arraylist
getting-index-of-an-item-in-an-arraylist
getting-a-particular-arraylist-element
I have an ArrayList
with a number of arrays in them, each of which are one-dimensional and have varying amounts of elements (both string and int). How can I access the elements in the ArrayList
?