for (int i = 0; i < arrlist.size(); i++) { // Get each item (in this case print each item) System.out.println(arrlist.get(i)); }