WeakMap allows mapping of object keys to arbitrary values.
The keys are considered to be weak references on static targets.
See Map for documentation details.
See also:
Constructor
Methods
iterator():Iterator<V>
Available on java
Returns an iterator of all values in the hashtable. 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 neko, python, cpp, cs, js, lua, php, flash, hl, macro
See Map.iterator