View on GitHub

Bearded-android-docs

HashTable

Download this project as a .zip file Download this project as a tar.gz file

Created Tuesday 17 December 2013

A hash table is a datastructure that maps keys to values.

In Java, a hash table:

The HashTable class is roughly a very slow, synchronized version of HashMap.


Backlinks:

Java:Collections:HashMap
comments powered by Disqus