ObjectMap allows mapping of object keys to arbitrary values.
On static targets, the keys are considered to be strong references. Refer
to haxe.ds.WeakMap
for a weak reference version.
See Map
for documentation details.
See also:
Constructor
Methods
iterator():Iterator<T>
Available on hl
See Map.iterator
(cs, java) Implementation detail: Do not set()
any new value while
iterating, as it may cause a resize, which will break iteration.
iterator():Iterator<V>
Available on php, java, cs, neko, python, flash, macro, cpp, js
See Map.iterator
(cs, java) Implementation detail: Do not set()
any new value while
iterating, as it may cause a resize, which will break iteration.
iterator():Iterator<B>
Available on lua
See Map.iterator
(cs, java) Implementation detail: Do not set()
any new value while
iterating, as it may cause a resize, which will break iteration.
inlinekeyValueIterator():KeyValueIterator<K, V>
Available on php, java, cs, neko, python, flash, macro, cpp, js
keys():Iterator<K>
Available on hl, php, java, cs, neko, python, flash, macro, cpp, js
See Map.keys
(cs, java) Implementation detail: Do not set()
any new value while
iterating, as it may cause a resize, which will break iteration.