Discussion
Discover more aspects regarding different interfaces.
We'll cover the following...
Additional notes
The List
, USet
, and SSet
interfaces described before are influenced by the Java Collections Framework. These are essentially simplified versions of the List
, Set
, Map
, SortedSet
, and SortedMap
...