Video description
More than 6 hours of video training covering Java Collections, including design considerations and features added with Java 8 and Java 9!
Learn everything you need to know to get the most of the Java Collections Framework. Simon Roberts, best-selling Java author and trainer, will detail the nuances of working with collections, so you can better understand the concepts and see firsthand how to use this powerful API. This course is an essential guide to learning how the collections API—which is rich with functionality—can help with regular programing projects. In addition to learning about interfaces, classes, and methods, you will explore design questions, why the API is the way it is, and how you can use it for best effect. You will also learn how to break up complex coding problems and how to more efficiently maintain code. You will actually explore design patterns and principles used in the collections API that are applicable to many areas of programing.
This course takes a different approach from most Java courses, using a story-like approach to teach concepts. Topics start by looking at a problem, considering how it might be solved, and steadily working to more advanced solutions, while building understanding of the concepts, libraries, and syntax being used. You will develop a thorough understanding of each chunk of knowledge, so you are ready to use that understanding in your daily coding.
You will start by taking a look at generalization in collections and explore key collection API interfaces. You will then find out why there’s a need for generics, see general tools you can use, and take a look at some use cases. After that you will dive in, exploring investigating lists, array-based implementations of a list, linked implementation, and more. The next step is then understanding iterating collections, equality, orders, hash codes, and hashed storage before jumping into sets, trees, improving designs, maps, implementing the iterator pattern, the new functional methods added with Java 8, and more interfaces. You will then take a look at list implementations and utilities for collections. The course will wrap things up with a section on creating and combining comparators, which includes more functional additions to the APIs.
Download the source code repository for this LiveLesson from informit.com/title/9780134663517
About the Instructor
Simon Roberts started his computing career as a programmer in the early 1980s and built several of his own microprocessor-based computers. He moved to Sun Microsystems, Inc. in mid-1995 and almost immediately became the lead Java instructor in the U.K. In 1998, Simon moved to Colorado, where he still lives. While at Sun, he created the Sun Certified Programmer, Developer, and Architect certifications, and worked in teams on several other certifications and subsequent revisions to those exams. He wrote three books on Java, including two certification study guides, one covering the Programmer and Developer exams, and one on the Architect exam. He left Sun in 2004 and became an independent instructor, architect, and software engineer.
Skill Level
- Beginner to Intermediate
Who Should Take This Course
This course will benefit intermediate and advanced level Java programmers looking to develop and solidify their understanding of the core Collections API, or looking to add the functional features that were added at Java 8 to their repertoire. Additionally, because the course investigates design issues and patterns in the context of the Collections API, anyone wishing to improve their grasp of how to apply patterns as part of their software engineering toolkit can benefit. The course also addresses all the Collections-related topics that are essential knowledge for Oracle’s Java Programmer certification (1Z0-809) for Java SE 8, and is of value to anyone preparing for that, or a similar exam.
Course Requirements
The primary intended audience has an intermediate knowledge of Java. In addition, software engineers who are transitioning to Java from a position of solid experience of another object-oriented programming language in the syntactic traditions of C/C++ should be able to gain full benefit from the course. For example, a candidate with a good knowledge of C# would benefit from this material, even if one does not have prior experience in Java.
About LiveLessons Videos
The LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include: IT Certification, Programming, Web Development, Mobile Development, Home & Office Technologies, Business & Management, and more. View All LiveLessons http://www.informit.com/livelessons.
Table of contents
- Introduction
- Lesson 1: Generalization and Collections
- Lesson 2: The Need for Generics
- Lesson 3: Lists in More Detail
- Lesson 4: Everything in the Bucket
-
Lesson 5: Comparing Things
- Learning objectives
- 5.1 What is Equality?
- 5.2 Naive Implementation of Equals
- 5.3 Equality and OO
- 5.4 Natural Ordering
- 5.5 Implementing Ordering
- 5.6 Other Orders
- 5.7 Investigating Hash Codes and Hashed Storage (Part 1)
- 5.8 Investigating Hash Codes and Hashed Storage (Part 2)
- 5.9 Rules for Implementing Hash Codes
- Lesson 6: Sets, Trees, and Ordering
- Lesson 7: Improving Designs
- Lesson 8: Maps
- Lesson 9: Implementing the Iterator Pattern
- Lesson 10: Functional Methods
- Lesson 11: More Interfaces
- Lesson 12: Investigating List Implementations
- Lesson 13: Utilities for Collections
- Lesson 14: Creating and Combining Comparators
- Summary
Product information
- Title: Modern Java Collections
- Author(s):
- Release date: August 2017
- Publisher(s): Pearson
- ISBN: 0134663527
You might also like
video
Design Patterns in Java
Design Patterns in Java LiveLessons is a clear, concise introduction to one of the most important …
video
Design Patterns in Java
In this Design Patterns in Java training course, expert author Petter Graff teaches you about the …
book
Modern Java Recipes
The introduction of functional programming concepts in Java SE 8 was a drastic change for this …
book
Java Generics and Collections
This comprehensive guide shows you how to master the most importantchanges to Java since it was …