Java Collection Class learning notes (Map Collection)

Source: Internet
Author: User

Map is used to save data that has mappings, so there are two sets of data stored in the Map collection, a set of keys to hold the map, and a set of keys to hold the value corresponding to the key.

The map key does not allow duplication.

HashMap and Hashtable are typical implementations of map interfaces, and their relationships are similar to those of ArrayList and vectors.

The difference between HashMap and Hashtable:

  • Hashtable is a thread-safe map implementation, but HashMap is a thread-insecure implementation.
  • Hashtable is not allowed to use NULL as key and Value,hashmap.

Linkedhashmap is a subclass of HashMap and also uses a doubly linked list to maintain the order of Key-value.

Java Collection Class learning notes (Map Collection)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.