Lists

boolean isEmpty() indicates if the list is empty clear() removes all elements from the list index is an int, and object is of type Object . Linked List version 1 ... add at the end of the list add at a given index item next 42 item next -3 item next 17 item next 9 null . The add method ................
................