I have class named class1 with two members, member1 and member2. I want to query on an ArrayList of class1 based on member1. We could do this in C# very easy using linq. and I found out that in java we can use libraries like what that has proposed in:
Is there a Java equivalent for LINQ?
However I don't have the time to learn this library, it has a loooot of jar files in its library and I don't know which one I should import to use the functionality I need. It seems it takes time. Can someone give me a programming hint, an equivalent program that can be replaced with that query. It seems I cannot think out of the box of linq. Is there any way to do that query without using these kinds of libraries?