svsathya
Answered On : Mar 31st, 2007
An object that maps keys to values. A map cannot contain duplicate keys; each key can map to at most one value
This implementation provides all of the optional map operations, and permits null values and the null key
map implementations, like the TreeMap class, make specific guarantees as to their order; others, like the HashMap class, do not.
Login to rate this answer.