Collection OverviewJ8 Home « Collection Overview
The Stream API was introduced in Java 8 and is used to process collections of objects. A Stream can be thought of as a sequence of elements that can have aggregate operations applied to them. Although superficially a Stream
Lesson 1 Complete
In this lesson we looked at sorting our collections using the Comparable
and Comparator
interfaces.
What's Next?
We start a new section on concurrency by looking at looking at thread basics.