I was doing it like this
ArrayList p; String pos1 = String.valueOf(p.get(0)); String pos2 = String.valueOf(p.get(1));
But it is not