15.9 Map Implementations Figure 15.3, p. 787, shows four implementations of the Map<K, V> interface found in the java.util package:…

The TreeSet<E> Class The TreeSet<E> class implements the NavigableSet<E> interface and thereby the SortedSet<E> interface. By default, operations on a…