Java Reference
In-Depth Information
Listing 5-24 demonstrates a sorted map based on a tree map.
Listing 5-24. A sorted map of office supply names and quantities
import java.util.Comparator;
import java.util.SortedMap;
import java.util.TreeMap;
 
Search WWH ::




Custom Search