News

In this article, key Eclipse Collections contributors demonstrate techniques for refactoring standard Java code to Eclipse Collections, and demonstrate some of the memory savings you can achieve.
Learn about new Java 8 features in Eclipse Collections, a high performance Java Collections framework, and see some of the new things we’ve done to prepare for Java 9.
Streams and lambdas give you powerful and elegant ways to work with Java collections. Here’s how to take advantage of them.
Guava brings filtering and transformation on collections to standard Java and that is the subject of this post. Guava’s Collections2 class features two public methods, both of which are static.
Java Streams and Collectors Examples 🚀 A comprehensive collection of Java Stream API examples based on real-world e-commerce scenarios, demonstrating the power and elegance of functional programming ...
The program implements the Pipe and Filter pattern using Java Streams and functional programming. It takes a list of integers as input and processes it through a series of filters applied sequentially ...