June 2018
Intermediate to advanced
316 pages
6h 34m
English
A hash table is built on a map data structure but uses a hash function to compute an index of items into an array of values. Since data in this data structure is stored in an associative manner, you can access a desired value very fast:

The HashMap class implements this data structure and supports operations such as:
Read now
Unlock full access