Maps
Home ] Up ] What is It? ] Vector & Enumeration ] Collections Interfaces ] Algorithms ] Sets ] [ Maps ]

 

Map Interface
HashMap Class
SortedMap Interface
TreeMap Class
TreeMap with Comparator

 

A map is an object that maps keys to values. A map cannot contain duplicate keys; each key can map to at most one value.

Here's where we see how the Collections framework supports maps.

This page was last modified on 02 October, 2007