Using get is not the only way to access members of a collection


for (String str : list)
// Iterates through each String element of the list