Skip Top Navigation Bar

Collections and Streams

This section takes you through the two APIs you need to process your data in-memory: the Collections Framework and the Stream API.

  1. The Collections Framework

    Getting to know the Collections Framework to store and retrieve data in collections and hashmaps.

  2. The Stream API

    Process your in-memory data with Java streams and collectors. Process them faster with parallel streams.