I cannot understand why TreeMap is called TreeMap but not SortedMap.
TreeMaprepresents an implementation of an interface SortedMap. or implemented . SortedMapTreeMap
As I understand it, TreeMap is a map that automatically sorts its elements.
, TreeMap , .