Collectors and Statistics

Learn about collectors in Java.

Introduction to collectors

Since streams are lazily evaluated and support parallel execution, we need a special way to combine results. For this, we use a Collector.

Get hands-on with 1200+ tech skills courses.