I have an array list array list, I am trying to change the value in a specific element, but it tells me that the left hand side must be a variable. I am trying to update using this,
list.getMyList().get(4).get(5) = value;
Am I doing this incorrect, how would I update that element?