Java 21 New Feature: Sequenced Collections

Java 21 New Feature: Sequenced Collections

Java via YouTube Direct link

Properties of LinkedHashSet

7 of 16

7 of 16

Properties of LinkedHashSet

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Java 21 New Feature: Sequenced Collections

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Introducing the architecture of the Collections API
  3. 3 What does it mean for a collection to be sorted
  4. 4 Ordering elements in a collection with an index
  5. 5 Differences between Lists and SortedSets
  6. 6 Defining the encounter order for List, Set, and SortedSet
  7. 7 Properties of LinkedHashSet
  8. 8 Common behavior between List, SortedSet and LinkedHashSet
  9. 9 Defining the behavior of sequenced collections
  10. 10 Adding SequencedCollection and SequencedSet to the Collections API
  11. 11 Making Deque implement SequencedCollection
  12. 12 Iterating over the elements of a Map
  13. 13 Iterating over the elements of a SortedMap or NavigableMap
  14. 14 Introducing SequencedMap
  15. 15 Creating unmodifiable views with the Collections factory class
  16. 16 Outro

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.