I'm trying to figure out how to replace a specific index in a arraylist of arraylists
The only stuff I've been able to find so far is how to just get the index with .get(x).get(y) I'm having no real luck with google at the moment, so I figured I'd finally make a post about it. Any help would be great, thanks in advance.
set(int index, E o)
. See ArrayList#set – peeskillet 13 mins ago