Is there a way to use a foreach loop to iterate through a collection backwards or in a completely random order?
foreach
You could sort the List by supplying your own Comparator and iterate over that one.