Companies Home Search Profile

Learning Java Collections

Focused View

Kevin Bowersox

3:10:39

0 View
  • [1] Java collections framework.mp4
    00:57
  • [2] What you should know.mp4
    01:25
  • [1] Solving everyday problems with data.mp4
    02:09
  • [2] Data structures.mp4
    03:07
  • [3] Collections framework architecture.mp4
    03:22
  • [4] Working with a collection.mp4
    05:46
  • [5] Beyond the array.mp4
    03:01
  • [1] Interfaces.mp4
    06:58
  • [2] Collection types.mp4
    02:52
  • [3] The Collection interface.mp4
    02:04
  • [4] Collection methods.mp4
    04:24
  • [5] Creating a collection.mp4
    05:04
  • [6] Generic typing.mp4
    04:26
  • [7] Object comparison.mp4
    02:19
  • [8] The equals method.mp4
    06:40
  • [9] Challenge Adding and removing collection elements.mp4
    05:06
  • [10] Challenge Advanced collection problems.mp4
    06:48
  • [1] Iterating collection elements.mp4
    02:55
  • [2] Accessing collection elements with iterators.mp4
    06:04
  • [3] Modifying collections while iterating.mp4
    04:39
  • [4] Accessing collection elements with streams.mp4
    05:38
  • [5] Lambda expressions.mp4
    02:56
  • [6] Stream operations.mp4
    04:17
  • [7] Challenge Iterating collections.mp4
    05:23
  • [1] Set.mp4
    01:52
  • [2] HashSet.mp4
    05:12
  • [3] TreeSet.mp4
    03:50
  • [1] List interface.mp4
    03:49
  • [2] List implementations.mp4
    03:09
  • [3] ArrayList.mp4
    07:09
  • [4] Challenge Working with Lists.mp4
    07:29
  • [1] Queue interface.mp4
    03:16
  • [2] Queue implementations.mp4
    06:37
  • [3] Deque interface.mp4
    03:52
  • [4] Using an ArrayDeque as a stack.mp4
    04:40
  • [1] Map interface.mp4
    02:56
  • [2] Collection views.mp4
    01:44
  • [3] Map implementations.mp4
    03:03
  • [4] How a HashMap works.mp4
    02:33
  • [5] Map methods.mp4
    04:45
  • [6] Iterating Maps.mp4
    02:52
  • [7] Challenge Working with Maps.mp4
    03:46
  • [1] Ordering elements.mp4
    04:05
  • [2] Sorting collections.mp4
    04:58
  • [3] Comparators.mp4
    04:06
  • [4] Finding elements in a collection.mp4
    05:00
  • [1] Course wrap-up.mp4
    01:36
  • Description


    As developers advance past the basics of Java, they must understand how to effectively use Java collections in their daily work. This course offers you a deep dive into the framework and hands-on experience working with it. The Java Collections framework consists of interfaces, implementations, and utilities that together provide standard support for common data structures in the language. Instructor Kevin Bowersox explains these things, then goes into real examples of techniques for working with them, like creating different collections types and iterating them. He covers operations and interfaces such as List (including both ArrayList and LinkedList), Queue, Deque, and Map. Kevin concludes with a discussion of how you can use Java Collections utilities to sort elements, search collections, use comparators, and more.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Kevin Bowersox
    Kevin Bowersox
    Instructor's Courses
    LinkedIn Learning is an American online learning provider. It provides video courses taught by industry experts in software, creative, and business skills. It is a subsidiary of LinkedIn. All the courses on LinkedIn fall into four categories: Business, Creative, Technology and Certifications. It was founded in 1995 by Lynda Weinman as Lynda.com before being acquired by LinkedIn in 2015. Microsoft acquired LinkedIn in December 2016.
    • language english
    • Training sessions 47
    • duration 3:10:39
    • English subtitles has
    • Release Date 2024/10/07

    Courses related to Java