return (String) friends.get(index);
return friends;
friends = new ArrayList(); for (int i=0; i<size;i++) friends.add("");
friends.set(index, name);