int index = 0; for(Element song : question) { System.out.println("Current index is: " + (index++)); }