1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
adds object to the end
always returns true
object not type E: run-time exception
inserts element at index #
automatically increments the size of the list by 1
from position # and higher, index +1
removes and returns element at index
automatically decrements the size of the list by 1
right of position index -1
ArrayIndexOutOfBoundsException
negative length or too big
IndexOutOfBoundsException
index is out of range
set, get, remove: index neg || index >= size()
add: index neg || index > size()
ConcurrentModificationException
add/deleting elements during an enhanced for loop