I\'ve created a linked list in java using generics, and now I want to be able to iterate over all the elements in the list. In C# I would use yield return insid
yield return
use my java library to realize yield return without using threads or byte code manipulation
http://www.heinerkuecker.de/YieldReturnForNested.html