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 cpp, flash, php, js, macro, jvm, neko, python
See Map.iterator
(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
(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
(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 cpp, flash, php, js, macro, jvm, neko, python
keys():Iterator<K>
Available on cpp, flash, php, js, macro, jvm, hl, neko, python
See Map.keys
(java) Implementation detail: Do not set()
any new value while
iterating, as it may cause a resize, which will break iteration.