Yield Return In Java

后端 未结 10 1238
春和景丽
春和景丽 2020-12-13 23:13

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

10条回答
  •  再見小時候
    2020-12-13 23:42

    use my java library to realize yield return without using threads or byte code manipulation

    http://www.heinerkuecker.de/YieldReturnForNested.html

提交回复
热议问题