Community

Easy Fine-Grained Sorting with JDK 8

(Dustin Marx) Java 8‘s introduction of streams and useful static/default methods on the Comparator interface make it easy to compare two objects based on individual fields’ values without need to implement a compare(T,T) method on the class whose objects are being compared.

/membership]
Read More (Community content)