Book Image

Java 9 Functional Data Processing [Video]

By : Andrei Ruse
Book Image

Java 9 Functional Data Processing [Video]

By: Andrei Ruse

Overview of this book

<p>The course will introduce viewers to the different data structures available in Java 9, and how they can leverage them to process and manipulate data. We will start with a simple CSV data file, containing information about songs played on a music streaming service.</p> <p>The Videos will teach you about the data file that will be parsed using the Apache Commons framework, giving the audience exposure to using Maven for dependency management, and we will model the contents of the file using our previous song streaming example. The audience will then learn how to use loops to process, filter, and mutate the data in the file. As a bonus, at the end of the product we will learn how to simplify our processing logic using functional programming.</p> <h1>Style and Approach</h1> <p>A friendly course packed with step-by-step instructions that will guide you with Java 9. This comprehensive course is divided into small parts so that you can learn at your own pace the features of Java 9</p>
Table of Contents (3 chapters)
Chapter 2
Types of Data Structure
Content Locked
Section 1
Introduction to Common Java Data Structures (Lists, Sets, Maps, and Their Derivatives) and Their Properties
Which are the data structures provided in Java that can store collections of objects? What are the properties of these data structures? - Discuss lists and sets, together with their differences - Look at queues and deques - Discuss Java maps