How to apply query on List objects in java -
I am doing some project in Java. I need some help on applying query / filters on the list object in Java. Like we can inquire in C # i.e.
list & lt; Replica Manager Custom & gt; Replicamanager; Replicamanager.where (x => x.Id> 6) I want to make my search easier on the list object in Java. Please help me out
You have to do it manually, do it manually. To wit. In Java, if already using the if-else structures in Java. In Java 8 you can use the stream with lambda. Apart from this, you can use Google archive, its functional style has an API to manage collections
Comments
Post a Comment