public class ArrayList{ public Object get(int i) { . . . } public Object set(int i, Object newValue) { . . . } . . . private Object[] elementData;}