Research and analysis of common implementation class of collection and map in Java

Source: Internet
Author: User

Interface/Implementation Class Describe Whether the key can be null Null is an error Whether key is duplicated Key repeat Error Whether key is consistent with add is thread safe
List A collection of elements of a group            
ArrayList Based on array storage, read fast Is Whether Is Whether Is Whether
LinkedList Based on two-way linked list storage, insert fast Is Whether Is Whether Is Whether
Vector Efficiency is slower than ArrayList based on array storage Is Whether Is Whether Is Is
               
Map              
HashMap   Is Whether Whether Whether Whether Whether
TreeMap Based on red-black tree implementation Whether Is Whether Whether Whether Whether
Concurrenthashmap Hashtable upgrade, 16 times times faster than Hashtable Whether Is Whether Whether Whether Is
Hashtable Two-dimensional array of unidirectional chains Whether Is Whether Whether Whether Is
               
Set              
HashSet Based on HashMap Is Whether Whether Whether Whether Whether
TreeSet Automatic sorting of data based on TreeMap Whether Is Whether Whether Whether Whether

Research and analysis of common implementation class of collection and map in Java

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.