Collection Framework : Java
to be completed soon…
To do :
List, Queue, Set
Done :
Map
Broadly there exist 5 distinct group of maps based on their internal behavior & guarantees :
General Purpose (Hashing)
Ordered (Insertion Sequence)
Sorted (Natural / Custom Ordering)
...
compator-vs-comparable.hashnode.dev2 min read