Re: Iteration Inside and Out – journal.stuffwithstuff.com - http://journal.stuffwithstuff.com/2013...
"You can totally do internal iteration in Java <= 8 with anonymous inner classes. It just isn't as terse as it will be in Java 8. Google Guava's collection API is the most widely used system for doing this and the IDE support for it is quite good and cleans up much of the verbosity." - Sam Pullara