HashMap allows mapping of hashable objects to arbitrary values.

See Map for documentation details.

See also:

Methods

@:implinlineclear():Void

@:implcopy():HashMap<K, V>

@: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