News

Java developers must know how to use built-in features like collections to optimize data processing and performance.
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.
The Java Platform provides the most commonly used data structures in the form of the Collections Framework, and it provides a rich API to operate on them. This article explains the concepts behind ...
The module system and REPL tool have received widespread attention, but Java's newest release has much more to offer. This series introduces other enhancements to Java 9, beginning with the new ...
Why should you use Collections class methods rather than similarly named fields to obtain empty collections? Type safety makes the crucial difference.
Researchers have built proof-of-concept exploits for an unpatched unserialize vulnerability in Apache Commons Collections, a library used in most Java rollouts.
I haven't used the apache collections library, but guava is the very first thing I add to any new java project. Even if you completely exclude the collections part altogether, it is still insanely ...