Is there something like LINQ for Java?

Posted by Kb on Stack Overflow See other posts from Stack Overflow or by Kb
Published on 2010-01-05T18:22:10Z Indexed on 2010/04/02 16:13 UTC
Read the original article Hit count: 269

Filed under:
|
|
|
|

Started to learn LINQ with C#.
Especially LINQ to Objects and LINQ to XML.
I really enjoy the power of LINQ.

I learned that there is something called JLINQ a Jscript implementation.
Also (as Catbert posted) Scala will have LINQ

Do you know if LINQ or something similar will be a part of Java 7?

Update: Interesting post from 2008 - http://stackoverflow.com/questions/346721/linq-for-java

© Stack Overflow or respective owner

Related posts about java

Related posts about LINQ