Presentation: The Java Evolution of Eclipse Collections
Abstract
With each passing version of Java, frameworks must adapt and transform in order to stay current. Eclipse Collections is a collections framework for Java. It has JDK-compatible List, Set and Map implementations with a rich API, as well as additional types not found in the JDK such as Bags, Multimaps and BiMaps. Eclipse Collections also has a full complement of primitive containers.
In this session, we will cover some of the newest features from the 8.0.0 release including the use of Java 8 features such as:
- Collectors – Learn how to transform your streams with your own custom, reusable Collectors.
- Optional – Leverage interop between this new Java 8 class and EC API like detectWithOptional().
- SummaryStatistics – Understand ways to perform mathematical evaluations on your JDK and EC primitive collections and see the memory saving benefits of EC primitive collections.
These new interactions allow developers to have a more seamless experience coding using both Eclipse Collections and Java. We will also discuss some of the upcoming changes to the framework to better prepare for Java 9, specifically the process of modularizing the framewor
Similar Talks
Java Futures, 2019 Edition
Java Language Architect @Oracle
Brian Goetz
Inside Job: How to Build Great Teams Within a Legacy Organization?
Engineering Director @Meetup
Francisco Trindade
Self-Selection for Resilience and Better Culture
Agile/DevOps Trainer & Founder of Agile Play Consulting, LLC
Dana Pylayeva
CockroachDB: Architecture of a Geo-Distributed SQL Database
CockroachDB maintainer, Co-founder & CTO @CockroachDB
Peter Mattis
Breaking Hierarchy - How Spotify Enables Engineer Decision Making
Senior Engineering Manager, Data and Machine Learning Infrastructure @Spotify
Kristian Lindwall
Context Matters: Improving the Performance and Wellbeing of Teams
Director of IT @Etsy
Shawn Carney
Maintaining the Go Crypto Libraries
Cryptogopher @Google
Filippo Valsorda
The Trouble with Memory
Java Performance Expert & Java Champion
Kirk Pepperdine
Video Streaming at Scale
IBM Distinguished Engineer, CTO Watson Media Cognitive Solutions @IBM