ArrayList<String> list = ... String item = list.get(index); String item = list.get(5); // get the sixth element of the list