Java Collections Framework Full Course

Master the Java Collections Framework, Generics, Wildcards and Streams API from the fundamentals to advanced concepts. This playlist brings together all the important collection-related videos from the Complete Core Java course in the correct learning order. You will understand how Java stores, manages, searches, sorts and processes groups of objects efficiently. The playlist begins with Generics because modern Java collections are built around type safety. It then covers the complete Collections Framework, including its hierarchy, major interfaces, implementations, internal working and practical use cases. Topics covered include: * Generics in Java * Generic classes, interfaces and methods * Bounded type parameters * Wildcards * `? extends`, `? super` and PECS * Java Collections Framework hierarchy * `Collection` and `Map` interfaces * `List`, `Set`, `Queue` and `Deque` * `ArrayList` and `LinkedList` * `HashSet`, `LinkedHashSet` and `TreeSet` * `PriorityQueue` and `ArrayDeque` * `HashMap`, `LinkedHashMap` and `TreeMap` * Internal working of `HashMap` * `equals()` and `hashCode()` * `Iterator` and `ListIterator` * `Comparable` and `Comparator` * Sorting collections * Collection

Gratuit16 leçons17 h 52 minIntermédiaire

chaîne Coder Army

juillet 2026

Vérifié il y a 3 jours

Ce que vous allez apprendre

  • Java Generics Deep Dive · Bounded Types using extends
  • Java Collection Framework Explained · Data Structures + Complete Hierarchy
  • Java Collection Interface Deep Dive · Methods & Internals
  • Set & Map Interface in Java · Internal Working of HashMap, HashSet & TreeMap
  • Comparable Interface in Java · Collections class · Comparing Objects
  • Lambdas & Functional Interface Deep Dive · Method References & Composition
  • Java Stream Methods Deep Dive · All Intermediate & Terminal Operations
  • Parallel Streams in Java Explained · Primitive Optional Classes

Tiré des leçons du cours, dans les mots de l'auteur.

Gratuit

Ce cours est gratuit et publié sur YouTube. La chaîne en reste l'auteur, nous ne faisons que le classer et vérifier que les vidéos s'ouvrent.

Commencer le cours

Sujets liés

Ce cours comprend

  • 17 h 52 min de vidéo
  • 16 leçons
  • Niveau : Intermédiaire
  • Langue : English
  • On retient où vous en étiez
  • Entièrement gratuit, sans carte

Leçons

2 sections · 16 leçons · 17 h 52 min durée totale

Leçons 1 à 1010 leçons · 11 h 4 min
Leçons 11 à 166 leçons · 6 h 47 min

Ce qu'il vous faut

  • Des bases aident : le cours reprend après les fondamentaux.

Description

Master the Java Collections Framework, Generics, Wildcards and Streams API from the fundamentals to advanced concepts. This playlist brings together all the important collection-related videos from the Complete Core Java course in the correct learning order. You will understand how Java stores, manages, searches, sorts and processes groups of objects efficiently. The playlist begins with Generics because modern Java collections are built around type safety. It then covers the complete Collections Framework, including its hierarchy, major interfaces, implementations, internal working and practical use cases. Topics covered include: * Generics in Java * Generic classes, interfaces and methods * Bounded type parameters * Wildcards * `? extends`, `? super` and PECS * Java Collections Framework hierarchy * `Collection` and `Map` interfaces * `List`, `Set`, `Queue` and `Deque` * `ArrayList` and `LinkedList` * `HashSet`, `LinkedHashSet` and `TreeSet` * `PriorityQueue` and `ArrayDeque` * `HashMap`, `LinkedHashMap` and `TreeMap` * Internal working of `HashMap` * `equals()` and `hashCode()` * `Iterator` and `ListIterator` * `Comparable` and `Comparator` * Sorting collections * Collection

À qui s'adresse ce cours

  • Celles et ceux qui connaissent les bases de Java.

Ces deux points sont notre lecture du niveau. La description est celle de l'auteur.

Picked on Temu

Java Collections Framework Full Course, chaîne Coder Army