What is the Map interface?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the Map interface?
Rating:
The Map interface provides three collection views that allow a map's contents to be viewed as a set of keys, a collection of values, or a set of key-value mappings. The order of a map is defined as the order in which the iterators on the map's collection views return their elements. A map cannot contain duplicate keys, and each key can map to at most one value.
Rating:
Was this information helpful?
Other articles
- What is serialization?
- Skills required for Sun test CX310-065
- What is the java.util.EnumSet set?
- What is a for-each loop?
- What is an IllegalStateException?