HashMap


Object Hierarchy:

Object hierarchy for HashMap

Description:

public class HashMap<K,V> : AbstractMap<K?, V?>

Hash table implementation of the Map interface.

This implementation is better fit for highly heterogenous key values. In case of high key hashes redundancy or higher amount of data prefer using tree implementation like TreeMap.

See also:

TreeMap



Namespace: Gee
Package: gee-1.0

Content:

Creation methods:

Properties:

Methods:


Generated by Valadoc