class haxe.ds.WeakMap<K, V> extends Dictionary

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.

Instance Fields

Show inherited public instance fieldsHide inherited public instance fields

Inherited from Dictionary

function new(): Void

Creates a new WeakMap.