TreeMap Ordering: Understanding Key-Value Comparisons
The elements stored in TreeMap are ordered because it uses a red-black binary tree structure as its underlying data structure. The basis for comparison is:
A. Node element Entry
B. None of the above
C. Node element key-value
D. Node element key
Correct Answer: C. Node element 'key-value'
原文地址: https://www.cveoy.top/t/topic/odUK 著作权归作者所有。请勿转载和采集!