interface SortedMap Tutorial

As you can observe in the collections framework hierarchy, the Map interface comes with another sub interface SortedMap. The SortedMap can make use of all the methods of Map interface and also it adds its own (the list is given hereunder). The extra advantage (the original one is unique keys, a feature derived from its …

interface SortedMap Tutorial Read More »