Georgia Institute of Technology

The Collection Class and SubClasses ArrayList. Other functions. LinkedList. Other functions. must import. import java.util.Collections; all functions and sub-classes (as of 1.5) ARE NOW GENERIC. does not matter the object, will work with it. ... void add(int index, E element) Inserts the specified element at the specified position in this list. ... ................
................