map : Java Glossary

map

Map has two meanings, tools for navigating on planet earth, and tools to let you lookup Objects by key.

Geographical Maps

Java Maps

In Java, java.util.Map is the interface that Collections implement when they are capable of looking something up by unique key.

Many classes implement it including: AbstractMap, Attributes, AuthProvider, ConcurrentHashMap, EnumMap, HashMap, Hashtable, IdentityHashMap, LinkedHashMap, PrinterStateReasons, Properties, Provider, RenderingHints, TabularDataSupport, TreeMap, UIDefaults and WeakHashMap.

All Maps support put( key, value) and get( key).

Note that Collections that look up by an int index such as ArrayList and Vector are not considered Maps. They are Lists.

Learning More

Oracle’s Javadoc on Map interface : available:
Oracle’s Javadoc on Collections.unmodifiableMap : available:
Oracle’s Javadoc on Collections.emptyMap() : available:

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/map.html J:\mindprod\jgloss\map.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.211]
You are visitor number 16,801.