Introduction to Eclipse Collections 1. Overview Eclipse Collections is another improved collection framework for Java. Simply put, it provides optimized implementations as well as some additional data structures and features which are not found in the core Java. The library provides both mutable and immutable implementations of all data structures.… Continue Reading eclipse-collections