#ArrayList remove does not exist

2 messages · Page 1 of 1 (latest)

warm lynx
teal shoal
#

The remove method exist on the ArrayList itself and not on an entry. So, you must call user.remove(i) to remove the object from the ArrayList.