I am looking for a library which can select object from ArrayList like SQL \"where\" command.
I have huge arraylists (between 2000 and 20000) in my project and i don\'t
The Guava library is much more popular than lambdaj, and does allow you to avoid for, while loops by using preficates and filter methods.