HashMap allows mapping of hashable objects to arbitrary values.

See Map for documentation details.

See also:

Constructor

@:implinlinenew()

Creates a new HashMap.

Methods

@:implinlineexists(k:K):Bool

@:implinlineget(k:K):Null<V>

@:implinlineiterator():Iterator<V>

@:implinlinekeys():Iterator<K>

@:implinlineremove(k:K):Bool

@:implinlineset(k:K, v:V):Void