Java data Structure HashSet and HashMap (Java Core Volume Ⅰ reading notes)

Source: Internet
Author: User

Increase

Delete

The Remove method allows you to delete a specified element.

Find

*********************

****************************

HashSet can neither use the index of 0 1 2 3 to determine the value of an element, nor use key to determine the value of an element

*********************

HashSet like this ["AA", "BB"] grow into such a data structure

******************

HashMap grow into such {a=123, B=hello}

Jsonobject very much like {"A": 123, "B": null}

*hashmap* *hashset*
HASHMAP implements the Map interface HashSet implements the set interface
HashMap Store key value pairs HashSet Only Store objects
Use the put () method to put elements into a map Use the Add () method to put an element into a set

HashMap Faster,

Because a unique key is used to get the object

HashSet more slowly than HashMap.

Java data Structure HashSet and HashMap (Java Core Volume Ⅰ reading notes)

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.