Java: iterating through list of lists?

Posted by HH on Stack Overflow See other posts from Stack Overflow or by HH
Published on 2010-05-06T16:57:07Z Indexed on 2010/05/06 17:08 UTC
Read the original article Hit count: 204

Filed under:
|
|

The question but in C#. So does Java have C#'s command? I need it for Matches-SearchTerm-Files-relationship.

foreach(var i in BunchOfItems.SelectMany(k => k.Items)) {}

© Stack Overflow or respective owner

Related posts about java

Related posts about list