Quaere - Anyone using it yet? (LINQ to Objects for Java)
        Posted  
        
            by Marty Pitt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Marty Pitt
        
        
        
        Published on 2009-07-08T07:59:41Z
        Indexed on 
            2010/05/16
            11:30 UTC
        
        
        Read the original article
        Hit count: 356
        
Hi there
I'm a .NET guy originally, working in Java recently, and finding I'm really missing LINQ to Objects, specifically for performing filtering against collections.
A few people here on Stack Overflow have answered the "LINQ for Java?" question with a single word :
However, on the site it clearly states "Pre-Beta", and there's been no commits to their code for over a year, so I'm guessing the project is pretty much dead.
Is anyone actually using this, and / or have any experience with it?
The second most common answer appears to be "use Google Collections". Is this the most appropriate Java way?
Cheers
Marty
© Stack Overflow or respective owner