What is a treemap?
Treemap is a navigable map interpretation in java which is built around the concepts of red and black trees. The keys of a treemap are sorted in ascending order by their keys.
🔗Reference: stackoverflow.com
🔗Source: Java Interview Questions and Answers