March 2025
Intermediate to advanced
2016 pages
69h 59m
English
Chapter Topics
How collections, sets, and maps with a well-defined encounter order have been retrofitted as sequenced types in the java.util package using the SequencedCollection<E>, the SequencedSet<E>, and the SequencedMap<K, V> interfaces that allow uniform operations on elements at both ends and provide a reverse-ordered view.
How to create unmodifiable sequenced collections, sets, and maps.
How concurrent collections and maps in the java.util.concurrent package have been retrofitted as sequenced concurrent types.
Prerequisites
How to create and use concrete classes of the Collection, the List, the Set ...
Read now
Unlock full access