See the API for ArrayList.
ArrayList (Java Platform SE 6)
There is no method elementAt, or addElement (you are probably looking for get(int) and add(int))