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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -