ContactUs :

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is a TreeMap ?

TreeMap actually implements the SortedMap interface which extends the Map interface. In a TreeMap the data will be sorted in ascending order of keys according to the natural order for the key's class, or by the comparator provided at creation time. TreeMap is based on the Red-Black tree data structure.
Related Posts Plugin for WordPress, Blogger...
Flag Counter