abstract HashMap<K, V>(HashMapData<K, V>)
package haxe.ds
HashMap allows mapping of hashable objects to arbitrary values.
See Map
for documentation details.
See also:
HashMap allows mapping of hashable objects to arbitrary values.
See Map
for documentation details.
See also:
staticinlinekeyValueIterator(this:HashMapData<K, V>):HashMapKeyValueIterator<K, V>