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<V>
Available on macro, js, cpp, java, neko, php, flash, python, cs
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<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<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 macro, js, cpp, java, neko, php, flash, python, cs
keys():Iterator<K>
Available on macro, js, cpp, java, hl, neko, php, flash, python, cs
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.